Page History
Introduction
The Soap Service Client 1.1 and Soap Service Client 1.2 example projects contain methods for all the new features of the AQ_SoapServiceClient.
Out of the box, the new SoapServiceClient comes with:
...
5. Standard spring security
Configuration
...
To be able to run these projects the following configurations has to be made:
...
3. To start the soap-service use soap-service/soap-service.bat - not sure if only these settings are needed
Document attachment
...
This functionality can be used in two ways:
...
2. On the “Retrieve file” tab, a request can be made with a given string and a plain text file is returned in the Response widget, containing the entered string. This file can be downloaded or deleted.
Timeout handling
...
To simulate the timeout handling of the AQ_SoapServiceClient, you need the following info/settings:
...
If the timeout property is set to a value of 10 seconds or bigger the following names can be entered in the Name field in order to get valid responses: “Rick”, “Mihai” or “Alexandra”. For any other name entered a Soap fault code and a Soap fault message will be displayed in the Response widget.
Dynamic URLs
...
In the “Dynamic urls” tab is a drop-down field in the Request widget from where a tenant can be selected (A or B). Depending on which tenant is selected, a different response is received in the Response widget.
Soap fault handling
On the “Soap faults” tab, the user is asked to enter person details which consist of name, age and gender. The validation is made on the value introduced in the “Age” field. A value under 26 will not meet the criteria and a Soap fault code and Soap fault message will be returned in the Response widget. A value equal with 26 or above, will be accepted.
Security
In the “Security” tab, in the Request widget is a drop-down from where the following authentication options can be selected:
1. Basic Authentication
...