简体   繁体   中英

Autodiscover web service on IP address

I've got only IP address of web service like: hxxp://192.168.1.3:7777

and I dont know name of the method

How can I discover which web service is there ? When I try to add service reference in VS I got no result. Is there a tool that can list available WS on such address?

You should find the WSDL URL and this way you could retrieve all the info you need regarding the service. The WSDL URL depends on the SOAP implementation you're using, ig Axis2 sends the WSDL if you append ?wsdl to the service URL. In any case you should check the documentation of the SOAP implementation you're using for more on how to reach the WSDL URL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM