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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.