gpt4 book ai didi

.net - 记录 .net SOAP Web 服务的请求/响应

转载 作者:行者123 更新时间:2023-12-01 13:30:37 25 4
gpt4 key购买 nike

我正在使用第三方 .NET SOAP WebService (.asmx)。我想记录请求和响应。我已经看到一些使用 SoapExtensions 的解决方案.但我喜欢在我的系统中集成日志记录,有些像这样:

public class MyWebService : ThirdPartyWebService
{
public string Request { ... }
public string Response {... }
}

我可以这样做吗?还有其他解决方案吗?

更新:我喜欢避免序列化请求和响应对象。但我现在正在这样做。

最佳答案

你可以使用Fiddler:fiddler2.com/fiddler2/

或 Web 开发助手:projects.nihilk.net/WebDevHelper

这是 soap 扩展示例:http://www.codeproject.com/Articles/38986/Trace-SOAP-Request-Response-XML-with-TraceExtensio.aspx

关于.net - 记录 .net SOAP Web 服务的请求/响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3862508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com