Page History
...
Out of the box, the new SoapServiceClient comes with:1. Document
- Document attachments
...
- Timeout exceptions
...
- Dynamic URLs
...
- Soap faults
...
- Standard spring security
Configuration
To be able to run these projects the following configurations has to be made:
...
This functionality can be used in two ways:
1. On the “Send file” tab, a request can be made with an uploaded plain text file and in the Response widget, the content of the file is displayed.
o Note: Multiple text files can be sent at once.
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.
...
To simulate the timeout handling of the AQ_SoapServiceClient, you need the following info/settings: 1.
- For Soap 1.1: set the “connection.GetPerson11.soap.timeout” property from application.properties to 2000 milliseconds
...
- For Soap 1.2: “connection.GetPerson12.soap.timeout” property from the application.properties to 2000 milliseconds
The web server is configured to wait 10 seconds until it sends the response, so any timeout value under 10 seconds it’s ok.
...