I have some text content that I want to sent out from BizTalk Orchestration to my output folder. I used String as my message type. But BizTalk alway wraps it up as Xml by putting my content inside <String></String>. How can I get rid of the wrapper when the file is created in the output folder? Is this possible without using FlatFile schema, or I have to create the file using File.Create inside orchestration. I just want to find out the possibility.
Thanks in advance!