hey guys, i got the following issue to tackle: I receive a xml as a byte of arrays. I manage to make a Document object of this byte array. Now the sending application wants a byte array back... How do I create a byte array from Document object??
thanks, Wout
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Is converting Document object to String to ByteArray healthy ?
Thanks for the solution... it really works out, but unfortunatally the client has SDK 1.3.1... And the solution provided is not supported... So the search continues...
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Thats make sense Lasse.
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Originally posted by e vanduffel: [QB]Thanks for the solution... it really works out, but unfortunatally the client has SDK 1.3.1... And the solution provided is not supported... QB]
Is it possible for you to ship/install the latest xerces parser on the your client side ? if so the above code by Lasse will work.