Steve, Thanks a lot for your reply. If I wrote a custom serializer and deserializer for char.class, will it work? Will I get cast exception at deserialization time if I return a Char object?
Thanks, Jianliang -----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: 2002?10?3? 14:48 To: [EMAIL PROTECTED] Subject: Re: Char datatypes with SOAP there is no char in XML Schema. You could add a hack into Axis to send chars, but nothing at the far end will map it to a char again. This will take consensus among Soap platform builders. Till then, send a short string. ----- Original Message ----- From: "Jianliang Zhao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 1:37 PM Subject: RE: Char datatypes with SOAP I got the same problem and didn't find anything in the documentation to deal with it. Could someone give us a solution? -----Original Message----- From: Alphonsus [mailto:[EMAIL PROTECTED]] Sent: 2002?10?3? 12:21 To: SOAP List Subject: Char datatypes with SOAP Hi all, has anyone had trouble using char properties with Apache SOAP? TIA, Alphonsus.