<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gate="http://gate.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<gate:emptyCheckConfirm>
<!--Optional:-->
<applyData>{"containerNo":"TDYU0000001"}</applyData>
</gate:emptyCheckConfirm>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/emptyCheckConfirmApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gate="http://gate.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<gate:emptyCheckConfirm>
<!--Optional:-->
<applyData>{"containerNo":"TDYU0000001"}</applyData>
</gate:emptyCheckConfirm>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:emptyCheckConfirmResponse xmlns:ns2="http://gate.api.service.ctos3.nbport.com/"><return>{"msgId":"0000","msgDesc":"确认成功"}</return></ns2:emptyCheckConfirmResponse></soap:Body></soap:Envelope>