NewUpdate (Failed)

 avatar
unknown
xml
2 years ago
3.5 kB
7
Indexable
<!--req-->
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/account/fdcreation/fdnewupdate/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/common/bank/1.0">
   <soap:Header/>
   <soap:Body>
      <ns:FDNewUpdateReq>
         <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:BodyReq>
            <ns:BaseXfer>
               <ns2:TellerId></ns2:TellerId>
               <ns2:SvrBranch>99998</ns2:SvrBranch>
            </ns:BaseXfer>
            <ns:AcctNo>162000047169</ns:AcctNo>
            <ns:AcctType></ns:AcctType>
            <ns:ARCode>3</ns:ARCode>
            <ns:IntDispotion>0</ns:IntDispotion>
            <ns:DepositAcct></ns:DepositAcct>
            <ns:DepositAcctType></ns:DepositAcctType>
            <ns:MtDisposition></ns:MtDisposition>
            <ns:MtTrfAcct></ns:MtTrfAcct>
            <ns:MtTrfAcctType></ns:MtTrfAcctType>
            <ns:ProdType></ns:ProdType>
         </ns:BodyReq>
      </ns:FDNewUpdateReq>
   </soap:Body>
</soap:Envelope>

<!--res-->
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <ns0:FDNewUpdateRes xmlns:ns0="http://www.bidv.com/entity/vn/account/fdcreation/fdnewupdate/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>5c55bb1b-8ea7-4176-a041-4847e8aa3533</ns1:MessageId>
               <ns1:MessageTimestamp>2022-11-03T15:39:21</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>Core</ns1:SourceAppID>
               <ns1:ErrorCode>100</ns1:ErrorCode>
               <ns1:ErrorDesc>The system is unable to process your request due to an unrecoverable error.  Please notify your system administrator.</ns1:ErrorDesc>
            </ns1:ErrorInfo>
         </ns1:ResponseStatus>
         <ns0:BodyRes>
            <ns0:AcctNo>162000047169</ns0:AcctNo>
            <ns0:AcctType/>
            <ns0:ARCode>3</ns0:ARCode>
            <ns0:IntDispotion>0</ns0:IntDispotion>
            <ns0:DepositAcct/>
            <ns0:DepositAcctType/>
            <ns0:MtDisposition/>
            <ns0:MtTrfAcct/>
            <ns0:MtTrfAcctType/>
            <ns0:ProdType/>
         </ns0:BodyRes>
      </ns0:FDNewUpdateRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...