I have a wsdl link of my web service.and i want yo consume this web service in my iphone application. this web service is a 开发者_运维百科JAX-WS service.Please guide me the best way to use this web service.
You can use wsdl2objc. It is a code generation utility that create all the stub classes needed to access Web Services. I had to modify the templates in order to obtain exactly the SOAP envelope needed by our web services, but it was not difficult at all.
Take a look at Apple's Event Driven XML Programming guide
精彩评论