You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This example to show how to use the HTTP bindings to do a HTTP Post
transfer.

To start the the http binding example:

cd example/http-binding
../../bin/servicemix servicemix.xml

This will start the component's http server on port 8912 and wait for a request which it will forward to "http://64.124.140.3/soap" for processing.

A simple JMS client is provided so that a simple post can be set to the server.
The client is built and run from source using Ant.
Just execute 'ant' from the current directory to run the HTTP client.

  • No labels