Hey guys,
I'm on PI 7.3 EHP 1. I'm trying to use the new SAP SFTP adapter to pass a text file plainly through from an SFTP server to an NFS folder. There is no mapping involved and not even XML apart from the dummy interfaces I created.
However, when I try to run the scenario, it fails because it tries to parse the file to XML to determine the receiver:
Unable to parse XML message payload to extract operation for receiver determination org.xml.sax.SAXParseException: Content is not allowed in prolog.
In the usual File adapter, I can specify file type binary to get around that problem (or can't I?), but I do not see any option like this in the SAP SFTP adapter.
Is my requirement possible or do I have to somehow write the file content into an XML structure?
Thanks