Which resource is used for XML to non-XML (& vice-versa)message transformation
-
X-Query
-
XSLT
-
both A and B
-
MFL Transform
D
Correct answer
Explanation
MFL (Message Format Language) Transform in OSB is specifically designed for converting between XML and non-XML formats like binary files, COBOL copybooks, and fixed-length or delimited formats. XSLT and XQuery are transformation languages that only work with XML-to-XML conversions - they cannot handle non-XML formats. Therefore, MFL Transform is the correct resource for bidirectional XML to non-XML transformation.