Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello gurus,
We would like to posts XML, taking IDoc as the input. What is the next flow step after XSLTransformation to save the tranformed xml file in a directory (e.g. c:\return\docs). Regards, Esimov
If i understood you question correctly:
After XSLTransformation service use:
->pub.string:bytesToString ->pub.string:HTMLDecode ->PSUtilities.file:writeToFile (Or ur own java service)
Thank you Kerni, i solved this with;
pub.client.ftp.login branch on /returncode 200:sequence put logout
Thanks and regards, Esimov