I am using a jax.ws.rs client for invoking rest Services... Recently I was trying to configure the time out settings for the client but it seems it's not directly supported via jax.ws.rs.
Can someone guide me what is the best possible way to configure such timeouts.
Also can someone please suggest what is the best way to test these timeouts... The services that we are consuming are all 3rd party based.
Regards, Vicky