Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

Code Block
titleExample 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” Timeouts tab click the Send button. The timeout exception is displayed in the Response 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” Rick, “Mihai” Mihai or “Alexandra” Alexandra. For any other name entered a Soap fault code and a Soap soap fault message will be displayed in the Response response widget.

 

Image Added

 

Panel
Section
Column
width50%

 Previous: 2. Document attachments

Column

Next: 4. Dynamic URLs