Creating a reliable messaging call structure
You can create a test structure dedicated to testing service calls based on the WS-ReliableMessaging specification.
Before you begin
Procedure
- In the test editor, select the test, and click Add,
and then click Specification-based Structure.
The New Web Service Test wizard opens.
- On the Web Service Specification Selection page, Select WS-ReliableMessaging, and click Next.
- Select one or several Web Services Description Language
(WSDL) files in your workspace for the web service that you want to
test, and click Next.If necessary, you can import a WSDL file into the workspace with the Import push button.
- On theConfigure Protocol page, select
an existing HTTP transport configuration, or click New to
create a new configuration.
- Specify the URL of the service, the HTTP Method, and Version.
- In the Header table, click Add to specify any specific headers that need to be added to the call.
- In the Cookies table, click Add to specify any specific cookies that need to be used by the call.
- Click Next.
- On the Sequence Options page, specify
how the sequence structure will be created in the test.
- Click Finish.This action generates a reliable messaging service call structure in the test.