roskart / dropwizard-jaxws

Dropwizard bundle that enables building SOAP web services and clients using JAX-WS API
Apache License 2.0
43 stars 36 forks source link

Support for publishedEndpointUrl. #9

Closed chris-h-barrett closed 8 years ago

chris-h-barrett commented 8 years ago

Added support for customising the URLs advertised in WSDLs at runtime to match externally visible URLs. Visible in the location attribute of soap:address.

I hope you think this is a useful contribution - it's something I found I needed to do for an application I'm writing.

chris-h-barrett commented 8 years ago

Just realised I may not have done the configuration in a way which fits well with dropwizard. I'll try to come up with a better solution.

chris-h-barrett commented 8 years ago

I've updated the configuration mechanism and I now think it is consistent with dropwizard.