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 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...
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.