开发者

access a web service in Iphone

开发者 https://www.devze.com 2022-12-09 22:54 出处:网络
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 s

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

0

精彩评论

暂无评论...
验证码 换一张
取 消