Verifying C# Post

  • Thread starter Thread starter avanti
  • Start date Start date
A

avanti

Hi,

I have some code that posts an XML to a URL (WebRequest). The URL that
gets this XML is not up and running yet. Is there a simple way to test
that the Post succeeded and the data posted is valid?

Thanks.
 
just put a simple asp page on the server that does a "Request" to grab the
data that was posted, then "Response.Write" it to the page
 
Back
Top