2008/9/24 Ian Roberts <[EMAIL PROTECTED]>:
> 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.
I'm a bit of a Spring noob -- I understand that you reference the
context like this...
@Resource
private WebServiceContext context;
... but do you have to put something in one of the config files too?
Cheers,
Andrew.