SOAP Information

WSDL, or Web Service Description Language, is an XML based definition language. It’s used for describing the functionality of a SOAP based web service.

WSDL files are central to testing SOAP-based services. SoapUI uses WSDL files to generate test requests, assertions and mock services.

The following is the sample format of WSDL URL to get all the end points and respective parameters: https://www.example.com/emCAServices/service/emcaServices.wsdl

Last updated