hi,
i have this situation:
a receive pipeline that reads a flatfile with delimiters and this becomes a xml document. (schema= Receive_FlatFile_Body.xsd)
This document is being mapped to a send xmldocument. (schema= FlatFileSend.xsd)
tis send document is being send to a send pipeline where a flat file assembler is working.
the output should be a flat file with fixed width.
if i don’t assign the created sendpipeline to the port this is the output of 1 message:
[quote:b228497983]<Root xmlns=\”http://Webshop.Receive_FlatFile_Body\”>
<Body mlns=\”\”>
<Order_ID>gdsg</Order_ID>
<productnaam>bcdf</productnaam>
<aantal>123</aantal>
</Body>
</Root>[/quote:b228497983]
But i keep getting this message in de tool FFASM:
Cannot find definition for the input: mlns
so i know for sure that it is because the attribute mlns of <Body> is not filled in. but how to correct this?
Thx in advance
Thomas