Is it possible to use ASIHTTPRequest to call web services that are made available through WSDL. I used wsdl2Objc Library to get the Webservice classes.
Is it possible for us to use the ASIHTTPRequest to invoke those services?
By default, wsdl2Objc has methods to invoke services. I am planning to use it. I also came to know that, I can change the implementation of wsdl2objc library to have other Webservice Invocation implementation.