Re: [Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Mohanadarshan Vivekanandalingam
Hi Bhashinee, You are sending a XML element as a parameter. Then you need to escape it properly.. See [1]. Try below request, soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:adm=http://admin.processor.event.carbon.wso2.org; soapenv:Header/ soapenv:Body

Re: [Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Bhashinee Nirmali
Hi Mohandarshan, That solved the problem. Thank you. On Sun, May 24, 2015 at 1:46 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Bhashinee, You are sending a XML element as a parameter. Then you need to escape it properly.. See [1]. Try below request, soapenv:Envelope

[Dev] [CEP] Getting errors when deploying an execution plan in CEP.

2015-05-24 Thread Bhashinee Nirmali
Hi All, I'm trying to deploy an execution plan in CEP using SoapUI. It was not successful and I'm getting errors. I have attached Request payload [1], Request headers[2], Response payload[3],Response headers[4] and CEP Error[5]. I have used basic authentication with user name - admin and password