Software
SOAP Web Calls can be done by numerous systems and procdeures
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 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.
3) Web Service Calls - Function DefinitionMaking SOAP Web Service Calls