Hi All ,
I have a situation where i have to generate an XML file and send it over Http in J2ME.Now for sending it over Http I need to obtain byte[] so as to write it to output stream.I do not want to store the generated xml in file system and than read it and convert it into the byte[].Is this possible?

Reply With Quote


