Petter Nilsen [mailto:[EMAIL PROTECTED]] wrote:
> I missed the start of this thread, but can this method be > used to = intercept SOAP calls to a WebServer method too? Depends on which SOAP architecture you're using. If you're using standard .NET remoting with an HttpChannel and the SoapFormatter, then yes. However, if you're using ASP.NET Web Services you should use an SoapExtension[1]. HTH, Drew [ .NET MVP | weblog: http://radio.weblogs.com/0104813/ ] [1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemWebServicesProtocolsSoapExceptionClassTopic.asp You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
