Stubvorgänge

Stubvorgangselemente beschreiben das Format des Aufrufs, das der Service-Stub beim Empfang erwartet. Für jede Operation, die in der WSDL-Spezifikation festgestellt wird, gibt es einen Stubvorgang. Jeder Stubvorgang enthält mindestens ein Standardfallelement oder mehrere Fallelemente, die die Antwort des Service-Stubs abhängig von den eingehenden Aufrufen beschreiben. Die Informationen des Stubvorgangselements können für die Datenkorrelation verwendet werden.
Auf dieser Seite werden die XML- oder Textinhalte des Aufrufs dargestellt und der Zugriff auf die Datenkorrelation bereitgestellt. Derselbe Inhalt wird in der Formular-, Baum- oder Quellensicht dargestellt.
Form
This view provides a simplified view of the message that focuses on editing the values of the XML content. Use the Schema menu to enable assistance with editing XML content so that the XML is valid and complies with the XSD specification.

In the Form view, add the XML headers that are required for standard web service calls. On the Header bar, click Add (Add button) to create the default XML header structure for WS-Addressing, WS-ReliableMessaging or WS-Coordination requests, or click More for other standards. You can enable or disable XML header elements and specify the correct values for each XML element. Checks are performed to ensure that the XML content is valid.

Anmerkung: To add XML headers to calls in IBM® Rational AppScan, add a Static XML Headers algorithm on the Request Stack tab of the request.
Tree

This view provides a hierarchical view of the XML structure of the message, including elements, namespaces, and the associated values. You can use Add, Insert, Remove, Up, and Down to edit the XML elements and namespaces in the tree.

Click Filter to hide or show namespace, attribute, or text nodes, depending on your requirements.

Click Allow only valid modifications to enable smart editing, based on a specified XML schema document (XSD). To specify a set of XSD documents for the workbench, in the test navigator, right-click the project and select Properties and Schema Catalog. Disable Allow only valid modifications if you do not have an XSD or if you want to bypass the schema.

You can right-click an XML element to convert it to an XML fragment. This enables you to perform data correlation (use datapools and create references) on the entire XML fragment instead of only on the value.

Source
This view displays the source XML content of the message or plain text content.
Wichtig: In the Source view, do not edit the tags that start with SoaTag. If you delete or change these tags, any references and substitutions in the test will be broken. You cannot recreate these tags after you delete them.

Feedback