TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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>"""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.
Reply
Answers (
3
)
Export selected rows from datagridview to report
MessageBox