Hi Gus,
Try adding WEB-INF/ to weblogic's classpath "Gus Delgado" <gus.delgado@netquo To: <[EMAIL PROTECTED]> tient.com> cc: Subject: soap service and properties file in weblogic 03/08/2002 03:39 PM Please respond to soap-user I've deployed a web service in weblogic6.1 using soap2.2, I'm trying to make my underlying object to read as an input stream an .rc file this is how I'm doing it. InputStream is = getClass().getResourceAsStream("soap.rc"); The object lives in a jar file which is part of a war that looks like this index.html WEB-INF/lib/ WEB-INF/lib/myjar.jar WEB-INF/lib/soap.jar WEB-INF/soap.rc but I always get a null pointer when trying to get it. any ideas? thanks