Re: Char datatypes with SOAP

2002-10-07 Thread Scott Nichol
Nichol - Original Message - From: "Jianliang Zhao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 4:37 PM Subject: RE: Char datatypes with SOAP I got the same problem and didn't find anything in the doc

RE: Char datatypes with SOAP

2002-10-04 Thread Shellman, Joel
EMAIL PROTECTED] Subject: Re: Char datatypes with SOAP Jianliang Zhao wrote: >I got the same problem and didn't find anything in the documentation to >deal with it. Could someone give us a solution? > I believe byte is a possible data type, and as long as the datatype is 8 bits it shou

RE: Char datatypes with SOAP

2002-10-04 Thread Jianliang Zhao
Thanks, Steve. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: 2002?10?4? 8:44 To: [EMAIL PROTECTED] Subject: Re: Char datatypes with SOAP well, it would work but you'd need some kind of wrapper object with a char getValue() method to get the char value

Re: Char datatypes with SOAP

2002-10-04 Thread Steve Loughran
sage - From: "Jianliang Zhao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 3:00 PM Subject: RE: Char datatypes with SOAP Steve, Thanks a lot for your reply. If I wrote a custom serializer and deserializer for char.class, will it work? Will I

Re: Char datatypes with SOAP

2002-10-03 Thread James
Jianliang Zhao wrote: >I got the same problem and didn't find anything in the documentation to deal with it. >Could someone give us a solution? > I believe byte is a possible data type, and as long as the datatype is 8 bits it shouldn't matter, you can convert back and forth. >

RE: Char datatypes with SOAP

2002-10-03 Thread Jianliang Zhao
: 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

Re: Char datatypes with SOAP

2002-10-03 Thread Steve Loughran
ROTECTED]> 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 Mes

RE: Char datatypes with SOAP

2002-10-03 Thread Jianliang Zhao
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 tr