I am new here so please bear with me. I need to create an xml post string and send via https to a known soap server. The post string will contain login credentials. The soap server will then send back xml that needs to be parsed and added as records to a SQLLite data base.
I wrote the soap server myself so have complete control over how it works and what it sends back. I have already created the database on the Android end. So I just need a push in the right direction to do the https post and then get the returned xml and parse to a data table.
Thanks
I wrote the soap server myself so have complete control over how it works and what it sends back. I have already created the database on the Android end. So I just need a push in the right direction to do the https post and then get the returned xml and parse to a data table.
Thanks