Hi Guys,
Could you please help me with the following scenario implementation? Synapse should handle incoming HTTP POST request_0 with body_0, parse it and invoke external service_1 over soap, parse the response_1, and compose a request to service_2 based on response_1 result, and after that it should make a HTTP response to the request_0. I found "Service chaining" thread here http://mail-archives.apache.org/mod_mbox/synapse-dev/200911.mbox/browser and I need to implement the same scenario. Thanks in advance, Denis
