IPhone WSDL
Development, IPhone March 16th, 2009Today I searched for a possibility to make a webservice available for the IPhone. After looking at some forum and threads I found the following great tool: wsdl2objc – Generates Objective-C (Cocoa) code from a WSDL for calling SOAP services.
It worked fine for my development. The only thing I need to change from the usage instructions is the “Other C flags” options. (Add “-I/usr/include/libxml2″ to the Other C Flags property). I search for a predefined field until I learned that it needs to defined as a user specfic field.
June 10th, 2009 at 1:03 pm
Hi
I am trying to get data from a wsdl that requires windows authentication. Is this possible?
Could you please provide me with some sample code if possible. Thank you for your help.
Sal
May 25th, 2010 at 10:56 am
hi
I want get data from magento by webservie in magento to iphone application, but i have seach solution and don’t see it. Can you help me! If can, can you sent solution to mail:
phongnt00@gmail.com.
Thanks!
May 10th, 2011 at 10:10 am
Hi
i converted to objective-C code from a WSDL using wsdl2objc tool.but it is not working. Could you please provide sample code. Thanks in advance.