Third party is sending some data to my web portal using POST method:
POST http://mydomain.com/Report.aspx <Report><message id="024051" status="DELIVERED" /></Report>
How can I receive this value in asp.net?
Please help.
Go to the complete details ...