Need multiple "watt.net.timeout"

We have set up the extended property of “watt.net.timeout”. This is affecting all the http calls throught out the IS. But for some of the services we want the value of this property to be different.

For eg: some services can wait up to 50 sec whereas for some services we want to wait only for 20 sec What are the best ways of handling this problem?

Unfortunately, that’s a global setting and there’s no way around it to my knowledge.
I would suggest setting that to your max required limit then use request-reply to timeout for shorter turnaround requirements.

Philip

Do you know how I can do that?