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

2015-11-24 Thread Madhuranga Bandara
Hi Nariman, I have tested the scenario according to your specification. In the error sequence SOAP body is not present in ESB 4.9.0. This is a bug in ESB 4.9.0. We will raise a public Jira for this and fix it in the next release. Thanks, Madhuranga. *Madhuranga Sampath Bandara* Software

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)
Hi Madhuranga, Thank you for the sample. There is actually full envelope body in your example. Using your sample I was able to understand what cause an empty envelope in onError sequence. if you add just two additional parameters to the endpoint: 5000 fault So that endpoint

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

2015-11-17 Thread Nariman Abdullayev (TD)
Hi Madhuranga, Thank you for the sample. There is actually full envelope body in your example. Using your sample I was able to understand what cause an empty envelope in onError sequence. if you add just two additional parameters to the endpoint: 5000 fault So that endpoint

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

2015-11-14 Thread Madhuranga Bandara
Hi Nariman, I have tried this in a ESB 4.9.0 fresh pack. Given below is my ESB configuration. I could access the SOAP envelop from "SimpleSQFault" onError sequence. http://ws.apache.org/ns/synapse;> 15000

[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