R – iPhone – calling SOAP services

iphonesoapweb services

I'm learning how to consume web services for a student project using the iPhone.

The top answer from How to access SOAP services from iPhone suggested using http://code.google.com/p/wsdl2objc/ to consume services.

However, I've tried using http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl for the WSDL, but it crashes the application.

Any thoughts? I'm not sure if the problem is with the WSDL or with the application.

Best Answer

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

Related Topic