<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:getTruckInfo>
<!--Optional:-->
<truckNo>KFC</truckNo>
</nbp:getTruckInfo>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/wechatApi?truckNo' \
--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:getTruckInfo>
<!--Optional:-->
<truckNo>KFC</truckNo>
</nbp:getTruckInfo>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getTruckInfoResponse xmlns:ns2="http://www.nbport.ctos.com"><ns2:return>ZJB-2Z238/KFC/Y/N</ns2:return></ns2:getTruckInfoResponse></soap:Body></soap:Envelope>