Found this: http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/change-jaxws-url/
Should this be placed in the main documentation examples area? James On 3 March 2013 20:30, Romain Manni-Bucau <[email protected]> wrote: > it is all overridable through openejb-jar.xml > > can't remember if it was in 1.5.1 or only a trunk snapshot ATM but you > should be able to find the info on the forum > > *Romain Manni-Bucau* > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > *Blog: **http://rmannibucau.wordpress.com/*< > http://rmannibucau.wordpress.com/> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > *Github: https://github.com/rmannibucau* > > > > 2013/3/3 James Green <[email protected]> > > > Alongside our JAX-RS resource endpoints we also have JAX-WS soap > endpoints. > > > > Right now they exist as POJOs, without any XML configuration. > > > > When our app boots inside TomEE, the server issues URLs in the form > > /context/webservices/serviceName > > > > Is there any way to configure this beyond the context? > > > > What we see in Glassfish is the attributes of @WebService are picked up > and > > influence the URLs. This is not the case in TomEE it seems. This makes > > building a client that connects to a TomEE service and to a Glassfish > > service rather difficult... > > > > Thanks, > > > > James > > >
