01-16-06 07:48 AM
Hi
I need to force a BizTalk orchestration to receive a flat the contents of a
file whether it is valid or not. I am planning to use a disassembler to just
wrap this in an Xml envelope within a CDATA element.
I then need to pass this wrapped data to a series of validation components
(within orchestration) do that I can either report on the data errors inside
or pass to SQL.
Is there an easier / quicker way to apply the XML envelope (i.e. use an
envelope schema) as opposed to developing the disassembler. If so, can you
give me a few pushes in the right direction. I also need to do the reverse,
i.e. If part of the validation fails, I need to send the original file back
to the source.
Thanks in advance.
AL
[ Post a follow-up to this message ]
|