If you are deploying in application servers like weblogic create a file called wsdl.list and add the name of the wsdl to it. The wsdl along with wsdl.list should be in meta-inf of your service archive file. I don't think you can find any documentation for this. You need to debug to figure this out.
Thanks, Haneef -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 9:14 AM To: [email protected] Subject: Re: [U] [Axis2] useOriginalWsdl Did you drop the original wsdl into your aar? under META-INF? thanks, dims On 6/26/07, Ridgway, Jamie Mr CONT USAAC <[EMAIL PROTECTED]> wrote: > UNCLASSIFIED//// > > > How does the useOriginalWsdl setting work? > > If I set this to true, the <service endpoint>?wsdl convention returns > an error that axis is unable to generate the wsdl. Since I am working > contract first and have provided my WSDL to the consumers, I would > like to preserve the WSDL I constructed. > > Do I need to ensure my WSDL is in a specific path within the AAR? > > Thanks, > Jamie > UNCLASSIFIED//// > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://davanum.wordpress.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]
