Untitled
unknown
xml
2 years ago
1.3 kB
3
Indexable
<?xml version = "1.0" encoding = "UTF-8"?> <outputMessage> <ns0:InterestRateRes xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0 = "http://www.bidv.com/entity/vn/interestrate/inquiry/1.0"> <ns1:Header xmlns:ns1 = "http://www.bidv.com/common/envelope/commonheader/1.0"> <ns1:Common> <ns1:BusinessDomain>COMMON</ns1:BusinessDomain> <ns1:ServiceVersion>1.2</ns1:ServiceVersion> <ns1:MessageId>123456</ns1:MessageId> <ns1:MessageTimestamp>2022-12-14T15:41:14.439+07:00</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>EBANK</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>6174Product Type|Missing required field Product Type</ns1:ErrorDesc> </ns1:ErrorInfo> </ns1:ResponseStatus> <ns0:BodyResCreate> <ns0:InterestInfoType> <ns0:CurrCode/> <ns0:Interest/> <ns0:TermCode/> </ns0:InterestInfoType> </ns0:BodyResCreate> </ns0:InterestRateRes> </outputMessage>
Editor is loading...