Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: INS: no binary copy, but processed

...

This document describes how to run ServiceMix's File Binding example and provides details about what it does. For information on the business use case, please refer to the last section: use case.

The File Binding example illustrates the following:

...

From a command shell, go to the File Binding example directory:

Code Block
cd [SM30UG:servicemix_install_dir]\examples\file-binding

...

Code Block
ant setup

Then type:

Code Block
[SM30UG:servicemix_install_dir]\bin\servicemix servicemix.xml

OR

..\..\bin\servicemix servicemix.xml


After a few seconds, the sample_xxx.xml file will appear in the outbox directory. To see this open another command window and do a directory listing on the outbox directory, for example:

Code Block
dir [SM30UG:servicemix_install_dir]\examples\file-binding\outbox

...

For more information on the following topics please see:


For a brief explanation of the XML tags in the servicemix.xml file, please see:

...