Andrew Clegg wrote: > In order to do this, I need a way to determine which endpoint the > provider was invoked from -- e.g. the endpoint ID, or the raw URL, or > some made-up jaxws:property in cxf-servlet.xml. > > Is this possible? Or is there another way to achieve the same effect?
You can inject the WebServiceContext and get the PATH_INFO or the HttpServletRequest out of that. Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
