SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
Submitting SOAP Test Requests to Server
This section provides a tutorial example on how to submit a test request to the server represented by the port location defined in the WSDL document using SoapUI.
To validate the SOAP test request created in the previous tutorial, I used the submit function to call the web service with the test request.
1. Continue from the previous tutorial.
2. Look at the icon area below the title bar of the request editor, the port location, https://www.herongyang.com/Service/Hello_SOAP_11.php, provided in my WSDL document is displayed.
3. Click the triangle icon, the one that says "Submit request to specified endpoint URL". In a second or two, the SOAP response received from my Hello Web service server will be displayed.
Here is content of the SOAP response received for the test request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hy="https://www.herongyang.com/Service/"> <soapenv:Header/> <soapenv:Body> <hy:HelloResponse> Hello from server - herongyang.com. </hy:HelloResponse> </soapenv:Body> </soapenv:Envelope>
Table of Contents
Introduction to SOAP (Simple Object Access Protocol)
SOAP Message Transmission and Processing
SOAP MEP (Message Exchange Patterns)
PHP SOAP Extension Client Programs
PHP SOAP Extension Server Programs
PHP SOAP Web Service Example - getTemp
Perl SOAP::Lite - SOAP Server-Client Communication Module
Perl Socket Test Program for HTTP and SOAP
Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service
Perl SOAP::Lite for SOAP 1.2 Web Services
Java Socket and HttpURLConnection for SOAP
SAAJ - SOAP with Attachments API for Java
►SoapUI - SOAP Web Service Testing Tool
Downloading and Installing SoapUI
Validating and Inspecting WSDL Documents
Using Interface Viewer on Bindings
►Submitting SOAP Test Requests to Server
WS-Security - SOAP Message Security Extension
WS-Security X.509 Certificate Token
Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service
Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services
Perl SOAP::Lite 0.710 for WSDL