On Wednesday 01 December 2010 3:37:26 pm Guy Pardon wrote: > Hi, > > Just wondering: is there an easy and universally supported way of passing a > reference to a service? I know WS-A EPRs exist, but is that it or am I > missing something? > > If EPR: how can a service in JAX-WS (or CXF if not standardized) get an EPR > reference to itself?
If you have the WebServiceContext injected, just call: context.getEndpointReference() and that should be it. -- Daniel Kulp [email protected] http://dankulp.com/blog
