Re: soap service and properties file in weblogic

2002-03-08 Thread Ruben_Inoto
Subject: soap service and properties file in weblogic 03/08/2002 03:39 PM

soap service and properties file in weblogic

2002-03-08 Thread Gus Delgado
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 thi