嗨,我在我的 java 项目中使用 jaxws 生成 wsdl。我使用 java 11 和 jaxws-maven-plugin 导入 mywsdl Myproblem 在我的 wsdl 中有一个http://myservice块。我想使用https://myservice作为网址。我生成并导入 wsdl。这总是试图到达 http 地址而不是 https。如何强制我的 webclient 使用 http 地址。
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.3.2
* Generated source version: 2.2
*
*/
@WebServiceClient(name =
MyResponse response=reply.getMyService().MyRequest(request);
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.6</version>