CAClose (failed)

 avatar
unknown
xml
3 years ago
3.2 kB
8
Indexable
<!-- req -->
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header />
    <SOAP-ENV:Body>
        <ns2:CACloseReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/vn/account/caclose/1.0" xmlns:ns4="http://www.bidv.com/global/common/account/1.0" xmlns:ns3="http://www.bidv.com/global/common/bank/1.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.0</ServiceVersion>
                    <MessageId>72eadc78-471b-4f67-ab6b-8713b4f0182d</MessageId>
                    <MessageTimestamp>2022-11-07T16:20:49.234+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqInquiry>
                <ns2:MsgCode>003</ns2:MsgCode>
                <ns2:BaseXfer>
                    <ns3:TellerId>990RLOS</ns3:TellerId>
                    <ns3:SupervisorId>990RLOS</ns3:SupervisorId>
                    <ns3:SvrBranch>990000</ns3:SvrBranch>
                </ns2:BaseXfer>
                <ns2:AcctClose>
                    <ns4:AcctNo>100071197025</ns4:AcctNo>
                    <ns4:CurCode>VND</ns4:CurCode>
                </ns2:AcctClose>
                <ns2:AcctTo>
                    <ns4:AcctNo>100071197198</ns4:AcctNo>
                    <ns4:CurCode>VND</ns4:CurCode>
                </ns2:AcctTo>
                <ns2:Remark>100071197025</ns2:Remark>
                <ns2:BuyRate>1</ns2:BuyRate>
                <ns2:SellRate>1</ns2:SellRate>
            </ns2:BodyReqInquiry>
        </ns2:CACloseReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:CACloseRes xmlns:ns0="http://www.bidv.com/global/vn/account/caclose/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>72eadc78-471b-4f67-ab6b-8713b4f0182d</ns1:MessageId>
            <ns1:MessageTimestamp>2022-11-07T16:20:49.234+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>RLOS-2020-DA-012</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>400</ns1:GlobalErrorCode>
        <ns1:GlobalErrorDescription>Error in Backend</ns1:GlobalErrorDescription>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>100</ns1:ErrorCode>
            <ns1:ErrorDesc>The system is unable to process your request due to an unrecoverable error.  Please notify your system administrator.</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
</ns0:CACloseRes>
Editor is loading...