We're using a CXF consuming endpoint, which is listening on a private host behind a firewall / load balancer. As a result, the URL that CXF generates in the WSDL does not reflect the URL that external clients need to use to connect to the service.
I've noticed that it is possible to override the generated URL by setting the publishedEndpointUrl attribute of a <jaxws:endpoint/> bean. Is there a similar option when using a <cxf:cxfEndpoint/> bean instead? Regards, Scott Christopher.