Adding the implementing class did the job, and also sorted out some
other issues. 

> -----Original Message-----
> From: Christophe Roudet [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 29, 2004 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: RE: parameter names
> 
> Be sure to pass both your interface and the implementing 
> class, and to refer to the debug compiled classes.
> 
> My ant task looks like:
> 
> <axis-java2wsdl
>     output="${axis.output.wsdl}"
>     classname="${axis.interface}"
>     implclass="${axis.interface.impl}"
>     porttypename="${axis.porttype.name}"
>  
> location="${axis.target.protocol}://${axis.target.server}:${ax
> is.target.port
> }/${axis.service.path}"
>     style="RPC"
>     namespace="urn:my.namespace">
>      <mapping namespace="urn:my.namespace1" package="my.package1"/>
>      <classpath>
>        <pathelement path="${build.dir}/debugclasses"/>  <!-- 
> the classes compiled with the debug flag -->
>        <path refid="classpath"/>
>      </classpath>
>   </axis-java2wsdl>
> 
> Christophe
> 
> > -----Original Message-----
> > From: Benson Margulies [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 29, 2004 8:40 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: parameter names
> > 
> > I did compile with symbols, and watched the '-g' show up in ant -v, 
> > and the parameters are all still named things like 'in0' in the 
> > deploy.wsdd file. (skeletondeploy=false).
> > 
> > > -----Original Message-----
> > > From: Christophe Roudet [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, June 29, 2004 8:33 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: parameter names
> > >
> > > Try to compile your java code in debug mode, it works 
> with Axis 1.1.
> > >
> > > Christophe
> > >
> > > > -----Original Message-----
> > > > From: Benson Margulies [mailto:[EMAIL PROTECTED]
> > > > Sent: Tuesday, June 29, 2004 8:23 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: parameter names
> > > >
> > > > My code is compiled with symbols, but the names in the 
> maps in the 
> > > > wsdd and the wsdl are all fabricated. Is there any way to get 
> > > > meaningful names into the picture?
> > > >
> > > > (using the 1.2 beta)
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> 
> 
> 
> 

Reply via email to