JAX-WS客户端的默认超时

时间:2017-06-15 19:46:19

标签: web-services timeout cxf jax-ws

我们正在调用使用cxf-codegen-plugin从WSDL生成代码的Web服务,并在Spring xml中配置JAX-WS客户端,如下所示:

<jaxws:client id="abcApiInterface" serviceClass="abc.api.AbcApi" address="${xyz.abcApi.endpoint}" />

我们有Apache CXF 3.0.3生成的webservice接口。我们在调用该服务时看到超时,我们没有在客户端指定任何超时,所以只想知道JAX-WS客户端超时的默认值是什么?

1 个答案:

答案 0 :(得分:4)