开发者

How to accessing WSDL on iPhone

开发者 https://www.devze.com 2022-12-17 04:52 出处:网络
I need to access WSDL webservice开发者_如何学Python on iphone. Is there any way to use SOAP or HTTP to access .wsdl url on iPhone.

I need to access WSDL webservice开发者_如何学Python on iphone. Is there any way to use SOAP or HTTP to access .wsdl url on iPhone.

Please suggest.

Thanks SD


http://sudzc.com/

it will generate Obj c soap client. From sudzc.com, you can get example and documentation of your webservice if you provide your wsdl url.


As pointed out in this answer to this question, wsdl2objc looks like a great place to start. It generates Objective-C code from a WSDL for calling SOAP services.


We can use Hessian protocol instead of WSDL. It support .NET/JAVA as server side language http://sourceforge.net/projects/hessiankit/ and documentation http://wiki.caucho.com/Hessian_-_Objective-C_2.0_Implementation

0

精彩评论

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

关注公众号