Barry Lulas wrote: > how do clients pass the xml file as a byte-array?
In Java it is pretty easy, just call the getBytes method, and it will return the array of bytes that represents the string.
Barry Lulas wrote: > how do clients pass the xml file as a byte-array?
In Java it is pretty easy, just call the getBytes method, and it will return the array of bytes that represents the string.