How to receive post data(XML) in .NET like java servlet doPost
- by BianJiang
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#.