How to receive post data(XML) in .NET like java servlet doPost
Posted
by BianJiang
on Stack Overflow
See other posts from Stack Overflow
or by BianJiang
Published on 2009-06-12T13:34:35Z
Indexed on
2010/04/28
11:23 UTC
Read the original article
Hit count: 173
I want to receive the HTTP POST data(XML), the XML data post by other webServer(Tomcat, shttpd).
On Java I can use servlet doPost receive post data, I'm a newbie on C#, I don't know how to write it on c#.
© Stack Overflow or respective owner