I need to access WSDL webservice on iphone. Is there any way to use SOAP or HTTP to access .wsdl url on iPhone.
Please suggest.
Thanks SD
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