InternalFundXfer_Create (failed)

 avatar
unknown
xml
3 years ago
4.2 kB
10
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:RefNo>RLOS123</ns:RefNo>
            <ns:BaseXfer>
               <ns2:TellerId>12009002</ns2:TellerId>
               <ns2:Seq>039</ns2:Seq>
               <ns2:SvrBranch>0</ns2:SvrBranch>
            </ns:BaseXfer>
            <ns:AcctFrom>
               <ns3:AcctNo>101871197003</ns3:AcctNo>
               <ns3:CurCode>VND</ns3:CurCode>
            </ns:AcctFrom>
            <ns:AcctTo>
               <ns3:AcctNo>243002001633</ns3:AcctNo>
               <ns3:CurCode>VND</ns3:CurCode>
            </ns:AcctTo>
            <ns:DebitFeeAcct>
               <ns3:AcctNo>101871197003</ns3:AcctNo>
            </ns:DebitFeeAcct>
            <ns:Amt>
               <ns:Amt>7777.00</ns:Amt>
               <ns:CurCode>VND</ns:CurCode>
            </ns:Amt>
            <ns:FeeInfo>
               <ns:AmtFee>777.00</ns:AmtFee>
               <ns:CurCode>VND</ns:CurCode>
            </ns:FeeInfo>
            <ns:VATInfo>
               <ns:VATAmt>77.00</ns:VATAmt>
               <ns:VATCode>VND</ns:VATCode>
            </ns:VATInfo>
            <ns:Remark>101871197003</ns:Remark>
            <ns:TranID>NhanPQ23</ns:TranID>
         </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>ae36ab8e-ea65-474b-9406-c1f57f23bd80</ns1:MessageId>
               <ns1:MessageTimestamp>2022-11-07T17:00:41</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>100</ns1:ErrorCode>
               <ns1:ErrorDesc>TP en_US 100  General Error</ns1:ErrorDesc>
            </ns1:ErrorInfo>
            <ns1:ErrorInfo>
               <ns1:SourceAppID>Core</ns1:SourceAppID>
               <ns1:ErrorCode>3389</ns1:ErrorCode>
               <ns1:ErrorDesc>106057001490401|Record Not Defined - AGENTCOM 101871197003  (%PSL-E-RECNOFL - AGENTCOM, vRCgetRecord0Opt+7^RecordAGENTCOM)</ns1:ErrorDesc>
            </ns1:ErrorInfo>
         </ns1:ResponseStatus>
         <ns0:BodyResCreate>
            <ns0:RefNo/>
            <ns0:TrnSeq>039</ns0:TrnSeq>
            <ns0:TellerID>12009002</ns0:TellerID>
            <ns0:PostingDt>200920</ns0:PostingDt>
         </ns0:BodyResCreate>
      </ns0:InternalFundXferRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...