<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wec="http://wechat.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<wec:setChangeCtnDoor>
<!--Optional:-->
<applyData> {
"truckNo":"TZ02"
"ctnNo":"GKFZ5328972",
"carryChe":"L227",
"posOnTruck":""
}</applyData>
</wec:setChangeCtnDoor>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'http://10.170.138.168:6060/api/changeDoorApi' \
--header 'Content-Type: application/json' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wec="http://wechat.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<wec:setChangeCtnDoor>
<!--Optional:-->
<applyData> {
"truckNo":"TZ02"
"ctnNo":"GKFZ5328972",
"carryChe":"L227",
"posOnTruck":""
}</applyData>
</wec:setChangeCtnDoor>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:setChangeCtnDoorResponse xmlns:ns2="http://wechat.api.service.ctos3.nbport.com/">
<return>{
"msgId": "000",
"msgDESC": "操作成功"
}</return>
</ns2:setChangeCtnDoorResponse>
</soap:Body>
</soap:Envelope>