<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:znlh="http://znlh.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<znlh:modifyCtnSize>
<!--Optional:-->
<applyData> {
"ctnno": "箱号",
"vesselReference": "船舶参考号",
"vesselIe": "航向",
"ctnsize": "箱尺寸",
"ctntype": "箱型"
}</applyData>
</znlh:modifyCtnSize>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'http://localhost:8888/api/vesselOtherWorkApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:znlh="http://znlh.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<znlh:modifyCtnSize>
<!--Optional:-->
<applyData> {
"ctnno": "箱号",
"vesselReference": "船舶参考号",
"vesselIe": "航向",
"ctnsize": "箱尺寸",
"ctntype": "箱型"
}</applyData>
</znlh:modifyCtnSize>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:modifyPowNameResponse xmlns:ns2="http://znlh.api.service.ctos3.nbport.com/">
<return>{"result":"","msgId":"000","msgDESC":"操作成功"}</return>
</ns2:modifyPowNameResponse>
</soap:Body>
</soap:Envelope>