Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I am passing an object type from asmx(webservice), and sending it to ASP.so at ASP (Xmlhttp) I got it in XML format.When I write Response.Write(....).It eliminates the xml and give it to me proper format.But I have to implement some logic on that return object rather to simply print it.Here I got stuck.I am unable to deserialize it what Response.write is doing automatically.Any clue from anyone.

Thanks,
Posted
Comments
Sergey Alexandrovich Kryukov 23-Mar-15 21:13pm    
It has nothing to do with "ASP" (or do you mean ASP.NET? It's not "ASP"). It all depends on what is that XML, how it was serialized.
—SA
souravghosh18 23-Mar-15 23:52pm    
I am talking about ASP.And I am just sending the object from webservice to ASP page.It automatically comes as an xml in ASP page.Now I want back it to object form and not needed the xml nodes and all.
Sergey Alexandrovich Kryukov 24-Mar-15 0:04am    
Again: it depends on how the object was serialized? SOAP? Anything else?
—SA
souravghosh18 24-Mar-15 9:55am    
I am using XML web service to connect to Asp, not the soap toolkit.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900