javascript - How to call SOAP service from phonegap application? -


how call soap service phonegap application with/without using additional library ? should work on os's ( atleast android, ios)

examples can more appreciated.

my input service

<parm>     <processid>105</processid>     <attrname>attrvalue</attrname> </parm> 

you should able away building xml manually , posting soap end point. need generate expected soap body, in soap message , post end point. you'll need know version of soap expected, message request looks , message response looks like.

you can handle xml side want. there's no right answer (aside not parsing raw xml string methods), whatever you're comfortable using.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -