Hi ,
I am using a sFTP adapter and would like to remove the <Recordset> appearing in the XML.
I have tried using ignoreRecordsetName = true -> this does not affect the XML and I still get the recordset tag.
If I specify xml.ignoreRecordsetName = true , this throws and error ->
Error while sending message: Cannot send message to module processor com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Error during processing local bean: localejbs/AF_Modules/MessageTransformBean
Any idea how to ignore Recordset for sftp Channel ?
Thanks