GlCreateBatch_Create (sai branch)

 avatar
user_7960536912
xml
2 years ago
2.7 kB
3
Indexable
<!-- req -->
<?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:ReqCreate xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.tibco.com/schemas/BIDV_SOA_TT/SharedResource/Schema/Global/Vn/GL/GLTran/Schema.xsd">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.0</ServiceVersion>
                    <MessageId>151acfbc-09fd-48e4-93e5-2bf6f1d936ce</MessageId>
                    <MessageTimestamp>2022-10-13T17:09:54.907+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqCreate>
                <ns2:GLBranch>990012300</ns2:GLBranch>
                <ns2:Curr>VND</ns2:Curr>
                <ns2:TellerID>1</ns2:TellerID>
                <ns2:Remark></ns2:Remark>
            </ns2:BodyReqCreate>
        </ns2:ReqCreate>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:ResCreate xmlns:ns0="http://www.tibco.com/schemas/BIDV_SOA_TT/SharedResource/Schema/Global/Vn/GL/GLTran/Schema.xsd">
    <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>151acfbc-09fd-48e4-93e5-2bf6f1d936ce</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-13T17:09:54.907+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>RLOS</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>200</ns1:ErrorCode>
            <ns1:ErrorDesc>General Data Error</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>1273</ns1:ErrorCode>
            <ns1:ErrorDesc>Invalid branch code</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
    <ns0:BodyResCreate>
        <ns0:BatchNum />
    </ns0:BodyResCreate>
</ns0:ResCreate>