I need to send contents of a binary file into an RFC which can accept unbound rows of 1024 bytes of data.
I will also send filename to the RFC which I'll pull from ASMA.
I have a simple data type set up with XSD type base64Binary and string field for the file name. Initial try through integration engine is unsuccessful because I think PI wants to see the payload parsed as XML and it is the pure binary, unchanged by the file adapter. (e.g. "Content is not allowed in prolog")
I've found an example of how to do this via Java mapping, but I've never used that before. Is it required or is there a way to get this done with simple message mapping?