The code responsible for this is in org.apache.axis.handlers.soap#generateWSDL. You would have to do some archeology to figure out when that method was modified to support loading the WSDL from the classpath.
Andreas On Mon, Feb 17, 2014 at 10:06 PM, Neelam Dharnidharka <[email protected]> wrote: > > Hi Andreas, > > I tried Axis 1.4; I can use wsdlFile tag and it reads file from the class > path, but it shows the output XML in one line!! not the formatted XML > > If I use same wsdls/xsd in Axis 1.0, it shows correct format. > > If there is a know bug in axis 1.0 for the wsdlFile not reading from class > path, can I get the fix? > > Else, what is the issue with Axis1.4 ? why it does not show output in the > formatted XML? Is there known bug/fix for this ? > > The reason we are using Axis 1.0, as this is an old application, and in > current project we are just adding more webservices to it, there is no plan > to migrate to axis 2 at the moment; > > Thanks > Neelam > > > -----Original Message----- > From: Andreas Veithen [mailto:[email protected]] > Sent: Monday, February 17, 2014 12:17 PM > To: java-dev > Subject: Re: issues Axis 2/Axis1 > > Axis 1.4 can load the file specified by wsdlFile as a resource from the > classpath. Any reason why you are using such an ancient Axis version? > > Andreas > > On Mon, Feb 17, 2014 at 9:05 PM, Neelam Dharnidharka > <[email protected]> wrote: >> Thanks! Then is there a way to resolve <wsdlFile> - absolute path in the >> axis 1? >> As I mentioned earlier in Axis 1, if I add my custom wsdl as >> <wsdlFile> tag, I have to give the absolute path, it does not pickup if I >> keep the file in classes dir ? >> >> Is this a known bug with Axis 1.0? >> Thanks >> Neelam >> >> >> -----Original Message----- >> From: robertlazarski . [mailto:[email protected]] >> Sent: Monday, February 17, 2014 12:02 PM >> To: [email protected] >> Subject: Re: issues Axis 2/Axis1 >> >> On Mon, Feb 17, 2014 at 4:59 PM, Neelam Dharnidharka >> <[email protected]> wrote: >>> Can't we use *wsdd file with axis2? >> >> Nope! >> >> --------------------------------------------------------------------- >> 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] >> > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
