DomesticXfer/Create/1

 avatar
unknown
xml
3 years ago
4.8 kB
9
Indexable
Request
<?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:DomesticXferReq
            xmlns="http://www.bidv.com/common/envelope/commonheader/1.0"
            xmlns:ns2="http://www.bidv.com/entity/vn/remittance/domesticxfer/create/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>990ACHOUT1221000008</MessageId>
                    <MessageTimestamp>2022-12-21T10:15:25.909+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>ACH</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqCreate>
                <ns2:MsgCode>032</ns2:MsgCode>
                <ns2:BaseXfer>
                    <ns3:TellerId>990ACHOUT</ns3:TellerId>
                    <ns3:Seq>21000008</ns3:Seq>
                    <ns3:SupervisorId>990ACHOUT</ns3:SupervisorId>
                    <ns3:SvrBranch>222000</ns3:SvrBranch>
                </ns2:BaseXfer>
                <ns2:SenderInfo>
                    <ns2:AcctInfo>
                        <ns4:AcctNo>2228220288</ns4:AcctNo>
                        <ns4:AcctType>DDA</ns4:AcctType>
                    </ns2:AcctInfo>
                </ns2:SenderInfo>
                <ns2:ReceiverInfo>
                    <ns2:AcctInfo>
                        <ns4:AcctNo>430101008</ns4:AcctNo>
                        <ns4:AcctType>GLA</ns4:AcctType>
                    </ns2:AcctInfo>
                </ns2:ReceiverInfo>
                <ns2:DebitFeeAcct>
                    <ns4:AcctNo>2228220288</ns4:AcctNo>
                    <ns4:CurCode>VND</ns4:CurCode>
                </ns2:DebitFeeAcct>
                <ns2:Amt>
                    <ns2:Amt>0</ns2:Amt>
                    <ns2:CurCode>VND</ns2:CurCode>
                </ns2:Amt>
                <ns2:FeeInfo>
                    <ns2:AmtFee>10000</ns2:AmtFee>
                    <ns2:FeeType>O</ns2:FeeType>
                    <ns2:CurCode>VND</ns2:CurCode>
                </ns2:FeeInfo>
                <ns2:VATInfo>
                    <ns2:VATAmt>1000</ns2:VATAmt>
                </ns2:VATInfo>
                <ns2:Remark>EZA-TKThe :0129837294, tai DongACH. Chuyen tien                                                                                                                                                  -0200970488122110152520226592000004-2/2-FEE-002</ns2:Remark>
                <ns2:RefNo>00000001081</ns2:RefNo>
            </ns2:BodyReqCreate>
        </ns2:DomesticXferReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response

<ns0:DomesticXferRes
    xmlns:ns0="http://www.bidv.com/entity/vn/remittance/domesticxfer/create/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>990ACHOUT1221000008</ns1:MessageId>
            <ns1:MessageTimestamp>2022-12-21T10:16:48.836+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>ACH</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>BW-JDBC-100014</ns1:ErrorCode>
            <ns1:ErrorDesc>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;ns0:JDBCSQLException
                xmlns:ns0="http://schemas.tibco.com/bw/plugins/jdbc/5.0/jdbcExceptions"&gt;&lt;msg&gt;"JDBC error reported: (SQLState = 42000) - java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
"&lt;/msg&gt;&lt;msgCode&gt;BW-JDBC-100014&lt;/msgCode&gt;&lt;sqlState&gt;42000&lt;/sqlState&gt;&lt;detailStr&gt;java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
&lt;/detailStr&gt;&lt;/ns0:JDBCSQLException&gt;
            </ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
    <ns0:BodyResCreate>
        <ns0:RefNo/>
        <ns0:TrnSeq>21000008</ns0:TrnSeq>
    </ns0:BodyResCreate>
</ns0:DomesticXferRes>
Editor is loading...