How can we increase the default HTTP Sleep Time on outbound web service calls ?

EAI HTTP Transport does not read the sleep time parameter from the enterprise or object manager settings.
Instead, it defaults to 120 seconds internally (hardcoded).
The default can be changed if you explicitly pass the value as input to the business service.
There are a few different ways to do this for outbound web services and they depend on the version you are running.
Details can be seen at document :
How to Control Parameters on Transport for Outbound Web Service, e.g. HTTPSleepTime (Doc ID 859382.1)

Tags