You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To simulate the timeout handling of the AQ_SoapServiceClient, you need the following settings:
For Soap 1.1: set the blueriq.connection.GetPerson11.soap.timeout property from application.properties to 2000 milliseconds
For Soap 1.2: set blueriq.connection.GetPerson12.soap.timeout property from the application.properties to 2000 milliseconds

 

Example Runtime application.properties
blueriq.connection.GetPerson11.soap.timeout=2000
blueriq.connection.GetPerson12.soap.timeout=2000

The soap service is configured to wait 10 seconds until it sends the response, so any timeout value under 10 seconds will cause the call to timeout.

On the “Timeouts” tab click the Send button. The timeout exception is displayed in the Response widget.
If the timeout property is set to a value greater than 10 seconds 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.

  • No labels