Oditier_LimitApprove (sai seq)

 avatar
user_7960536912
xml
2 years ago
3.0 kB
1
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:OdtierLimitApproveReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/entity/vn/odtier/odtierlimitapprove/1.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.0</ServiceVersion>
                    <MessageId>566e4fd9-b52b-4c09-a155-f7897dd18a04</MessageId>
                    <MessageTimestamp>2022-10-13T15:12:45.557+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqOdtierLimitApprove>
                <ns2:teller>1111111111</ns2:teller>
                <ns2:branch>99998</ns2:branch>
                <ns2:account>100071197174</ns2:account>
                <ns2:acountType>6000</ns2:acountType>
                <ns2:seq>603000000021236</ns2:seq>
                <ns2:authoLimitApprove>10000000</ns2:authoLimitApprove>
                <ns2:drawLimitApprove>10000000</ns2:drawLimitApprove>
            </ns2:BodyReqOdtierLimitApprove>
        </ns2:OdtierLimitApproveReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:OdtierLimitApproveRes xmlns:ns0="http://www.bidv.com/entity/vn/odtier/odtierlimitapprove/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>566e4fd9-b52b-4c09-a155-f7897dd18a04</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-13T15:12:45.557+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>IFX</ns1:SourceAppID>
            <ns1:ErrorCode>-9386</ns1:ErrorCode>
            <ns1:ErrorDesc>Maximum Length Exceeded</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>1073742866</ns1:ErrorCode>
            <ns1:ErrorDesc>max length of 12 exceeded for element "Seq No"</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
    <ns0:BodyResOdtierLimitApprove>
        <ns0:errorCode />
    </ns0:BodyResOdtierLimitApprove>
</ns0:OdtierLimitApproveRes>