I have a .Net web service client that consumes a Java web service. When the Java app server is down the client takes a long time to throw an exception. I have redundant systems in place but for the best customer experience I need to know that the service is down quickly so I can fail over as fast as possible.
Is there a setting on the client to make it time out faster when the service is down?
The java service is a SOAP service running on JBoss.
The client is a .Net 3.5 application.
In your config file there should be a bindings section.
You will see something like this :
I believe these are the nodes you are looking for(*add star wars hand motion)