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 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 > CreditTrade Limited is regulated by the FSA. (c) CreditTrade 2002. All rights reserved. The information and data contained in this email is provided for the information purposes of the addressee only and should not be reproduced and/or distributed to any other person. It is provided without any warranty whatsoever and unless stated otherwise consists purely of indicative market prices and other information. Any opinion or comments expressed or assumption made in association with the data or information provided in this email is a reflection of CreditTrades judgement at the time of compiling the data and is subject to change. CreditTrade hereby makes no representation and accepts no responsibility or liability as to the completeness or accuracy of this email. The content of this email is not intended as an offer or solicitation for, or recommendation of, the purchase or sale of any financial instrument, or as an official confirmation of any transaction, and should not be construed as investment advice.
