我在防火墙后部署了一个Web服务。 防火墙和WS之间的连接在8080端口上,但防火墙仅接受来自外部443端口的请求。
问题在于,当我从外部打开wsdl时, schemaLocation 属性值错误 - 以 http:// host:8080 开头,但不是 HTTPS://主机:443
我可以按照此处的说明更改端口:
http://metro.java.net/2.0/guide/HTTP_address_in_soap_address_and_import_locations.html
但它导致错误: http:// host:443
有谁知道如何将 schemaLocation 的 协议 从 http 修复为 https ?