This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Description
SAAJ uses URLConnection internally to make SOAP call. There is no way to set timeout for connection.call. This result is locked thread for over 10 mins.
From JDK 1.5 onwards URLConnection support setting of timeout for socket connection.
SAAJ lib should implement this timeout and provide an API to set the value of timeout.
Environment
linux
Affected Versions
[1.3]