Tag: XML POST DATA to aspx Page
-
How to send XML data to a Webpage using “POST” Method.
Recently I came across an interesting requirement to send XML data to a particular URL using POST, means i need to post some XML data to a URL. I came to answer within a couple hrs of “googling” and R&D. Below mentioned is the sample code that I have created to explain the technique. Scenario…