Is there a tool I can use to discover available web services on a URL or IP?

1.4k Views Asked by At

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.

1

There are 1 best solutions below

2
On

If they are using SOAP they should expose a Web Service Definition Language (WSDL) document. This will describe all available methods and the data-types needed to call and parse the responses.

If the service is not meant to be public not sure of any technique other than simply search for a descriptor document somewhere on their domain.