I am new in .net 2.0. Please help me to fetch the value from the xml string received as response from web service.
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.4.1.07" class="java.beans.XMLDecoder">
<object class="java.util.HashMap">
<void method="put">
<string>RES_ERROR_DESC</string>
<string></string>
</void>
<void method="put">
<string>RES_VALUE_OUT</string>
<object class="java.util.HashMap">
<void method="put">
<string>1</string>
<object class="java.util.ArrayList">
<void method="add">
<string>UMESH AGARWAL AGARWAL (MINOR)</string>
</void>
<void method="add">
<string>"""119 COTTON ST KOLKATA-700007 """
</string>
</void>
</object>
</void>
</object>
</void>
<void method="put">
<string>RES_OUT</string>
<string>SUCCESS</string>
</void>
</object>
</java>
I am not able to deserialize the same.