Howto prevent JBoss from rewriting JAX-WS XSD import URLs to HTTPs
问题 We have a JAX-WS webservice deployed in a WAR in JBoss EAP 6.4.0 (JBoss AS 7.5.0) that delivers a predefined WSDL and XSD: @WebService(endpointInterface = "package.MyPortType", targetNamespace = "http://target.name.space", wsdlLocation = "/WEB-INF/classes/myService.wsdl", serviceName = "myService", portName = "myServicePort") public class MyService implements MyPortType { ... } JBoss correctly deploys the webservice and publishes the given WSDL as http://localhost:8080/myApp/myService and