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
Post a Comment