tags:

views:

650

answers:

3

Hi

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

+1  A: 

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.

Brad Larson
A: 

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

iPhoneDev
A: 

http://sudzc.com/

it will generate Obj c soap client. here u can get example and documentation of your webservice if u giving your wsdl url

Sijo