Search code examples
javascriptandroidioscordovawsdl

Calling wsdl webservice in Phonegap?


How do i call wsdl webservice in Phonegap? Is there any source code or any useful tutorial available.


Solution

  • Phonegap is a framework that helps in bridging the UI and the objective c code.

    If you want to call the webservice you can either call it by using ajax or you can call the webservice directly from the objective c code.

    You'll get lot of examples for Ajax based calls and objective c in internet.

    These are few links to start with Simplest SOAP example http://code.google.com/p/wsdl2objc/