Re: [Dev] ESB 4.8.1 PassThroughHttpSender issue

2016-01-07 Thread Nariman Abdullayev (TD)
01/07/2016 06:05 AM, Nariman Abdullayev (TD) wrote: I continue to test how address endpoint handles timeouts I get new issues, now it is org.apache.synapse.core.axis2.SynapseCallbackReceiver if we use the same scenario and send, for example 10 requests to the proxy at the same time.

Re: [Dev] ESB 4.8.1 PassThroughHttpSender issue

2016-01-06 Thread Nariman Abdullayev (TD)
how to notify SynapseCallbackReceiver from PassThroughHttpSender that it is all, so stop listening for a callback... can some help me with it? Reagrds, Nariman. On 01/05/2016 03:16 PM, Nariman Abdullayev (TD) wrote: Hi, I think that org.apache.synapse.transport.passthru.PassThroughHttpSender

Re: [Dev] wso2esb 4.8.1 and 4.9.0 different behaviour onError

2015-11-23 Thread Nariman Abdullayev (TD)
Hello, Could someone help me with this issue? I cannot understand why SOAP message is lost after an http exception Thank in advance, Nariman. On 11/17/2015 09:05 AM, Nariman Abdullayev (TD) wrote: Hi Madhuranga, Thank you for the sample. There is actually full envelope body in your example

Re: [Dev] wso2esb 4.8.1 and 4.9.0 different behaviour onError

2015-11-17 Thread Nariman Abdullayev (TD)
.samples;> http://services.samples/xsd>http://services.samples/xsd;>WSO2 Thanks, Madhuranga. Madhuranga Sampath Bandara Software Engineer WSO2, Inc.;http://wso2.com/<http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2F=D=1=AFQjCNGJuLRux6KkJ

Re: [Dev] wso2esb 4.8.1 and 4.9.0 different behaviour onError

2015-11-17 Thread Nariman Abdullayev (TD)
/envelope/;> http://services.samples>http://services.samples;> http://services.samples/xsd>http://services.samples/xsd;>WSO2 Thanks, Madhuranga. Madhuranga Sampath Bandara Software Engineer WSO2, Inc.;http://wso2.com/<http://www.google.com/url?q

[Dev] wso2esb 4.8.1 and 4.9.0 different behaviour onError

2015-11-13 Thread Nariman Abdullayev (TD)
Hi, I have a registered onError sequence. In version 4.8.1 SOAP envelop is available in onError sequence while in 4.9.0 it is not. in order to access SOAP message content in 4.9.0 after error (in onError sequence) I always have to copy it to some temp variable initially. it is very