Invalid outbound XML template

Details

Field Error Details
Product Name BizTalk Server
Product Version 3.6
Event ID 0
Event Source 0
Component 0
Symbolic Name 0
Message Text Invalid outbound XML template

Explanation

There could be multiple reasons. The outbound WCF message body template may not be valid XML. It may contain invalid characters in the given encoding. The root element may be missing. The data at the root level may be invalid.

User Action

Ensure that template expression has valid XML code. Ensure that It doesn’t contain any invalid characters and that there is only one root element.

  1. Click Start, click All Programs, click Microsoft BizTalk Server 20xx, and click BizTalk Server Administration.

  2. In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.

  3. Locate your application and then locate your transport.

  4. Right-click the transport name.

  5. Click Properties.

  6. In the port Type list, select the correct port.

  7. Click Configure.

  8. In the WCF [transport type] Transport Properties dialog box, click the Messages tab.

  9. In the Outbound WCF message body section, select Template--content specified by template.

  10. In the XML text box, ensure that the XML code is valid.

    For additional information on templates, see the following resources in the BizTalk Server Help: