I am trying to set a timeout error whenever the web service response is delayed below the lines of code -
serviceStub._setProperty("weblogic.wsee.transport.connection.timeout", String.valueOf(timeoutSeconds)); BindingInfo bindingInfo = (BindingInfo)serviceStub._getProperty("weblogic.wsee.binding.BindingInfo"); bindingInfo.setTimeout(timasseoutSeconds);
But it does not work.
Server Used - Oracle Weblogic 10.3 Server
Web Service Type - JAX-RPC
Please answer if anyone has a solution for this.
source share