<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="com.nbport">
<soapenv:Header/>
<soapenv:Body>
<com:queryRfCtn2E3E/>
</soapenv:Body>
</soapenv:Envelope>curl --location --request POST '/api/queryRfCtnInfoApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="com.nbport">
<soapenv:Header/>
<soapenv:Body>
<com:queryRfCtn2E3E/>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><queryRfCtn2E3EResponse xmlns="com.nbport"><return>[]</return></queryRfCtn2E3EResponse></soap:Body></soap:Envelope>