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
精彩评论