Reading XML file in temporary memory

  • Thread starter Thread starter raj kumar
  • Start date Start date
R

raj kumar

Hi

i need an requirement.

i have to convert the image into byte stream and i need to send to send
the byte stream data to a web service in the form of XML String..

and

I need to receive the XML String and i have to convert the XML back to
byte stream to display the image ..

any one can help me
 
Hi

i need an requirement.

i have to convert the image into byte stream and i need to send to send
the byte stream data to a web service in the form of XML String..

and

I need to receive the XML String and i have to convert the XML back to
byte stream to display the image ..

any one can help me

*** Sent via Developersdexhttp://www.developersdex.com***

You can try using memoery stream for this purpose.

An example can be found here: http://www.codeproject.com/soap/XmlToClassAndBack.asp
 
Back
Top