Versions Compared

Key

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

...

While you will learn in the remainder of this guide how to create and package a JBI application, we will just use the pre-built packaging for now.Note: As of

Warning
titleWatch out

1. In ServiceMix 3.2.1

...

and above this step is done automatically when starting ServiceMix.

...

2. This requires at least ServiceMix 3.0

...

Open another command line console in the <servicemix_home> directory and run the following commands in Windows

...

Now deploy a JBI Service Assembly which exposes a service over HTTP/SOAPNote: as of

Warning
titleWatch out

In ServiceMix 3.2.1

...

and above the deploy directory has been replaced by hotdeploy. Modify the commands accordingly.

Windows:

Code Block
copy examples\wsdl-first\wsdl-first-sa-*.zip deploy

...