| Author |
Message
|
| ashoon |
Posted: Wed Apr 16, 2008 12:32 pm Post subject: dynamic timeout's for HTTP Request nodes |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
Hi all - I see I can set the URL to be dynamic via ESQL... wondering if I can set the timeout's to be dynamic as well? _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
| Back to top |
|
 |
| mgk |
Posted: Wed Apr 16, 2008 2:33 pm Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1647
|
Which version of the broker are you using? _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
| Back to top |
|
 |
| ashoon |
Posted: Wed Apr 16, 2008 5:48 pm Post subject: broker version |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
I'm using V6.0.2... _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
| Back to top |
|
 |
| mgk |
Posted: Thu Apr 17, 2008 1:59 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1647
|
The ability to set the timeout dynamically for the HTTP Request node is only available in 6.1. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
| Back to top |
|
 |
| ashoon |
Posted: Thu Apr 17, 2008 3:54 am Post subject: |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
thanks for that - looking at the 6.1 infocenter I couldn't find the variable I need to set for the timeout... if I was to guess it would be
set LocalEnvironment.Destination.HTTP.timeout = timeoutValue;
Is that correct? _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
| Back to top |
|
 |
| mgk |
Posted: Thu Apr 17, 2008 4:14 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1647
|
Almost (capital T in Timeout):
| Code: |
| Set LocalEnvironment.Destination.HTTP.Timeout = timeoutValue; |
value is in seconds and must be >=1 (or 1 is used).
Infocenter should be updated for GA2
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
| Back to top |
|
 |
|
|