Are you referring to using the HttpWebRequest via the client? If so, that's not what I am looking for.
I want to capture the return XML from the Web method before it is returned to the client. From within the Web method code, I do not see how I can access the HttpWebRequest object. Even if I could, from the code within the Web method, I'm interested in XML response from the Web method being sent to the client.
Pat B