简体   繁体   English

在IP地址上自动发现Web服务

[英]Autodiscover web service on IP address

I've got only IP address of web service like: hxxp://192.168.1.3:7777 我只有Web服务的IP地址,例如:hxxp://192.168.1.3:7777

and I dont know name of the method 我不知道方法的名称

How can I discover which web service is there ? 我如何发现那里有哪个Web服务? When I try to add service reference in VS I got no result. 当我尝试在VS中添加服务引用时,没有任何结果。 Is there a tool that can list available WS on such address? 是否有工具可以在该地址上列出可用的WS?

You should find the WSDL URL and this way you could retrieve all the info you need regarding the service. 您应该找到WSDL URL,这样您就可以检索有关该服务所需的所有信息。 The WSDL URL depends on the SOAP implementation you're using, ig Axis2 sends the WSDL if you append ?wsdl to the service URL. WSDL URL取决于您使用的SOAP实现,如果将?wsdl附加到服务URL,则ig Axis2将发送WSDL。 In any case you should check the documentation of the SOAP implementation you're using for more on how to reach the WSDL URL. 无论如何,您都应该查看您正在使用的SOAP实现的文档,以获取有关如何到达WSDL URL的更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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