You can use Axis 2.0 with WAS 5.1...but because the root WAS classloader has jars on its classpath that are incompatible, you'll need to...
1. Use non-delegating classloading option (PARENT_LAST) on the server. 2. Fix bugs that result from this...(Commons Logging--need to define a system property for the logging factory, etc.) -----Original Message----- From: Moorthy GT [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 8:17 AM To: [email protected] Subject: Re: Migrating .net web service to axis HELP Angel: Thanks for your reply. Is axis 2 compatible with Websphere 5.1? Can you give me the command to generate WSDD from WSDl using WSDL2JAVA tool? Thanks, Moorthy Hi, Do you really have a requirement to use Axis1 ? You'd better use Axis2 IMO. Otherwise it's perfectly fine to generate service descriptors from a WSDL file, using the wsdl2java tool. Regards, Angel -- View this message in context: http://www.nabble.com/Migrating-.net-web-service-to-axis-HELP-tf3514920.html# a9814694 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
