That sounds like what I want. Are you saying that I could just put that parameter tag 
in the config and it would start working? Or are you saying there is still more coding 
to do in Axis before that will work. Also, which version of Axis would that work in?

Thank you,

Joel Shellman

> -----Original Message-----
> From: Glen Daniels 
> Sent: Monday, February 03, 2003 7:32 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Make beanMapping default
> 
> 
> 
> Hi Joel!
> 
> There is some unfinished support in Axis for "autoTyping", 
> which sounds like what you want.  AutoTyping, when switched 
> on, will take any class which it doesn't find a mapping for 
> and use the Bean serializer/deserializer with an XML type 
> QName of "java:package.subpackage.classname".
> 
> The problem is that I never finished the configuration 
> portion of this stuff.  It wouldn't take much to add, 
> something like putting <parameter name="doAutoTyping" 
> value="true"/> in your WSDD....
> 
> --Glen
> 
> > -----Original Message-----
> > From: Shellman, Joel [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 03, 2003 10:15 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: Make beanMapping default
> > 
> > 
> > We have a bunch of classes that are going to be sent across
> > the wire and
> > would really rather not have to specify beanMapping (they 
> > should all work
> > with the beanMapper) for each and every one of them for 
> each and every
> > service. Is there a way to set it up such that if it doesn't 
> > have a specific
> > mapping set up, it will automatically try to use a beanMapping?
> > 
> > Thank you,
> > 
> > Joel Shellman
> > 
> 
> 

Reply via email to