0

can you please tell me how to call soap based web service in Cordova.? actually i have some methods having parameter in web service want to call that those methods, can you please help me.

in my web service i want to call web method ==> https://gnwebitga.austin.hp.com/gnws.net/GNewton.Internal.WS/GNAgreementService/GNAgreementService.svc?wsdl

i want to call soap based web service i got simple way to call web service from this url==> Simplest SOAP example^]

But i don't understand where to add method name so that it call that method from service, in web service there are some method which i want to call but unable to call

can you please help me.

Thanks

Community
  • 1
  • 1

1 Answers1

0

It better to jQuery AJAX for any interactions with webservice in cordova application.

More details can be found at following links:

Also i suggest you look at the following SO Post which is helpful.

Community
  • 1
  • 1
Gandhi
  • 11,875
  • 4
  • 39
  • 63