Linkoption - BIDV-9846

 avatar
unknown
xml
2 years ago
3.4 kB
4
Indexable
<?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:OdtierLinkOptionReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/entity/vn/odtier/odtierlinkoption/1.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.0</ServiceVersion>
                    <MessageId>faabf2e5-76b0-4c47-a939-e57baf4f21a6</MessageId>
                    <MessageTimestamp>2022-10-26T14:32:15.570+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqOdtierLinkOption>
                <ns2:branch>0</ns2:branch>
                <ns2:odpSeqNo>115002808666</ns2:odpSeqNo>
                <ns2:linkSeqNo>401000000024</ns2:linkSeqNo>
                <ns2:option>1</ns2:option>
            </ns2:BodyReqOdtierLinkOption>
        </ns2:OdtierLinkOptionReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response

<ns0:OdtierLinkOptionRes xmlns:ns0="http://www.bidv.com/entity/vn/odtier/odtierlinkoption/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>faabf2e5-76b0-4c47-a939-e57baf4f21a6</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-26T14:32:15.57+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>1400</ns1:ErrorCode>
            <ns1:ErrorDesc>&lt;SPName&gt; within &lt;BillerId&gt; is invalid.</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>1073779200</ns1:ErrorCode>
            <ns1:ErrorDesc>No Records Match Selection Criteria</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>1073779200</ns1:ErrorCode>
            <ns1:ErrorDesc>No Records Found</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>999</ns1:ErrorCode>
        <ns1:ErrorDesc>id=0xd003: %1={preparing} Cause : No Columns found for update!.</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
    <ns0:BodyResOdtierLinkOption>
        <ns0:errorCode>1400</ns0:errorCode>
        <ns0:errorDesc>&lt;SPName&gt; within &lt;BillerId&gt; is invalid.</ns0:errorDesc>
    </ns0:BodyResOdtierLinkOption>
</ns0:OdtierLinkOptionRes>
Editor is loading...