1

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.

shreedevi
  • 49
  • 1
  • 6

2 Answers2

3

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
  • 239
  • 1
  • 2
  • 8
1

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

bpapa
  • 21,409
  • 25
  • 99
  • 147