I am trying to dynamically modify XML data in SOAP requests to ASMX services.
I overrided GetWebRequest()
method in SoapHttpClientProtocol
class in order to read and modify XML data that the RequestStream
contains.
The problem is, the request seems to be empty, there is no data in it whatsoever. Is this because the SOAP data hasn't yet been generated and serialized or am I doing something wrong?