Calling Java Web services in iOS/iPhone
I have a java web service (WSDL,SOAP) which returns an xml (as string value). I wanted to know how to call this WS in my开发者_JAVA百科 iOS program.
Is there any built in library like kSOAP library in android.
Please let me know if there is any relevant tutorial/sample code ASAP.
I'm a new bee in iOS!! :-)
Thanks,
SindhuThere is no soap library in the iOS SDK. When you can, go REST. If you have to use SOAP, there is http://code.google.com/p/wsdl2objc/
http://wsclient.neurospeech.com/2011/01/how-to-call-soap-web-service-from-iosmac-os-using-wsclient/ this can be good start for you.
精彩评论