我有一個SoapExtension其中,現在,只寫日誌: public class CatchInputParametersExtension : SoapExtension
{
public override object GetInitializer(Type serviceType)
{
return null;
}
public ov
我爲了這個SOAP擴展跟蹤我的web服務: using System;
using System.IO;
using System.Web.Services.Protocols;
namespace MyLibrary.MySystem
{
// Define a SOAP Extension that traces the SOAP request and SOAP
我有一個SoapExtension。它記錄我所有的web服務請求和響應。我認爲項目中有超過一千個webservice調用。我的問題是我無法登錄請求,如果我的web服務調用結束超時或httpexceptions如403,404。我也需要記錄這些例外情況。 這是我的SoapExtension public class SoapLogger : SoapExtension
{
Stream