Reading XML file in temporary memory

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
 
A

Aneesh Pulukkul[MCSD.Net]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top