You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Lance Semmens <la...@swebtec.com> on 2006/02/09 13:08:23 UTC

Getting meta-information

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.