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