httpwebrequest/response

Feb 24 2005 1:05 AM
Hi all I am trying for conversion of xml to binary xml. i have used httpwebrequest where i can give the URL. in getresponse() i got the stream. this stream is XML file enclosed in double quotes. now i have to save that stream to disk as .xml file. then i give this to convert function. output from that function is in binary format. now i have to save it as .bxml file as i am getting binary array. if u have an idea please help me out. regards request.