Integration_Remittance_InternalFundXfer_Create_1.0
nguyen
xml
2 years ago
3.6 kB
3
Indexable
"Test data: <?xml version=""1.0"" encoding=""UTF-8""?><SOAP-ENV:Envelope xmlns:SOAP-ENV=""http://schemas.xmlsoap.org/soap/envelope/""><SOAP-ENV:Header/><SOAP-ENV:Body> <ns2:InternalFundXferReq xmlns=""http://www.bidv.com/common/envelope/commonheader/1.0"" xmlns:ns2=""http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/1.0"" xmlns:ns4=""http://www.bidv.com/global/common/account/1.0"" xmlns:ns3=""http://www.bidv.com/global/common/bank/1.0""> <Header> <Common> <BusinessDomain>bidv.com.vn</BusinessDomain> <ServiceVersion>1.0</ServiceVersion> <MessageId>990ACHIMT13000001</MessageId> <MessageTimestamp>2022-09-13T14:54:50.914+07:00</MessageTimestamp> </Common> <Client> <SourceAppID>ACH</SourceAppID> </Client> </Header> <ns2:BodyReqCreate> <ns2:MsgCode>030</ns2:MsgCode> <ns2:RefNo>990ACHIMT13000001</ns2:RefNo> <ns2:BaseXfer> <ns3:TellerId>990ACHIMT</ns3:TellerId> <ns3:Seq>13000001</ns3:Seq> <ns3:SupervisorId>990ACHIMT</ns3:SupervisorId> <ns3:SvrBranch>990</ns3:SvrBranch> </ns2:BaseXfer> <ns2:AcctFrom> <ns4:AcctNo>99010370000162</ns4:AcctNo> </ns2:AcctFrom> <ns2:AcctTo> <ns4:AcctNo>280701006</ns4:AcctNo> </ns2:AcctTo> <ns2:Amt> <ns2:Amt>201.10</ns2:Amt> <ns2:CurCode>USD</ns2:CurCode> </ns2:Amt> <ns2:Remark>REFUND BIMT-DAVIN ITH Transfer to relative :PRF:BIDC0001596:IMT:1012022000001597: IDBCKHPP Cash</ns2:Remark> </ns2:BodyReqCreate> </ns2:InternalFundXferReq> </SOAP-ENV:Body></SOAP-ENV:Envelope> Actual Result <?xml version=""1.0"" encoding=""UTF-8""?> <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>990ACHIMT13000001</ns1:MessageId> <ns1:MessageTimestamp>2022-09-13T14:54:50.914+07:00</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>ACH</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>0x40000007 the system has encountered an error while processing your request service message id=0x7f000620: %1={Unexpected text """"} Cause : Unexpected text """". The error was {1}</ns1:ErrorDesc> </ns1:ErrorInfo> </ns1:ResponseStatus> <ns0:BodyResCreate> <ns0:RefNo /> <ns0:TrnSeq>13000001</ns0:TrnSeq> <ns0:TellerID>990ACHIMT</ns0:TellerID> <ns0:PostingDt>150220</ns0:PostingDt> </ns0:BodyResCreate> </ns0:InternalFundXferRes> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Expected Result "
Editor is loading...