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.
Copyright © 2021 Jogjafile Inc.
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.