<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<tns:GetConfiguration xmlns:tns="http://security.com/">
<tns:sXmlQuery>
<!--Text-->
</tns:sXmlQuery>
</tns:GetConfiguration>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
从上面的XML中,我需要提取突出显示的方法名称(GetConfiguration,GetListNames,GetItemNames)。我写了httpmodule,它会继续接收Web请求,如何在更多请求中跟踪特定的方法名称?请指教。