Call web service from iPhone [use soap]

2010-12-09 Thread ico
Hi all, I want to develop an iPhone app which will consume a soap web service. I tried to use wsdl2objc (http://code.google.com/p/wsdl2objc/) to generate the Objective C stub codes, they can be compiled but it does not work. The web service I want to call is:

Re: Call web service from iPhone [use soap]

2010-12-09 Thread Sixten Otto
On Thu, Dec 9, 2010 at 6:20 AM, ico jche...@gmail.com wrote: I want to develop an iPhone app which will consume a soap web service. I tried to use wsdl2objc (http://code.google.com/p/wsdl2objc/) to generate the Objective C stub codes, they can be compiled but it does not work. You say that