I\'ve trouble setting jax-ws timeout. My code is:
@WebServiceClient(name = \"VoipDBJDBCService\", targetNamespace = \"http://db.server.voipmeter.jextreme.eu/
If you are using a Sun JRE, you can set the following system properties for default network connect and read timeouts (in milliseconds). I haven't tried these with the JAX-WS client, but they ought work there as well:
sun.net.client.defaultConnectTimeout
sun.net.client.defaultReadTimeout
Addition: I missed your last part of the question where you said that you are doing this in an applet. If the applet is running with default permissions, you are probably not allowed to set the system properties.