Example: Test Web Service with SOAPUI
This example uses SOAPUI (www.soapui.org). We could also use tcpmon
- Create a new SOAP Project...
Here is an example WSDL call...
https://150.30.2.25/ExternalWebSvc/ExternalSvc.svc?singleWsdl
- Create a request using a service endpoint such as...
http://www.myco.com/IExternalEntityIdSvc/GetAccountByAccountKey
In the address bar type in your remote web service, paste in the SOAP envelope, then click the green Play icon...
To test just the service, from a browser...
https://150.30.3.45/ExternalWebSvc/ExternalCaseSvc.svc?singleWsdl
Home