1. How to receive post data(XML) in .NET like java servlet doPost stackoverflow.comI 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 ... |
2. Why is my chat server servlet's doPost method not called? stackoverflow.comI am designing a chat server in java. The communication is Http based and not socket based. In the client side I have an applet. In the server side I have ... |
3. JSP doPost getAtribute null value stackoverflow.comI want to pass value to servlet but I keep get null value.
|