XML Document via FTP

I am working on a flow where an xml document will be FTPd into BC and then from BC I need to call a SAP R/3 remote-enabled function module to post the data to an SAP table. The function module is working fine on SAP. The function module is even working when I test it from BC and populate the import fields manually. The problem is that the import fields are blank when I attempt to let my FTP->record… service do the populating. The call to SAP is happening, as I am getting a return message from SAP.

I have the following BC service flow:

-documentToRecord
-mapping of boundNode to my record reference
-call of function module (with mappings from record to FM imports)

Can anyone tell me what I am missing?

Thank you!

Don’t know what tweak did the trick, but I have this working now.