早上好,
有一个奇怪的问题,不知道我应该在哪里改变这种行为。 Wildfly 8.2。更改已发布的wsdl中的schemaLocation以在部署时保护url。我的服务端口绑定到http://hostname:8080/,但schemaLocation已更改为https://hostname:8443/service。我无法找到我需要做出改变的地方。有没有机会将schemaLocation重写为默认的http端口(http://hostname:8080/service)?我使用stanalone配置。
阿尔曼