Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running the File Binding Example

To run the example, copy the test-file.xml to the inbox From a command shell, go to the File Binding example directory:

Code Block
cd [servicemix_install_dir]\examples\file-binding
copy test-file.xml inbox

Before running the example, copy a file into the inbox From a command shell, go to the File Binding example directory:

Code Block
cd [servicemix_install_dir]\examples\file-bindingcopy test-file.xml inbox

Then type:

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

...