0

I want to parse wsdl web service like
http://example.com/exampleMethod/AuthenticationService.svc?wsdl=wsdl0
in Iphone ,so please guide me for the above.
I m searching it desperately.

lots of Thanks for any help

Community
  • 1
  • 1
user440485
  • 787
  • 2
  • 11
  • 20
  • possible duplicate of [How to access SOAP services from iPhone](http://stackoverflow.com/questions/204465/how-to-access-soap-services-from-iphone) – Jon Limjap Feb 28 '11 at 11:15
  • See previous answer http://stackoverflow.com/questions/204465/how-to-access-soap-services-from-iphone – koregan Feb 28 '11 at 11:12

1 Answers1

0

There is one way by which you can get the request format for that wsdl file.

Download SoupUI Pro

install it. Create a new project and give the specific wsdl file as input. Then it will shows the request format in the certain tab. You can User that request format to send the request.

halfer
  • 19,824
  • 17
  • 99
  • 186
Satya
  • 3,320
  • 1
  • 20
  • 19