I'm working through configuring FRR to work with MRSR. Following the
direction in the SDK, I've created the custom FRR receive pipeline and
used it in a receive location configured as a file drop IN box.
Whenever I drop a swift text message into this location, the file is
picked up without error and the FRR orchestration kicks off as
expected.
However, when I drop an Xml version of the message I end up with the
following swift error:
<?xml version="1.0" encoding="utf-8"?><SWIFT_ERROR
MessageType=""><ParseError ExceptionType="" LineNumber="0"
LinePosition="0" MultipleEmptyLines="False"
SchemaName="http://schemas.microsoft.com/BizTalk/Solutions/FinancialServices/SWIFT/SWIFTHeader#SWIFTHeader"><Message>
Unable to match the data in the input stream.
</Message></ParseError></SWIFT_ERROR>
nowhere in the SDK does it indicate a flatfile input is necessary. The
"IN" box is intended to simulate the message sent from the back-end
system. This will always be an XML document. It does not make sense to
me to convert it back to a flat file first.
has anyone encountered this issue, or am I overlooking a configuration
step.
Thanks in advanced,
Pat
|