iPhone XML SOAP requests or .NET Web Services

Posted by CocoaNewBee on Stack Overflow See other posts from Stack Overflow or by CocoaNewBee
Published on 2010-04-01T12:54:34Z Indexed on 2010/05/19 8:50 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

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 !

© Stack Overflow or respective owner

Related posts about soap

Related posts about iphone