Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.68 KB

invalid-outbound-xml-template.md

File metadata and controls

52 lines (37 loc) · 2.68 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Invalid outbound XML template
Invalid outbound XML template
06/08/2017
biztalk-server
article

Invalid outbound XML template

Details

Field Error Details
Product Name [!INCLUDEbtsBizTalkServerNoVersion]
Product Version [!INCLUDEbtsWCFVersion]
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 [!INCLUDEbtsBizTalkServerStartMenuItemui], and click BizTalk Server Administration.

  2. In the Console Root, expand [!INCLUDEbtsBizTalkServerAdminConsoleui], 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 [!INCLUDEbtsBizTalkServerNoVersion] Help: