Re: SOAP ObjecT support

2002-04-03 Thread Scott Nichol
ain. Scott - Original Message - From: "Soumen Sarkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 1:57 PM Subject: RE: SOAP ObjecT support > I beleive a definite answer on this issue is needed to foster SOAP interop. > I would v

RE: SOAP ObjecT support

2002-04-03 Thread Soumen Sarkar
estrictions within Apache SOAP that prevent the use of such names. Therefore, I would expect the serializer to create such names. Scott Nichol - Original Message - From: "Soumen Sarkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 9:20

Re: SOAP ObjecT support

2002-04-02 Thread Scott Nichol
strictions within Apache SOAP that prevent the use of such names. Therefore, I would expect the serializer to create such names. Scott Nichol - Original Message - From: "Soumen Sarkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 9:20 PM S

RE: SOAP ObjecT support

2002-04-02 Thread Soumen Sarkar
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

Re: SOAP ObjecT support

2002-03-31 Thread Scott Nichol
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-define