jax-ws-api icon indicating copy to clipboard operation
jax-ws-api copied to clipboard

Allow setting transport timeout parameters in the API

Open Tomas-Kraus opened this issue 2 years ago • 0 comments

Allow setting transport timeout parameters in a provider independent way in a client. Currently you need to use provider specific parameters, like com.sun.xml.ws.connect.timeout.

Additionally, the timeouts should be possible to set before (or at the time of) client construction, because client construction fetches wsdl, which can cause the client to be blocked infinitely on wsdl fetch. Please see http://forums.java.net/jive/thread.jspa?threadID=58632 for some more details.

Environment

Operating System: All Platform: All

Affected Versions

[2.1]

Source: https://github.com/javaee/metro-jax-ws/issues/712 Author: glassfishrobot

Tomas-Kraus avatar Jun 02 '22 16:06 Tomas-Kraus