If given a REST or SOAP webservices URL, how can we find the method it offers.
For ex: http://ipAddress:port/projectName/services
If given a REST or SOAP webservices URL, how can we find the method it offers.
For ex: http://ipAddress:port/projectName/services
Just tack ?wsdl onto the end of the URL. If it returns the XML based WSDL document, then it is a SOAP based service.