views:

105

answers:

1

I've been trying to to consume SOAP requests (.NET web services) and have found some pretty good tools that I wanted to share:

1) http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/ Really easy clean way to perform all the call needed for consuming the services.

2) http://code.google.com/p/mac-soapclient/ SOAP Client uses WSDL files you provide to dynamically create a graphical user interface for any given SOAP-based web service

Hopefully that will help someone as much as me!!! Happy coding !

A: 

If you know the xml structure that the SOAP service needs, just manually construct your HTTPRequest and POST it off.

Dekunut