I am trying to setup a scenario for a JAXWS web service in which I want the service to timeout (i.e. a connection timeout) so that I can set the proper connection switches during the initial call.
Can anyone tell me a way to setup such a test in a Java EE environment.