Create CA
user_4010915
xml
2 years ago
2.9 kB
8
Indexable
// Input <?xml version = "1.0" encoding = "UTF-8"?> <inputMessage> <ns0:CACreationReq xmlns:ns0 = "http://www.bidv.com/entity/vn/account/cacreation/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.2</ns1:ServiceVersion> <ns1:MessageId>DKTT221104153744152</ns1:MessageId> <ns1:TransactionId>DKTT221104153744152</ns1:TransactionId> <ns1:RequestRefDate>2022-11-04T15:37:44.152+07:00</ns1:RequestRefDate> <ns1:MessageTimestamp>2022-11-04T15:37:44.152+07:00</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>DKTT</ns1:SourceAppID> </ns1:Client> </ns1:Header> <ns0:BodyReqCreate> <ns0:MsgCode>101</ns0:MsgCode> <ns0:BaseXfer> <ns1:TellerId xmlns:ns1 = "http://www.bidv.com/global/common/bank/1.0">1249</ns1:TellerId> <ns1:Seq xmlns:ns1 = "http://www.bidv.com/global/common/bank/1.0"/> <ns1:SupervisorId xmlns:ns1 = "http://www.bidv.com/global/common/bank/1.0"/> <ns1:SvrBranch xmlns:ns1 = "http://www.bidv.com/global/common/bank/1.0">0</ns1:SvrBranch> </ns0:BaseXfer> <ns0:CifNo>55</ns0:CifNo> <ns0:CifName>ACDEFRGTHYJUKILOPSDERFGTHYUJIKOLRE</ns0:CifName> <ns0:CurrCode>VND</ns0:CurrCode> <ns0:ProductType/> <ns0:OperationMode>1</ns0:OperationMode> <ns0:AddrSeqNo>1</ns0:AddrSeqNo> <ns0:ProductCodeN>1000</ns0:ProductCodeN> <ns0:CurrCodeN/> <ns0:Seq/> </ns0:BodyReqCreate> </ns0:CACreationReq> </inputMessage> // Output <?xml version = "1.0" encoding = "UTF-8"?> <outputMessage> <ns0:CACreationRes xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0 = "http://www.bidv.com/entity/vn/account/cacreation/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.2</ns1:ServiceVersion> <ns1:MessageId>DKTT221104153744152</ns1:MessageId> <ns1:TransactionId>DKTT221104153744152</ns1:TransactionId> <ns1:RequestRefDate>2022-11-04T15:37:44.152+07:00</ns1:RequestRefDate> <ns1:MessageTimestamp>2022-11-04T15:37:44.152+07:00</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>DKTT</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>0</ns1:ErrorCode> <ns1:ErrorDesc>TP en_US 100 General Error</ns1:ErrorDesc> </ns1:ErrorInfo> </ns1:ResponseStatus> <ns0:BodyResCreate> <ns0:AcctNo/> </ns0:BodyResCreate> </ns0:CACreationRes> </outputMessage>
Editor is loading...