I need to find out what web services are available on a particular server. I know this host is using some flavor of SOAP.
Is there a tool that can show what services (methods) are available from this host.
I need to find out what web services are available on a particular server. I know this host is using some flavor of SOAP.
Is there a tool that can show what services (methods) are available from this host.
如果他们使用 SOAP,他们应该公开一个 Web 服务定义语言 ( WSDL ) 文档。这将描述调用和解析响应所需的所有可用方法和数据类型。
如果该服务不打算公开,则除了简单地在其域中的某处搜索描述符文档之外,不确定是否有任何技术。