<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:queryCtn>
<!--Optional:-->
<ctnNo>GESU27421698</ctnNo>
</nbp:queryCtn>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/wechatApi?ctnNo' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:queryCtn>
<!--Optional:-->
<ctnNo>GESU27421698</ctnNo>
</nbp:queryCtn>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:queryCtnResponse xmlns:ns2="http://www.nbport.ctos.com"><ns2:return>不存在该箱号!请核对</ns2:return></ns2:queryCtnResponse></soap:Body></soap:Envelope>