Question:
Hello,
I have the following problem:
A customer wants to send me XML-Idocs with FTP into my BC, I therefore created a Flow-Service and gave accesspermissions to it, everything working fine up to this point, I can login and put a file and the service is executed, now my problem is that I don't get the filedata into the service.
The documentation states that there should be a "node"-object, but i don't see it, what am I doing wrong?
Any advice is appreciated.
Answer:
Provided that your incoming document is in XML format just use the service pub.web:documentToRecord as the first step. This service expects a node as input und should convert the incoming XML data in a boundNode. Afterwards you can use the test routine "savePipelinetoFile" to see if the data has been processed just the way you want it!
Regards,
Chrissie
Answer:
Thanks very much, works perfect now.
Regards, Sascha