...
http://support-ws.azurewebsites.net/Data/ChainIT/DataService.svc?wsdl
...
title | Tip |
---|
Use the WSDL and SoapUI to test your own Web Service Calls
...
...
...
Web Service
...
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.
Web Service Schema
Below is an XSD Schema which will inform you of the requirements of every Call
...
To make a call you will need to know 3 thinksthings.
Where you are sending the information?
...
Info |
---|
*SoapUI automatically configures the Body Template based on the call being made. If you are using other applications you can use the "Example Body" from the required function definition below. Alternatively consult the Web Service Schema XSD (Link provided above) |
Note | ||
---|---|---|
| ||
Use the WSDL and SoapUI to test your own Web Service Calls quickly and easily
|
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. |
Web Service Functions/Calls
...