Re: Geting a file in WEB-INF from a web service

2004-02-14 Thread Barry BURNEREAU
Thanks a lot It's exactly what i want. Barry At 16:09 14/02/2004, you wrote: Hi Barry, // Get path to WEB-INF org.apache.axis.MessageContext msgContext = org.apache.axis.MessageContext.getCurrentContext(); String strWebInf = msgContext.getProperty(org.apache.axis.transport.http.HTTPConstants.MC

Re: Geting a file in WEB-INF from a web service

2004-02-14 Thread Jeff
Hi Barry, // Get path to WEB-INF org.apache.axis.MessageContext msgContext = org.apache.axis.MessageContext.getCurrentContext(); String strWebInf = msgContext.getProperty(org.apache.axis.transport.http.HTTPConstants.MC_HTTP_ SERVLETLOCATION).toString(); // Use path to WEB-INF to read text file in