Make beanMapping default?

2003-12-23 Thread Gary
Is there any way to make beanMapping the default deserialization method used, if no custom one is registered? It's a pain to list each class used. If this isn't possible, are there any plans to allow this? Thanks for a great product, Gary __ Do you Yahoo!? New Ya

Re: Make beanMapping default

2003-02-03 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 07:30 Subject: RE: Make beanMapping default > > Hi Joel! > > There is some unfinished support in Axis for "autoTyping",

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
PROTECTED]' > Subject: RE: Make beanMapping default > > > > Cool... Any chance that could/would be configurable (both > config files > and/or via API) such that a different default serializer > could be explicitly > set (eg, if someone with a particular ne

RE: Make beanMapping default

2003-02-03 Thread Mark Rowell
: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Mark: It would work for auto-generated WSDL (?wsdl) from a running Axis engine, but we'd have to put in an option to do it when using Java2WSDL from the command line. --Glen > -Original Message- > From: Mark

RE: Make beanMapping default

2003-02-03 Thread Mike Burati
ether something was a Bean or another well-known (to the platform) type)? -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 10:30 AM To: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Joel! There is some unfinished supp

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
03, 2003 11:13 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Make beanMapping default > > > Hi > > Would this work with Java2WSDL as well? > > Thanks > > Mark > > -Original Message- > From: Glen Daniels [mailto:[EMAIL PROTECTED]]

RE: Make beanMapping default

2003-02-03 Thread Mark Rowell
Hi Would this work with Java2WSDL as well? Thanks Mark -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:30 PM To: '[EMAIL PROTECTED]' Subject: RE: Make beanMapping default Hi Joel! There is some unfinished support i

RE: Make beanMapping default

2003-02-03 Thread Shellman, Joel
> -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", > whi

RE: Make beanMapping default

2003-02-03 Thread Glen Daniels
ebruary 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 beanM

Make beanMapping default

2003-02-03 Thread Shellman, Joel
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 mapp