Request & Response
unknown
xml
3 years ago
2.9 kB
5
Indexable
---Request--- <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com.vn/entity/global/vn/product/minbal/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0"> <soap:Header/> <soap:Body> <ns:MinBalInfoRq> <ns1:Header> <ns1:Common> <ns1:BusinessDomain>Min</ns1:BusinessDomain> <ns1:ServiceVersion>1.0</ns1:ServiceVersion> <ns1:MessageId>Ab123456</ns1:MessageId> <!--Optional:--> <ns1:TransactionId>Ab123456</ns1:TransactionId> <!--Optional:--> <ns1:MessageTimestamp>2021-10-27T15:20:40</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>A113_XPRESS</ns1:SourceAppID> </ns1:Client> </ns1:Header> <ns:BodyReqMinBalInfo> <!--Optional:--> <ns:AcctId>79261</ns:AcctId> <!--Optional:--> <ns:ProducCode>1100</ns:ProducCode> <!--Optional:--> <ns:CurCode>VND</ns:CurCode> <!--Optional:--> <ns:BranchId>111000</ns:BranchId> <!--Optional:--> <ns:Term>12M</ns:Term> </ns:BodyReqMinBalInfo> </ns:MinBalInfoRq> </soap:Body> </soap:Envelope> ---Response--- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <ns0:MinBalInfoRs xmlns:ns0="http://www.bidv.com.vn/entity/global/vn/product/minbal/1.0"> <ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0"> <ns1:Common> <ns1:BusinessDomain>Min</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>A113_XPRESS</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>502</ns1:GlobalErrorCode> <ns1:GlobalErrorDescription>Object not found</ns1:GlobalErrorDescription> <ns1:ErrorInfo> <ns1:SourceAppID>Core</ns1:SourceAppID> <ns1:ErrorCode>1073779200</ns1:ErrorCode> <ns1:ErrorDesc>No Records Found</ns1:ErrorDesc> </ns1:ErrorInfo> </ns1:ResponseStatus> <ns0:BodyResMinBalInfo> <ns0:MinBal/> </ns0:BodyResMinBalInfo> </ns0:MinBalInfoRs> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
Editor is loading...