SOAP Requests

SOAP requests are requests to a SOAP service. This section describes how to work with them in ReadyAPI.

The XML panel

To open the SOAP Request editor:

  • Select the desired request in the Navigator panel.

— or —

  • Right-click the related SOAP Request test step in the Navigator and select Show Operation.

Configure SOAP request

To configure the SOAP request use one of the following panels:

  • XML - Text editor for editing the XML content of the request.

  • Outline - Shows tree-like structure of the request. In this panel, you can edit only values of the XML nodes.

  • Form - Provides with user-friendly input fields for elements specified in the WSDL.

Tip

The Raw shows the actual content of the last sent request.

Validating XML message content

To validate the displayed XML message content:

  • Right-click in the XML editor and select Validate:

    The Validate option in the XML editor

— or —

  • Click validate-values.png in the Form editor:

    The Validate option in the Form editor

In case of an error, ReadyAPI shows its description below the editor:

The XML validation failed

Formatting XML message content

You can also autoformat the XML message content for easier viewing:

  1. Right-click in the editor.

    The Format XML option in context menu
  2. Select Format XML.

ReadyAPI indents child elements:

XML after formatting

Apply WS-* specifications

In ReadyAPI you can add the following WS-* specifications:

go.gifWS-Security

go.gifWS-Addressing

go.gifWS-ReliableMessaging

SOAP specific panels

The Request Editor contains several helper panels, specific for SOAP requests:

XSD panel

The XML Schema Definition (XSD) panel shows the current nodes corresponding to the XML Schema definition. For simple types such as sequences, the complex type containing them is displayed instead. The title contains the name of the current type, if it is available. The screenshot below shows schema information for the selected element.

The XML Schema Definition panel

Note

The panel requires the message to comply with the currently imported WSDL file. For example, if the received response has an updated namespace, the panel will not be able to display schema information.

Doc panel

The Doc panel shows schema annotations for the currently selected type. These annotations are also available as tooltips in the Outline panel. This feature is useful as the source editor.

The Doc panel

Table panel

The Table panel displays a tabular view of siblings and children of the item selected on the Outline panel.

The Table panel

Siblings are shown as table rows, children are shown as table columns. If siblings have the same children as the selected node, these children are also displayed.

See Also

Publication date: