I want to parse wsdl web service like
http://example.com/exampleMethod/AuthenticationService.svc?wsdl=wsdl开发者_JAVA技巧0 in Iphone ,so please guide me for the above. I m searching it desperately.lots of Thanks for any help
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.
精彩评论