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

Re: Char!!!!

2002-05-01 Thread Steve Loughran
- Original Message - From: "Patricia Doyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 12:18 PM Subject: Re: Char > I want to return java.io.File object from method in webservice. But when I > create a WSDL file from

Re: Char!!!!

2002-05-01 Thread Patricia Doyle
tool it tries to create a class DefaultNamespace._char. Is their any way to around it??? >From: "Russell Butek" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Char >Date: Wed, 1 May 2002 13:53:09 -0500 > >Sorr

Re: Char!!!!

2002-05-01 Thread Russell Butek
Sorry. Right now you can't. There is no mapping from Java's primitive char type to an XML type. Russell Butek [EMAIL PROTECTED] "Patricia Doyle" <[EMAIL PROTECTED]> on 05/01/2002 01:23:19 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Char How can I u