Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Otp

Editing the SOAP Request

Image Modified

The Request tab of the E2E SOAP Test Tool allows to enter the parameters of the SOAP operation by the use of an intuitive interface. All parameters are listed in a tree-like way. The icon in front of the parameters name indicates the type of the parameter.

IconBase Type
Image ModifiedInteger
Image ModifiedFloat
Image ModifiedString
Image ModifiedBoolean
Image ModifiedArray
Image ModifiedComplex Type
Image ModifiedDateTime
Image ModifiedBlob

To enter values, click on the area after the equal sign. You can also navigate to a parameter using the arrow keys up and down and press F2 to start entering a value.

Image Modified

An input field opens and the input parameter can be filled in.

Image Modified

Alternatively, a value can be pasted from the clipboard. Select Paste Value from the context menu.

Image Modified

By selecting Set to Null from the context menu, the parameter can be reset to NULL, if values are filled in.

Parameters of type Array or of a complex type have to be created.

Image Modified

Select Create from the context menu to create the parameter of complex type.

Image Modified

After having created the parameter, the attributes of the parameter are displayed when clicking the + sign of the tree node of the parameter. Attribute values can be filled in like described before.

The SOAP request in plain HTML can be viewed by selecting request.log from the tree view.

Image Modified

Viewing the SOAP Response

Image Modified

The Response tab of the E2E SOAP Test Tool shows the SOAP response in a tree-like way. Initially, if the test cases has not been run before, it will show the message displayed in the screenshot above.

Image Modified

After running the test case, the Response tab displays the output parameters of the SOAP operation.

Image Modified

Attributes of parameters of complex type can be listed by clicking the sign of the tree node of the parameter.

Image Modified

By selecting Copy Value from the context menu, the response value can be copied to the clipboard.

Image Modified

Option Save to File is available for values of type Blob only. The file chooser allows to select a saving location and file name.

Image Modified

When selecting Show Value, the E2E Blob Viewer opens and displays the selected value. By clicking the buttons on top of the text field, the view can be changed between the following:

Menue IconDescription
Image Modifiedtext view
Image Modifiedhex view
Image Modifiedbase64 view
Image Modifiedbase64 and hex view

The SOAP response in plain HTML can be viewed by selecting response.log from the tree view.

Image Modified

If the test case reports an error, the error will be displayed in the response tab.

Image Modified

Error details can be viewed by expanding the tree.

Image Modified

Note
iconfalse

Particularly useful for locating the error is the callstack displayed at the bottom of the tree indicating the activity and the action where the error occurred.

Panel
titleOn this Page:
Table of Contents