...
You need to configure the ESB to use the VFS transport /wiki/spaces/EI6xx/pages/49613697 for processing the files, and the MailTo transport /wiki/spaces/EI6xx/pages/49613800 for sending the email message. You also need to configure the message formatter as specified.
...
- You can find the CSV smooks library
milyn-smooks-csv-1.2.4.jar
in the attachedsample.zip
archive. You can find the file in the<SAMPLE_HOME>/lib
directory. Copy the library to the
<WSO2ESB_HOME>/repository/components/lib
directory.Note title Note These configuration changes make system-wide changes to the ESB and the ESB has to be restarted for these changes to take effect.
Configure a local entry as follows. For information on how to add a local entry, see this link /wiki/spaces/EI6xx/pages/49612515. This local entry will be used to refer to the smooks configuration saved in the
<SAMPLE_HOME>/resources/smooks-config.xml
file.Code Block language xml <localEntry key="smooks" src="file:resources/smooks-config.xml"/>
...