I am trying to dynamically change XML data in SOAP requests for ASMX services.
I overridden the GetWebRequest() method in the SoapHttpClientProtocol class to read and modify the XML data contained in the RequestStream .
The problem is that the request seems empty, there is no data in it. Is it because SOAP data has not yet been generated and serialized, or am I doing something wrong?
source share