.net - XML file header in Biztalk -


i want add xml header below

<?xml version='1.1' encoding='utf-8'?>  <!doctype crtlfile public "-//biz//ctrlfile_1_1//en""crtlfile_1_1.dtd"> 

i tried add processing instructions text , add xml declaration options on pipeline, didn't solve requirements.

please advise on how can achieve through biztalk.

you have set own custom xml declaration @ design time in pipeline component.

in "add processing instructions text" field should put

<?xml version='1.1' encoding='utf-8'?> <!doctype crtlfile public "-//biz//ctrlfile_1_1//en""crtlfile_1_1.dtd"> 

don't forget set add xml declaration false


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -