InternalFundXfer_Create (failed)
unknown
xml
3 years ago
3.2 kB
13
Indexable
<!--req-->
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/common/bank/1.0" xmlns:ns3="http://www.bidv.com/global/common/account/1.0">
<soap:Header/>
<soap:Body>
<ns:InternalFundXferReq>
<ns1:Header>
<ns1:Common>
<ns1:BusinessDomain>BIDV.COM.VN</ns1:BusinessDomain>
<ns1:ServiceVersion>1.0</ns1:ServiceVersion>
<ns1:MessageId>${=java.util.UUID.randomUUID()}</ns1:MessageId>
<ns1:MessageTimestamp>${=new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss").format(new Date())}</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>RLOS-2020-DA-012</ns1:SourceAppID>
</ns1:Client>
</ns1:Header>
<ns:BodyReqCreate>
<ns:MsgCode>013</ns:MsgCode>
<ns:BaseXfer>
<ns2:TellerId>12009002</ns2:TellerId>
<ns2:Seq>039</ns2:Seq>
<ns2:SvrBranch>0</ns2:SvrBranch>
</ns:BaseXfer>
<ns:AcctFrom>
<ns3:AcctNo>100071197040</ns3:AcctNo>
<ns3:CurCode>VND</ns3:CurCode>
</ns:AcctFrom>
<ns:AcctTo>
<ns3:AcctNo>100071197110</ns3:AcctNo>
<ns3:CurCode>VND</ns3:CurCode>
</ns:AcctTo>
<ns:DebitFeeAcct>
<ns3:AcctNo>100071197040</ns3:AcctNo>
</ns:DebitFeeAcct>
<ns:Amt>
<ns:Amt>6000.00</ns:Amt>
<ns:CurCode>VND</ns:CurCode>
</ns:Amt>
<ns:Remark>1000711970400</ns:Remark>
</ns:BodyReqCreate>
</ns:InternalFundXferReq>
</soap:Body>
</soap:Envelope>
<!--res-->
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ns0:InternalFundXferRes xmlns:ns0="http://www.bidv.com/entity/vn/remittance/internalfundxfer/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>b0fb3439-8673-49d2-b14f-b3a2d1dd3661</ns1:MessageId>
<ns1:MessageTimestamp>2022-10-31T18:02:42</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>202</ns1:GlobalErrorCode>
<ns1:GlobalErrorDescription>Transaction Duplicate</ns1:GlobalErrorDescription>
</ns1:ResponseStatus>
<ns0:BodyResCreate>
<ns0:RefNo/>
<ns0:TrnSeq/>
</ns0:BodyResCreate>
</ns0:InternalFundXferRes>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Editor is loading...