Re: [Dev] Problem with response EI 6.1.1

2017-07-24 Thread Himasha Guruge
Hi, Is there any specific reason/requirement to use multiple proxies in your use-case? Usually calling different services and engaging their request/response in a single flow is done through service chaining.[1] [1]

Re: [Dev] Problem with response EI 6.1.1

2017-07-24 Thread Riyafa Abdul Hameed
Hi, The recommended way is to call a sequences[1] if you want to do some logic in the mediation but invoking proxy in another proxy is not wrong. Please share your proxy service so that it can be reproduced. [1] https://docs.wso2.com/display/EI611/Mediation+Sequences Regards, Riyafa On Mon,

Re: [Dev] Problem with response EI 6.1.1

2017-07-24 Thread Sudharma Subasinghe
Hi Melodias, There is no problem with invoke proxy by proxy when first proxy has timeout duration. For all the endpoints which does not have a timeout, global timeout which is located in synapse.properties "synapse.global_timeout_interval" is considered. The default value is set to 120s. Thanks

[Dev] Problem with response EI 6.1.1

2017-07-24 Thread Melodias
Hi dev, I have flow: proxyA invoke proxyB and proxyB invoke backend. In this scenario I have timeout on proxyA. When I invoke proxyB I received a response. Is it a problem with invoke proxy by proxy in EI 6.1.1? -- View this message in context: