Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to config/costom a WS Security to SOAP header › Re: How to config/costom a WS Security to SOAP header
It looks like the response message does not contain the security headers. This could happen if the service does not return the response correctly, or if an exception occurs in the service and the service returns an unsecured fault. If you have access to the serice, you can attach a debugger or use System.Diagnostics.Tracing.WriteLine to determine whether an exception is occurring. Otherwise, you can use a trace tool to tell what is happening. I would first try Fiddler (http://www.fiddlertool.com/fiddler/) because it is easier to use than WCF tracing. However, it doesn’t always like to capture messages coming from BizTalk, so you might not be able to get it to work. In that case WCF tracing is the way to go. You can download the WCF tools with the Windows SDK: http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx.