Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SOAP Web Calls can be done by numerous systems and procdeuresprocedures however when testing we do recommend using software designed to test SOAP API's quickly and easily

Note
titleTip

Use the WSDL and SoapUI to test your own Web Service Calls quickly and easily

  1. Download & Install SoapUI: https://www.soapui.org/downloads/soapui.html
  2. Open SoapUI
  3. Click “SOAP”: Create your own SOAP Web Service Calls From the WSDL provided.
  4. Enter the WSDL URL: http://support-ws.azurewebsites.net/Data/ChainIT/DataService.svc?wsdl

...

Info

*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

*Using non-SOAP specific applications will require additional Configuration.



32) How to make a Web Service Calls - Function DefinitionCallMaking SOAP Web Service Calls

...