Demonstrate the ability of the URL rewrite mediator to evaluate conditions on messages and perform rewrites based on the results
Invoke the Axis2 client and send some requests to Synapse with different address URL values. If the address URL value contains 'localhost' as the hostname and 'https' as the protocol prefix, Synapse will route the message as it is. But if the hostname is 'localhost' and the protocol is not https, Synapse will rewrite the URL by setting 'https' as the protocol. The port number will also be set to the HTTPS port of the Axis2 server.
If you invoke the client as follows, Synapse will rewrite the 'To' header and forward the message to Axis2 over HTTPS.
The condition evaluation feature is provided by the Synapse evaluator framework. Currently one can evaluate expressions on URL values, query parameters, transport headers, properties and SOAP envelope content using this framework. Hence URL rewriting can be done based on any of these aspects.