You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Denis Onischenko <do...@hireright.com> on 2010/11/24 17:51:21 UTC

Services chain

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