I'm wanting to determine at runtime the URL for a service but I don't have access to the request, response etc as I would in a servlet.
Is there any way that I can determine this sort of information inside a service?
I'm looking for the equivalent of HttpServletRequest.getRequestURL() in a servlet.
Thanks in advance,
Lance.
