in my application I need to communicate with server and I have an WSDL file, how can I generate SOAP classes for iPhone?
Asked
Active
Viewed 2,041 times
2 Answers
2
I have personally used SUDZC in the past for generating SOAP services from a WSDL.
It does support both ARC and non-ARC projects but it generates some very abstract code.
Have a look at the website and try it out for yourself.
If you find any other alternatives, let me know.
Internally, we write most of our request/response handlers using AFNetworking nowadays.

Zack Brown
- 5,990
- 2
- 41
- 54
-
What do you mean by free service? Somewhere to host your web service? If that is the case, sorry. I'm not familiar with anything related to .NET. – Zack Brown Aug 22 '13 at 09:08