<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gate="http://gate.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<gate:invoke>
<!--Optional:-->
<applydata>{"bizCode":"GT003001","checkValue":"","tailInfos":{},"ticketId":"20241111001","xmlData":{"carLis":"ZJ-11111","gateNo":"1","truckJobNo":"ZZT"}}</applydata>
</gate:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/GateOutByAutoGateApi' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gate="http://gate.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<gate:invoke>
<!--Optional:-->
<applydata>{"bizCode":"GT003001","checkValue":"","tailInfos":{},"ticketId":"20241111001","xmlData":{"carLis":"ZJ-11111","gateNo":"1","truckJobNo":"ZZT"}}</applydata>
</gate:invoke>
</soapenv:Body>
</soapenv:Envelope>'
{
"errorCode": 0,
"errorMsg": "",
"xmlReturn": {
"truckJobNo": "asdasdasd",
"truckNo": "asdasdasd",
"takePreNum": 1,
"takeCodeNum": 1,
"xdNum": 1
}
}