I'm trying to create a FTP to FTP channel that gets a file and sends the file to its destination without any manipulation. The files are in PDF format and do not contain any data in HL7 format.
When I run the channel, this is the error I get:
FAILURE: Error evaluating transformer
SerializerException
org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
When I run the channel, this is the error I get:
FAILURE: Error evaluating transformer
SerializerException
org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
Comment