Facing problem in getting response fro ERROR HANDLER SEQUENCE

shaffi.mca.gmail.com's picture
hi, i'm new to wso2.I'm using wso2 2.1.2 version.My probelm is,i need to handle error that raised during any sequence.For that i created a error handler sequence.After error is raising it's coming to error handler..but the response it not coming out...PLEASE HELP ME...WAITING FOR UR RESPONSE...THANKING YOU my error hanlder ---------------- xquery which i'm using in error handler ----------------------------------------- declare namespace env = "http://schema.concierge.com/Envelope"; declare namespace open = "http://schema.concierge.com"; declare namespace bil = "http://schema.concierge.com/Billing"; declare variable $ServiceName as xs:string external; declare variable $Sender as xs:string external; declare variable $UserId as xs:string external; declare variable $Domain as xs:string external; declare variable $ServiceId as xs:string external; declare variable $Language as xs:string external; declare variable $MessageId as xs:string external; declare variable $CorrelationId as xs:string external; declare variable $GenTimeStamp as xs:string external; declare variable $ApplicationName as xs:string external; <open:clientRequestResponse> <env:EaiEnvelope> <env:Service>{$ServiceName}</env:Service> <env:Sender>{$Sender}</env:Sender> <env:UserId>{$UserId}</env:UserId> <env:Domain>{$Domain}</env:Domain> <env:ServiceId>{$ServiceId}</env:ServiceId> <env:Language>{$Language}</env:Language> <env:MessageId>{$MessageId}</env:MessageId> <env:CorrelationId>{$CorrelationId}</env:CorrelationId> <env:GenTimeStamp>{$GenTimeStamp}</env:GenTimeStamp> <env:ApplicationName>{$ApplicationName}</env:ApplicationName> <env:Payload> <bil:Billing> <bil:Response> <bil:Result_OutputData> <bil:resultCode>911</bil:resultCode> <bil:resultMessage>No Response from Service</bil:resultMessage> </bil:Result_OutputData> </bil:Response> </bil:Billing> </env:Payload> </env:EaiEnvelope> </open:clientRequestResponse>
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
Different groups within an organization need to monitor different Key Performance Indicators (KPIs) - An operations team will be interested in the response times of business services and loads of each service,..
Thursday, February 9th 2012, 09.00 AM (PST)

Thursday, February 9th 2012, 10.00 AM (GMT)