Wsdl Parsing in ios

人走茶凉 提交于 2019-12-12 17:09:42

问题


Can any one help me how to consume WCF services in an iPhone application? I am searching it desperately. I have also installed the wsdl2objc from http://code.google.com/p/wsdl2objc/. but still I am not getting any clue that How can I use it to worth get the correct responce.

Please get me out of this trouble...I need the right solution!!

Thanks.


回答1:


If you are about to use the SOAP services than my advice is don't.....because for SOAP services you may able to construct the base classes using http://code.google.com/p/wsdl2objc/ but the response you will get from the service will give the references and the whole data structures along with response and you can't parse the response.




回答2:


You can use this wonderful framework called CSOAP



来源:https://stackoverflow.com/questions/14626451/wsdl-parsing-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!