A detailed look at SOAP requests and responses

We invoked three operations in GuestManagementService using soapUI. As we have observed, addGuest and getGuestDetails operations are examples for request-response MEP, whereas the deleteGuest operation emulates a one-way pattern.

Add another guest to the system by running an addGuest operation. In the request editor, switch to the Raw tab from the default XML view in both request and response. This is shown in the following screenshot:

A detailed look at SOAP requests and responses

The Raw view of the request shows the HTTP header block. In the response pane, the Raw view shows the HTTP headers as well as the HTTP body, which includes the SOAP response ...

Get Web Services Testing with soapUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.