Hello Gregg, If you started with a Java2WSDL generated WSDL and did not change it too much, you can just delete the _Helper files and it will probably still work. I don't know any Axis options to change the package, but Ant's <replace> and <move> come to mind. Note that Axis might be looking for _Helper classes in the same package, I don't know, so that might not work.
Regards, Dies McMullin, Gregg E. wrote: > Any tricks that can direct the bean classes to one package and > the helper classes to another? Doesn't look like the -f NStoPkg.properties > option will work for this. > > thanks again, > > Gregg > > -----Original Message----- > From: [EMAIL PROTECTED] > To: [email protected] > Sent: 12/15/2005 9:58 AM > Subject: Re: Hiding Axis implementation code > > Hello Gregg, > > I use the --helperGen option to prevent Axis metadata being generated in > my beans. > Also, I use -T1.3 to use the JAX-RPC1.1 mapping (for instance, to map > xsd:unsignedShort -> int, not org.apache.axis.types.UnsignedShort) > > -H, --helperGen > emits separate Helper classes for meta data > > -T, --typeMappingVersion <argument> > (cryptic description but 1.3 follows JAX-RPC1.1.) > > Regards, > Dies > > > McMullin, Gregg E. wrote: > >>Hi All: >> >> I'm currently using Axis 1.2.1 and am wondering why the wsdl2java >>tool does not generate interfaces along with the beans it creates? >> Is there a mechanism to make the generated beans implement a >>particular interface? I'm really trying to find the proper way to >>hide "axis" from my webService code. My thought was that if I could >>work with interface's for my beans, I could easily switch out axis >>for another framework if desired. Any thoughts would be welcome. >> >> Gregg >> > > -- Dies KOPER <[EMAIL PROTECTED]> (changed on 1 July 2005) Fujitsu Ltd - MWPF1 (changed from MWPF3 on 21 Nov 2005) 2-15-16, Shin-Yokohama, Kouhoku-ku, Yokohama, 222-0033, Japan Tel. +81(45)-475-5605 (internal 7181-4217)
