I am sending, on the server side, a xml to a remote server, the remote server will respond back with a xml response.
I am assuming it is a stream.
How can I receive the stream, and parse the values into a dictionary or hashtable?
note, the response will be like this:
<root>
<name1>blah</name1>
<name2>blahasdf</name2>
...
</root>