Remap JAX-WS address
问题 My problem is that I have a web service that gets published by jboss at http://localhost:8080/A , where A is the service implementation class; I want a custom url http://localhost:8080/B/C/D.ws . In the wsdl, soap:address is correctly set http://localhost:8080/B/C/D.ws . During war deployment, service gets published at the "wrong" address: INFO [org.jboss.ws.cxf.metadata] Adding service endpoint metadata: id=org.example.ServiceImpl address=http://localhost:8080/ServiceImpl ... The best I got