<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://schemas.xmlsoap.org" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<sch:iGateDataSubmit>
<!--Optional:-->
<tem:applyData>LaneNO=6|OPTime=20251219085900|TruckNO=SS2|TruckLis=ZJB-L9115|RFID=E00400006AB8A208|RDFlag=R|RDNum=1|Dev1=5450504485|Weight=35260.00|Carlis=ZJB-L9115|CUser=|DUser=|CImage=|DImage=|TImage=|UserName=LMG|PassWord=LMG|Remark=|MCarlisCheck=Y</tem:applyData>
</sch:iGateDataSubmit>
</soapenv:Body>
</soapenv:Envelope>curl --location '/api/iGateWs' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://schemas.xmlsoap.org" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<sch:iGateDataSubmit>
<!--Optional:-->
<tem:applyData>LaneNO=6|OPTime=20251219085900|TruckNO=SS2|TruckLis=ZJB-L9115|RFID=E00400006AB8A208|RDFlag=R|RDNum=1|Dev1=5450504485|Weight=35260.00|Carlis=ZJB-L9115|CUser=|DUser=|CImage=|DImage=|TImage=|UserName=LMG|PassWord=LMG|Remark=|MCarlisCheck=Y</tem:applyData>
</sch:iGateDataSubmit>
</soapenv:Body>
</soapenv:Envelope>'<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:iGateDataSubmitResponse>
<return xmlns="http://tempuri.org/">ErrID=111|ErrDESC=请到缓冲区处理。 进箱1:外理铅封未提交;进箱2:无|ErrDESE=|GuideHint=请到缓冲区处理。 进箱1:外理铅封未提交;进箱2:无|OPTime=20241125083033|TruckNO=Y6E|TruckLis=ZJB-5S257|Rev1=999:请到缓冲区处理。 进箱1:外理铅封未提交;进箱2:无:::::::45:GP:ZZMM8098001:|DBOOK1=:::|DBOOK2=:::|CTNTYPECHECK1=|CTNTYPECHECK2=|IdCardNo=|YIdCardNo=</return xmlns="http://tempuri.org/">
</ns1:iGateDataSubmitResponse>
</soap:Body>
</soap:Envelope>