Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The SOAP Binding example can be found in ServiceMix distribution under

Code Block
[root]\examples\soap-binding

This example shows how to expose a simple web service with ServiceMix.
The components are built and run from source using Ant, http://ant.apache.org.

To start the servicemix server using the sample configuration, you must enter the following commands:

Code Block
ant setup
../../bin/servicemix servicemix.xml

This will start the soap-binding demo.

A simple client is available with the client.html web page.
Just launched it in your favorite web browser and modify the content of the left pane.
You should see the response on the right pane.

NOTES:

  • currently, the demo does not work with FireFox
  • if you experience problems, try rebuilding the demo:
    remove all the directories but the src one,
    type 'ant setup'
    run '../../bin/servicemix servicemix.xml'