I have been searching around the web all day for the best way to interface my iPhone application with a Linq .NET SOAP web service.
I think that this project is my answer: wsdl2objc http://code.google.com/p/wsdl2objc/wiki/UsageInstructions
The software creates several classes. It looks great, but the documentation is very limited and I am having trouble getting it to work. Does anyone know of a good tutorial or sample code for me?
Are there any similar projects out there to help with objective c web service digestion?