【发布时间】:2021-05-13 07:26:32
【问题描述】:
我已将此行添加到我的 JAX-WS 客户端
bindingProvider.getRequestContext().put(BindingProviderProperties.REQUEST_TIMEOUT, this.timeoutRequest);
它在 IntelliJ 中构建得很好,但构建无法在 Jenkins 上完成。我收到error: package com.sun.xml.internal.ws.client does not exist
据我了解,我不应该使用内部类,那么设置请求超时的方法是否不同?
【问题讨论】: