I create SOAP services on PHP and call from Android PhoneGap. I don't know where to start from...can any one say regarding this...
can anyone refer me any sample tutorial or an example to do so.. thanks for your help.
I create SOAP services on PHP and call from Android PhoneGap. I don't know where to start from...can any one say regarding this...
can anyone refer me any sample tutorial or an example to do so.. thanks for your help.
If you're using JQuery ,you can use this JQuery Plugin to make the request
https://github.com/doedje/jquery.soap
you can base on this tutorial as well,
http://www.codeproject.com/Articles/12816/JavaScript-SOAP-Client
Or you can base on answers of this question.