<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hz="http://hz.api.service.ctos3.nbport.com/" xmlns:ins="http://inspectctn.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<hz:invoke>
<!--Optional:-->
<ins:applyData>{
ctnNo:'SHHU2024126',
driverCert:'https://www.eporthub.com:8444/group1/M02/34/F0/CqgqCmQVCTaASjj7ABTzeY8MEU0392.png',
truckCert:'https://www.eporthub.com:8444/group1/M02/5C/FF/CqgqCmRJw96AIlPZABcLhfefhP8170.jpg',
superCert:'https://www.eporthub.com:8444/group1/M02/34/F1/CqgqCmQVC3WAKMCkABZK1ZDhj7U886.png'
}</ins:applyData>
</hz:invoke>
</soapenv:Body>
</soapenv:Envelope>curl --location --request POST '/api/hzCtnApi?wsdl' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hz="http://hz.api.service.ctos3.nbport.com/" xmlns:ins="http://inspectctn.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<hz:invoke>
<!--Optional:-->
<ins:applyData>{
ctnNo:'\''SHHU2024126'\'',
driverCert:'\''https://www.eporthub.com:8444/group1/M02/34/F0/CqgqCmQVCTaASjj7ABTzeY8MEU0392.png'\'',
truckCert:'\''https://www.eporthub.com:8444/group1/M02/5C/FF/CqgqCmRJw96AIlPZABcLhfefhP8170.jpg'\'',
superCert:'\''https://www.eporthub.com:8444/group1/M02/34/F1/CqgqCmQVC3WAKMCkABZK1ZDhj7U886.png'\''
}</ins:applyData>
</hz:invoke>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:invokeResponse xmlns:ns2="http://hz.api.service.ctos3.nbport.com/" xmlns:ns3="http://inspectctn.api.service.ctos3.nbport.com/">
<return>{"checkValue":"","msgDESC":"操作成功","msgId":"0000"}</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>