Reputation: 2682
in my application I need to communicate with server and I have an WSDL file, how can I generate SOAP classes for iPhone?
Upvotes: 2
Views: 2045
Reputation: 6028
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.
Upvotes: 2