Versions Compared

Key

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

...

The source code for the Http Binding example is located in the ServiceMix installation directory under the examples\http-binding directory in the servicemix.xml file. It is recommended that you refer to the source code while reading this document.

This example shows how to use the HTTP bindings to handle a simple http post. One component acts as the http server that listens to on http://localhost:8912 while another invokes another a remote service implemented as a URLEndpoint. A simple HTTP client is provided so that a simple post can be set to the server.

...