I have a WSDL service that works fine with .NET using HTTP POST Bindings, instead of using SOAP. The HTTP Post request returns the original XML for objects, etc., by removing all SOAP overhead.
I would like to use this on an iPhone. I found the tool in the wsdl2objc tool ( http://code.google.com/p/wsdl2objc/ ), however it seems to only generate SOAP bindings, which I don’t use because I don’t need overhead.
What would be the best option to use WSDL HTTP POST Bindings on iPhone OS? It would be great if the wsdl2objc tool also supported HTTP POST bindings, but I don't see this happening anytime soon. I would prefer this code to be automatically generated when the service has changed, etc.
We will be very grateful for any ideas.
source
share