<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="com.nbport">
<soapenv:Header/>
<soapenv:Body>
<com:queryRfCtn>
<!--Optional:-->
<com:ctnNo>?</com:ctnNo>
</com:queryRfCtn>
</soapenv:Body>
</soapenv:Envelope>curl --location --request POST '/api/queryRfCtnInfoApi?ctnNo&wsdl' \
--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:queryRfCtn>
<!--Optional:-->
<com:ctnNo>?</com:ctnNo>
</com:queryRfCtn>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><queryRfCtnResponse xmlns="com.nbport"><return>{"ctnCategory":"","temperatureSetting":"","firstInquayTime":"","lastOutyardTime":"","ctnMoveType":"","ctnSize":"","voyage":"","lastOutquayTime":"","vesselIe":"","errInfo":"没有该箱或不是冷藏箱","actualPositionBlock":"","actualSlotPosition":"","ctnNo":"?","isInYard":"","vesselCode":"","firstInyardTime":""}</return></queryRfCtnResponse></soap:Body></soap:Envelope>