You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
To simulate the timeout handling of the AQ_SoapServiceClient
, you need the following settings:
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.
Previous: 2. Document attachments
Next: 4. Dynamic URLs