facilityCollinkage_delete (queue 1.1)

 avatar
user_7960536912
xml
2 years ago
5.4 kB
4
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:FacilityCollLinkageDeleteReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns6="http://www.bidv.com/global/common/account/1.0" xmlns:ns5="http://www.bidv.com/global/vn/loan/collateral/collateralcommon/1.0" xmlns:ns2="http://www.bidv.com/global/vn/loan/facilitycolllinkage/delete/1.0" xmlns:ns4="http://www.bidv.com/global/common/bank/1.0" xmlns:ns3="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.1</ServiceVersion>
                    <MessageId>f5d09eee-b004-4aba-9f3e-6349cf7efecd</MessageId>
                    <MessageTimestamp>2022-10-14T10:36:52.644+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqDelete>
                <ns2:TellerID>1</ns2:TellerID>
                <ns2:FacilityInfo>
                    <ns3:AppNo>2</ns3:AppNo>
                    <ns3:FacilityCode>2</ns3:FacilityCode>
                    <ns3:Seq>503000000473</ns3:Seq>
                </ns2:FacilityInfo>
                <ns2:CollateralInfo>
                    <ns5:ID>7</ns5:ID>
                </ns2:CollateralInfo>
            </ns2:BodyReqDelete>
        </ns2:FacilityCollLinkageDeleteReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:FacilityCollLinkageDeleteRes xmlns:ns0="http://www.bidv.com/global/vn/loan/facilitycolllinkage/delete/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.1</ns1:ServiceVersion>
            <ns1:MessageId>f5d09eee-b004-4aba-9f3e-6349cf7efecd</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-14T10:35:36.127+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>RLOS-2020-DA-012</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>RLOS-2020-DA-012</ns1:SourceAppID>
            <ns1:ErrorCode>BW-HTTP-100300</ns1:ErrorCode>
            <ns1:ErrorDesc>Job-7023 Error in [Services/Global/Vn/Backends/Xpress/XesServices/CollateralUnlink/doCollateralUnlink/CallXpress.process/SOAPRequestReply]
An IOException was thrown while trying to execute the Http method
	at com.tibco.plugin.share.http.client.JakartaHttpTransportDriver$RequestExecutor.run(Unknown Source)
	at com.tibco.pe.util.ThreadPool$ThreadPoolThread.run(Unknown Source)
caused by: org.apache.http.conn.HttpHostConnectException: Connect to 10.53.121.70:9080 [/10.53.121.70] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
	at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:325)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at com.tibco.plugin.share.http.client.JakartaHttpTransportDriver$RequestExecutor.run(Unknown Source)
	at com.tibco.pe.util.ThreadPool$ThreadPoolThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:608)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 12 more
</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
</ns0:FacilityCollLinkageDeleteRes>
Editor is loading...