<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins="http://inspectctn.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<ins:invoke>
<!--Optional:-->
<ins:applyData>{"token":"A3F3B82D143FDE09A628A68FC71488AC","modeType":"Y","ctnNo":"AAAA1234567","sealNo3":""}</ins:applyData>
</ins:invoke>
</soapenv:Body>
</soapenv:Envelope>curl --location '/api/inspectctnapi?applyData=undefined' \
--header 'Content-Type: application/xml' \
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins="http://inspectctn.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<ins:invoke>
<!--Optional:-->
<ins:applyData>{"token":"A3F3B82D143FDE09A628A68FC71488AC","modeType":"Y","ctnNo":"AAAA1234567","sealNo3":""}</ins:applyData>
</ins:invoke>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:invokeResponse xmlns:ns2="http://inspectctn.api.service.ctos3.nbport.com/"><return>{"errMsg":"","flag":true,"processLog":"箱号TRHU7903091残损保存成功"}</return></ns2:invokeResponse></soap:Body></soap:Envelope>