I have a question in this regard -- what happens if the bean has properties whose names start with [Xx][Mm][Ll]. In legal XML document/message names starting with [Xx][Mm][Ll] are not allowed. Does Apache BeanSerializer handle it?
Regards, Soumen Sarkar -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 31, 2002 8:18 PM To: [EMAIL PROTECTED] Subject: Re: SOAP ObjecT support Apache SOAP can work with any Java class you can create. If the class is a bean, the BeanSerializer can be used to write/read an instance to/from a SOAP message. If the class is not a bean, a custom serializer and/or de-serializer is written. The AddressBook example shows how to use user-defined classes. Scott Nichol ----- Original Message ----- From: "Abou-Khalil, Charbel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 11:27 Subject: SOAP ObjecT support > Hi, > I just want to know if SOAP suports any types other than the Java types > (posisbly primitive types). > Anyone can shed some light into this issue please.. where a soap serivce may > retunr a selfdefined object or calss. thanks a lot. > > CAK. > > This message may contain privileged and/or confidential information. If you > have received this e-mail in error or are not the intended recipient, you > may not use, copy, disseminate or distribute it; do not open any > attachments, delete it immediately from your system and notify the sender > promptly by e-mail that you have done so. Thank you.