每当 Web 服务响应将被以下代码行延迟时,我都会尝试设置超时错误-
serviceStub._setProperty("weblogic.wsee.transport.connection.timeout", String.valueOf(timeoutSeconds));
BindingInfo bindingInfo = (BindingInfo)serviceStub._getProperty("weblogic.wsee.binding.BindingInfo");
bindingInfo.setTimeout(timasseoutSeconds);
但它不起作用。
使用的服务器 – Oracle Weblogic 服务器 10.3
Web 服务的类型 – JAX-RPC
请回复,如果有人有解决方案。