AcctList_Inquiry (sai custNo)

 avatar
user_7960536912
xml
2 years ago
2.3 kB
0
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:AcctListReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/vn/account/acctlist/inquiry/2.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>2.0</ServiceVersion>
                    <MessageId>7d665b1a-681f-43af-8969-69268a31ef17</MessageId>
                    <MessageTimestamp>2022-10-13T10:27:59.253+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqInquiry>
                <ns2:CIFNo>asdasd</ns2:CIFNo>
                <ns2:AcctType>DDA</ns2:AcctType>
            </ns2:BodyReqInquiry>
        </ns2:AcctListReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:AcctListRes xmlns:ns0="http://www.bidv.com/global/vn/account/acctlist/inquiry/2.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>2.0</ns1:ServiceVersion>
            <ns1:MessageId>7d665b1a-681f-43af-8969-69268a31ef17</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-13T10:27:59.253+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>1073750022</ns1:ErrorCode>
            <ns1:ErrorDesc>&lt;CustId&gt; invalid</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
</ns0:AcctListRes>
Editor is loading...