Refer to the following wiki on how to get access to the ServletContext object in your WS Implementation:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/ServletContext - Junaid Dorner Thomas <[EMAIL PROTECTED] mb.debis.com> To "'[EMAIL PROTECTED]'" 06/30/2004 02:35 <[EMAIL PROTECTED]> AM cc Subject Please respond to realpath [EMAIL PROTECTED] he.org Hi, I looking for a solution to get realPath in my WS-Implementation like I can do it with a servlet: ServletContext context = getServletContext(); String realPath = context.getRealPath(""); Do someone have any Idea how I can solve this problem? Thanks Tomi
