开发者

How to parse xmlwebservice in phonegap

开发者 https://www.devze.com 2023-04-04 22:17 出处:网络
I am new in phonegap development. I am making one platform independent mobile application by use of HTML5,CSS . I want to call xml based webservice in my phonegap application and 开发者_开发百科wants

I am new in phonegap development. I am making one platform independent mobile application by use of HTML5,CSS . I want to call xml based webservice in my phonegap application and 开发者_开发百科wants to parse that service. Please, any body suggest me how is it possible with simple example.


As mentioned in this answer:

How call SOAP based web-Service using PhoneGap in iPhone?

"calling a webservice with phonegap is the same than calling it directly from your browser" (except he is incorrect about the same domain policy as PhoneGap apps are loaded via file:// reference and are thus exempt).

Perhaps the link in his answer could help?

http://www.ibm.com/developerworks/webservices/library/ws-wsajax/

0

精彩评论

暂无评论...
验证码 换一张
取 消