My code has the following:
Dim reader = New XmlTextReader(Request.InputStream)
I would like to export the the XML from Request.InputStream
I have log utility which will write to a test file but when i add Request.InputStream.Length.ToString
to the logs it comes up as 0
Im pretty sure the 3rd party is passing in XML but i need to prove that its broken in someway. Therefore I need to see whats being passed into the page.