tags:

views:

270

answers:

3

Hi, 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.

A: 

Take a look at Apple's Event Driven XML Programming guide

bpapa
+2  A: 

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.

TehJabbit
+1  A: 

Check out these existing questions here on Stack Overflow.

Sixten Otto