如何使用webservice跟踪asp.net中的肥皂消息? [英] how to trace the soap message in asp.net using webservice?

查看:115
本文介绍了如何使用webservice跟踪asp.net中的肥皂消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道肥皂消息的踪迹.我尝试了

Any one know about the trace the soap messages. i tried this

HttpUtility.HtmlEncode(strResult)

方法..
我也在Google中搜索,但我听不懂..
如果有人知道,请举例说明.
我想跟踪saop消息并在其他页面中显示


在此先感谢

method..
i search in google also but i didn''t understand..
if anyone knows please explain with example..
i want to trace the saop message and display in other page


thanks in advance

推荐答案

假设您要查看通过电线传递的消息:

您可以获得名为Fiddler2的工具,该工具充当代理,可以设置为在您的服务和客户端之间侦听,请参见: http://www.pocketsoap.com/tcpTrace/ [
Assuming you want to look at the messages being passed accross the wire:

You can get a tool called Fiddler2, this acts as a proxy and can be set up to listen between your service and client, see: http://stackoverflow.com/questions/3744602/soapui-with-fiddler[^]

Years ago I used to use this http://www.pocketsoap.com/tcpTrace/[^]. Don''t be fooled: is traces http. The advantage of this is it won''t hook into your browser directly and has a simpler interface. The downside is that it is less fully featured than Fiddler.

Both tools are free. There may be better ones out there now ( I use Fiddler for Web-UI work, it is excellent for this) but if you just want a basic see what is going across the wire utility, tcptrace is pretty good.


这篇关于如何使用webservice跟踪asp.net中的肥皂消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆