How to trace ScriptService WebService requests?
问题 I have a SoapExtension that is intended to log all SOAP requests and responses. It works just fine for calls from an application using the MS Soap Toolkit (OnBase Workflow). But it doesn't work for calls made by $.ajax() on an html page. Here's an example: $.ajax({ type: "POST", url: url, data: data, contentType: "application/json; charset=utf-8", dataType: "json" }); It's calling an ASP.NET 3.5 WebService marked with WebService and ScriptService attributes: [WebService(Namespace =