Troubleshooting bridges
Earlier, we saw how to troubleshoot two stages of bridges, namely the schema validation stage and the transform stage. While using custom code inside a bridge, things can get difficult if the message processing runs into errors. It is recommended that you use IMessageInspectorContext.Tracer
to log the System.Diagnostics.TraceEventType
error as part of the custom code. These statements would be surfaced in the WADLogsTable mentioned earlier.