Shailesh Shinde

Shailesh Shinde

  • NA
  • 3
  • 1.3k

xml deserialize

Sep 17 2014 8:19 AM
Hi,
 
I am new in .net 2.0.  Please help me to fetch the value from the xml string received as response from web service.
 The response received as :
 
<?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>&quot;&quot;&quot;119 COTTON ST KOLKATA-700007 &quot;&quot;&quot;
</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. 
 

Answers (3)