Hi,
I am working on a project that uses the Synapse 1.3 as a gateway for our services. I'd like to change the To address (GET request with parameters) for an incoming message. Here is an example. Income request (GET) URL: http://synapseserver/services/url?param1=value1¶m2=value2 I want to change it into: http://internalserver/services/differenturl?a=value1&b=value2 Thanks, Daniel Moise
