Untitled

 avatar
unknown
xml
3 years ago
3.5 kB
6
Indexable
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/apps/niceacc/update/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
   <soap:Header/>
   <soap:Body>
      <ns:UpdateReq>
          <ns1:Header>
            <ns1:Common>
               <ns1:BusinessDomain>AccUpdate</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>Ab123456</ns1:MessageId>
               <ns1:TransactionId>Ab123456</ns1:TransactionId>
               <ns1:MessageTimestamp>2021-10-27T15:20:40</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>STM</ns1:SourceAppID>
            </ns1:Client>
         </ns1:Header>
         <ns:BodyReqAccUpdate>
            <ns:AcctNo>10016@669999</ns:AcctNo>
            <!--Optional:-->
            <ns:Cif>123</ns:Cif>
            <!--Optional:-->
            <ns:UserId>1919</ns:UserId>
            <!--Optional:-->
            <ns:UserLinkDate></ns:UserLinkDate>
            <!--Optional:-->
            <ns:UserLinkTime></ns:UserLinkTime>
            <!--Optional:-->
            <ns:CustType>1</ns:CustType>
            <!--Optional:-->
            <ns:AcctStat>1</ns:AcctStat>
            <!--Optional:-->
            <ns:AcctType>2</ns:AcctType>
            <!--Optional:-->
            <ns:NumOfLucky>6</ns:NumOfLucky>
            <!--Optional:-->
            <ns:AccLength>12</ns:AccLength>
            <!--Optional:-->
            <ns:BranchId>99998</ns:BranchId>
            <!--Optional:-->
            <ns:ChannelId>10</ns:ChannelId>
            <!--Optional:-->
            <ns:CSPRefId>124</ns:CSPRefId>
         </ns:BodyReqAccUpdate>
      </ns:UpdateReq>
   </soap:Body>
</soap:Envelope>


<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <ns0:UpdateRes xmlns:ns0="http://www.bidv.com/entity/vn/apps/niceacc/update/1.0">
         <ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
            <ns1:Common>
               <ns1:BusinessDomain>AccUpdate</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>Ab123456</ns1:MessageId>
               <ns1:TransactionId>Ab123456</ns1:TransactionId>
               <ns1:MessageTimestamp>2021-10-27T15:20:40</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>STM</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>1073779203</ns1:ErrorCode>
               <ns1:ErrorDesc>id=0x40009203:  Cause : id=0x7f001102:  Cause : Server Error - unidentified error encountered</ns1:ErrorDesc>
            </ns1:ErrorInfo>
         </ns1:ResponseStatus>
         <ns0:BodyResAccUpdate>
            <ns0:AcctNo>10016@669999</ns0:AcctNo>
         </ns0:BodyResAccUpdate>
      </ns0:UpdateRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...