Software
SOAP Web Calls can be done by numerous systems and procedures however when testing we do recommend using software designed to test SOAP API's quickly and easily
Tip
Use the WSDL and SoapUI to test your own Web Service Calls quickly and easily
- Download & Install SoapUI: https://www.soapui.org/downloads/soapui.html
- Open SoapUI
- Click “SOAP”: Create your own SOAP Web Service Calls From the WSDL provided.
- Enter the WSDL URL: http://support-ws.azurewebsites.net/Data/ChainIT/DataService.svc?wsdl
*SoapUI automatically configures call templates for you to test each call you may wish to make,
*SoapUI Is not required to perform Web Service Calls, however this can aid significantly in interpreting the WSDL and understanding the information requirements of each call.
Other Possible Applications
- Postman https://www.getpostman.com/
- Advanced Rest Client (ARC) https://install.advancedrestclient.com/
*Using non-SOAP specific applications will require additional Configuration to each call.
2) How to make a Web Service CallSOAP Web Service Calls