Re: Question about using byte array

2010-07-21 Thread eborisow
Hi Andreas, Thanks! That worked. Regards, Eric Sent via BlackBerry from T-Mobile -Original Message- From: Eric Borisow Date: Wed, 21 Jul 2010 11:16:14 To: Reply-To: [email protected] Subject: Re: Question about using byte array Thanks Andreas, let me try that. Eric --- On

Re: Question about using byte array

2010-07-21 Thread Eric Borisow
Thanks Andreas, let me try that. Eric --- On Wed, 7/21/10, Andreas Veithen wrote: > From: Andreas Veithen > Subject: Re: Question about using byte array > To: [email protected] > Date: Wednesday, July 21, 2010, 1:28 PM > On Wed, Jul 21, 2010 at 19:18, Eric > Boriso

Re: Question about using byte array

2010-07-21 Thread Eric Borisow
A little more information about the difference in the byte array. On the service side, the first value is: 0 On the client side, the values are: 1 0 From there until line 201, all of the values are the same. Then, on line 201, the server side has: -128 and the client side has an empty

Re: Question about using byte array

2010-07-21 Thread Andreas Veithen
On Wed, Jul 21, 2010 at 19:18, Eric Borisow wrote: > Hi, > > I am trying to pass an LDAP cookie in a byte array from my web service using > Axis2 1.4.1.  In my wsdl, I have this entry: > > type="xs:byte"/> That is not a good way to model binary data. A much better way is to use a single instanc