Hi,
I tried to bypass a webmethod invocation as I have a cached stream to
return in some occasions at the SoapMessageStage.AfterDeserialize of
ProcessMessage on a SoapExtension.
I called HttpContext.Current.ApplicationInstance.CompleteRequest
expecting that would short-circuit the pipe and not call the web method
but it did not seem to work.
Please, does anyone has an idea on how to approach this?
Thanks
Cuellar - 10 Jan 2006 22:01 GMT
Oh, I figured out. I just needed to throw an exception to bypass the
web method invocation.