WildFly 8.2.0, JBossWS using reverse proxy generates incorrect https soap:address
问题 My setup is a apache server on https acting as a reverse proxy to WildFly 8.2.0 responding on port 8080. The web service is created using the bottom up approach via annotations. The soap:address that is generated does not have the correct protocol or port. I have modified the standalone.xml to specify the wsdl-host and allow modification of the WSDL URL. The webservices subsystem are as follows: <subsystem xmlns="urn:jboss:domain:webservices:1.2"> <wsdl-host>myhost.com</wsdl-host> <modify