A34 - Global/Vn/Parameter/CutOffTime/Inquiry/1

 avatar
Truong
plain_text
2 years ago
3.3 kB
18
Indexable
//Test Data

<?xml version = "1.0" encoding = "UTF-8"?>
<inputMessage>
<ns0:CutOffTimeReq xmlns:ns0 = "http://www.bidv.com/entity/vn/parameter/cutofftime/inquiry/1.0">
<ns1:Header xmlns:ns1 = "http://www.bidv.com/common/envelope/commonheader/1.0">
<ns1:Common>
<ns1:BusinessDomain>bidv.com.vn</ns1:BusinessDomain>
<ns1:ServiceVersion>1.0</ns1:ServiceVersion>
<ns1:MessageId>ebank-cuttofftime</ns1:MessageId>
<ns1:MessageTimestamp>2022-09-23T16:09:12.245+07:00</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>EBANK</ns1:SourceAppID>
</ns1:Client>
</ns1:Header>
<ns0:BodyReqInquiry>
<ns0:Channel>'OL11'</ns0:Channel>
<ns0:BranchNo>'0'</ns0:BranchNo>
</ns0:BodyReqInquiry>
</ns0:CutOffTimeReq>
</inputMessage>

//Actual Result

<?xml version = "1.0" encoding = "UTF-8"?>
<outputMessage>
<ns0:CutOffTimeRes xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0 = "http://www.bidv.com/entity/vn/parameter/cutofftime/inquiry/1.0">
<ns1:Header xmlns:ns1 = "http://www.bidv.com/common/envelope/commonheader/1.0">
<ns1:Common>
<ns1:BusinessDomain>bidv.com.vn</ns1:BusinessDomain>
<ns1:ServiceVersion>1.0</ns1:ServiceVersion>
<ns1:MessageId>ebank-cuttofftime</ns1:MessageId>
<ns1:MessageTimestamp>2022-09-23T16:09:01.957+07:00</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>EBANK</ns1:SourceAppID>
</ns1:Client>
</ns1:Header>
<ns1:ResponseStatus xmlns:ns1 = "http://www.bidv.com/common/envelope/commonheader/1.0">
<ns1:Status>1</ns1:Status>
<ns1:GlobalErrorCode>001</ns1:GlobalErrorCode>
<ns1:GlobalErrorDescription>Error in SOA system</ns1:GlobalErrorDescription>
<ns1:ErrorInfo>
<ns1:SourceAppID>SOA</ns1:SourceAppID>
<ns1:ErrorCode>BWENGINE-100017</ns1:ErrorCode>
<ns1:ErrorDesc>Job-142 Error in [Services/Common/TemplateProcess/RequestResponseOperation.process/Group/CallRequestResponseProcess]
failed to execute called process
at com.tibco.pe.core.CallProcessActivity.eval(Unknown Source)
at com.tibco.pe.plugin.Activity.eval(Unknown Source)
at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
at com.tibco.pe.core.Job.a(Unknown Source)
at com.tibco.pe.core.Job.k(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
caused by: java.lang.Exception: Error in [Services/Global/Vn/Parameter/CutOffTime/Version1.0/ServiceComponent/Inquiry/RequestResponse.process/GetCutOffTime]
BW-COMMON-100043 Configuration error. [ "Cannot find shared JDBC configuration: /SharedResource/Connection/Jdbc/Core.sharedjdbc" ]

at com.tibco.pe.core.WorkflowBuilder.build(Unknown Source)
at com.tibco.pe.core.WorkflowLoader.loadWorkflow(Unknown Source)
at com.tibco.pe.core.JobPool.a(Unknown Source)
at com.tibco.pe.core.JobPool.loadWorkflow(Unknown Source)
at com.tibco.pe.core.CallProcessActivity.eval(Unknown Source)
at com.tibco.pe.plugin.Activity.eval(Unknown Source)
at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
at com.tibco.pe.core.Job.a(Unknown Source)
at com.tibco.pe.core.Job.k(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
</ns1:ErrorDesc>
</ns1:ErrorInfo>
</ns1:ResponseStatus>
</ns0:CutOffTimeRes>
</outputMessage>
Editor is loading...