I tried to call a web service from iphone. I used wsdl2objc to generate the stub. To make the web service call really work, I had to manually modify the soap message. Any better framework for ios soap?
Share
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.
I’ve had success with SudzC in recent projects, which will read a WSDL and generate a complete set of Objective-C (or Actionscript, or Javascript) classes, with supporting frameworks and an Xcode project, for working with your web service. Is that what you’re looking for?