Re: How to access WebService implementation from Context?

2006-05-02 Thread Tim Funk
If you mean WebService ala SOAP - you are probably out of luck without a lot of work. If you mean webservice as a webpage which does stuff that is intended to be called by an application - there might be hope. If the ENTIRE webapp is considered the webservice, you can run the Valve at the

How to access WebService implementation from Context?

2006-05-01 Thread Andrew McDowall
Hi, I have a WebService that implements a specific interface (Registerable), and a Valve who's actions depend upon whether the WebService dealing with a given request implements this Registerable interface. What I need to be able to do, in the invoke method of the Valve, is somehow say: