Home Page › Forums › BizTalk 2004 – BizTalk 2010 › hl7 zSegment – Segment wrapped in xml › Re: hl7 zSegment – Segment wrapped in xml
October 26, 2006 at 10:11 PM
#16220
Well, if this was a non-multi part message… the easiest way to remove the <string> tags is to use the Flat File Assembler to convert the Xml into flat file. i.e. make the schema called <String> with no name space. Or just use your own custom Xml Message and add your part as Xml to be converted later. Not real sure if that will work in your case.
If not, maybe try using Xml Document or XLang Any Message type rather than String.