Dims, Thanks for the reply. I moved the services.xml file from WEB-INF/services/BookService/META-INF/services.xml to WEB-INF/services.com. The classes were already located in WEB-INF/classes and the jars were alrady located in WEB-INF/lib. Everything works. While this appears to be a valid work around, do I lose anything using the "simple" deployment? Would the axis config file go in the root of the WEB-INF as well when using the "simple" deployment?
Regards, Joshua On 4/26/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
Josh, Did you try the simple deployment? basically drop services.xml in WEB-INF as well as the wsdl/xsd's. And your classes in WEB-INF/classes and jars in WEB-INF/lib? thanks, dims On 4/26/07, Josh <[EMAIL PROTECTED]> wrote: > Hello, > > This bug is a show stopper for us converting from axis 1.4 to axis 2 on > weblogic 8.1. I there someone that can take a look at this? > > Thanks, > > Joshua -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
