[Dev] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-03 Thread Nirmal Fernando
Hi All, $Subject. How can I avoid this? -- Thanks & regards, Nirmal Senior Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/ma

[Dev] [Turing][Branch] Compilation Error in test-automation-framework - Test Core 4.2.3

2013-11-03 Thread Hasitha Aravinda
Hi, I am getting this. [INFO] [INFO] Building WSO2 Carbon Automation - Test Core 4.2.3 [INFO] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default

Re: [Dev] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-03 Thread Isuru Udana
Hi Nirmal, In ESB 4.8.0, you can do this by setting the messageType to application/xml. However IFAIK in previous versions that method won't work. On Sun, Nov 3, 2013 at 2:44 AM, Nirmal Fernando wrote: > Hi All, > > $Subject. How can I avoid this? > > -- > > Thanks & regards, > Nirmal > > Seni

Re: [Dev] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-03 Thread Isuru Udana
Try setting the following property for ESB 4.7.0 or previous versions. Make sure to set "enableREST" to false after the Callout mediator. On Sun, Nov 3, 2013 at 11:37 AM, Isuru Udana wrote: > Hi Nirmal, > > In ESB 4.8.0, you can do this by setting the messageType to > application/xml. > How

Re: [Dev] [AppFactory] Enable deploy only if there is a successful build and after deployed one of successful build

2013-11-03 Thread Danushka Fernando
"If there is a deployment then the deployment button is enable" I assume you meant If there is a build then enable the deploy button. But what if all the builds are unsuccessful? We are not storing about last successful build in rxt. So at that point this feature is incomplete I guess. And as asha

Re: [Dev] Retail Banking Sample

2013-11-03 Thread Pushpalanka Jayawardhana
Hi Tom, May be you got through the following issue. Just making a note that any one else who face the issue will be benefited and late is better than never. The error has been due to the wrong port number. It needs to be changed to 8081 as we are running WSO2ESB with port offset 1 in the sample.S

Re: [Dev] Input Event Adaptor - Event Builder CEP 3.0.0 - method onEventCall()

2013-11-03 Thread andresgomez92
Finally I've solved it, thank you very much! Andrés Gómez -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Input-Event-Adaptor-Event-Builder-CEP-3-0-0-method-onEventCall-tp87973p87985.html Sent from the WSO2 Development mailing list archive at Nabble.com. __

[Dev] Event Builder JSON Builder - Default Value, use????

2013-11-03 Thread andresgomez92
Hi all, I have a question about the field "Default Value" on the Event Builder. I think the following: If I receive an event like this: *{"Nombre":"Andres", "Dinero"10, "Other":"100} * and I use this: When the event leaves the event builder,

Re: [Dev] [Turing][Branch] Compilation Error in test-automation-framework - Test Core 4.2.3

2013-11-03 Thread Krishantha Samaraweera
Fixed. Please check. On 11/3/13, Hasitha Aravinda wrote: > Hi, > > I am getting this. > > [INFO] > > [INFO] Building WSO2 Carbon Automation - Test Core 4.2.3 > [INFO] > ---

Re: [Dev] [Turing][Branch] Compilation Error in test-automation-framework - Test Core 4.2.3

2013-11-03 Thread Hasitha Aravinda
Checked. It is fixed now. Thanks, Hasitha. On Mon, Nov 4, 2013 at 9:42 AM, Krishantha Samaraweera wrote: > Fixed. Please check. > > On 11/3/13, Hasitha Aravinda wrote: > > Hi, > > > > I am getting this. > > > > [INFO] > >

Re: [Dev] Event Builder JSON Builder - Default Value, use????

2013-11-03 Thread Lasantha Fernando
Hi Andres, The default value is triggered if the attribute comes with the event and a null value or some exception occurs when processing that particular attribute. The default value will not be sent if the attribute itself is not there in the event. Thanks, Lasantha On 4 November 2013 00:04,

Re: [Dev] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-03 Thread Nirmal Fernando
That didn't work Isuru. Axis2 still wraps the message with a soap envelope. On Sun, Nov 3, 2013 at 10:11 PM, Isuru Udana wrote: > Try setting the following property for ESB 4.7.0 or previous versions. > value="true"/> > > Make sure to set "enableREST" to false after the Callout mediator. > > >