Hi Friends,
I have a FILE -> FILE scenario ,In this when I am downloading the data in XML format it is getting downloaded successfully.The output look like this ...
<b>I have only one field to be displayed in the output</b>.
<?xml version="1.0" encoding="utf-8" ?>
<Returnkey>
<field1>000000000621185CA</field1>
</Returnkey>
Module Name Modulekey
localejbs/AF_Modules/MessageTransformBean XML2Plain
<b>Module key parametername parameter value</b>
XML2Plain Transform.Class com.sap.aii.messaging.adapter.Conversion
XML2Plain Transform.ContentType text/plain;charset=utf-8
XML2Plain xml.addHeaderLine 0
XML2Plain xml.conversionType SimpleXML2Plain
XML2Plain xml.fieldFixedLengths 25
Please some one help me out I,I have tried all the options and I cant use File content conversion in this case ,(I have JMS adapter which actually sends this information to MQ,as it is working in XML format AND not in plain format ,I am testing this temporarily with a receiver file scenario)
Thanks in advance.