Useful BizTalk Tools
DebugView: An indispensable utility from SysInternals. I use it as a UI for BizTalk, by printing debug information using System.Diagnostics.Debug with its default trace listener, messages end up getting fed into the Win32 OutputDebugString function. DebugView monitors and displays this debug output in realtime. TCPTrace: Tunnels packets between a client and server, and displays the payload. Unreal for tracing HTTP traffic between web services, WCF endpoints, and so on. XPathMania: Extends the VS.NET 2005 XML Editor, by providing a “scratch pad” to enter and execute XPath queries against the active document. ...