测试结果
1.通过vin获取之后的车,不包含当前的车
curl
curl -H "Content-Type:text/xml" -X POST --data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rem="http://remote.mm.mes.infohow.cn/"><soapenv:Header/><soapenv:Body><rem:selectPrdListWithVinForService><!--Optional:--><arg0>T01</arg0><!--Optional:--><arg1>2</arg1><!--Optional:--><arg2>L6T7824S9JN285754</arg2></rem:selectPrdListWithVinForService></soapenv:Body></soapenv:Envelope>' http://10.50.102.213:7002/sfwmsjob/cxf/setMesOutInfoData
body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rem="http://remote.mm.mes.infohow.cn/">
<soapenv:Header/>
<soapenv:Body>
<rem:selectPrdListWithVinForService>
<!--Optional:工位编号-->
<arg0>T01</arg0>
<!--Optional:请求个数-->
<arg1>2</arg1>
<!--Optional:vin-->
<arg2>L6T7824S9JN285754</arg2>
</rem:selectPrdListWithVinForService>
</soapenv:Body>
</soapenv:Envelope>
result
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:selectPrdListWithVinForServiceResponse xmlns:ns2="http://remote.mm.mes.infohow.cn/">
<return>
<acceptqty>0</acceptqty>
<actsentqty>0</actsentqty>
<adaptseq/>
<autime/>
<carcode>MR7142L05RAJ</carcode>
<cartype>FE-6</cartype>
<conftime>2018-09-07 12:38:54</conftime>
<cpcode/>
<cpqty>0.0</cpqty>
<fccode/>
<flg/>
<monum/>
<moqtys>0</moqtys>
<mtcode>Z06FE0JMRAD5000A08</mtcode>
<ordernum>61034475</ordernum>
<pfdate/>
<prdid>20189285756</prdid>
<psdate/>
<qty>0</qty>
<recid/>
<rectype/>
<remark/>
<spcode/>
<stcode/>
<vin>L6T7824S2JN285756</vin>
</return>
<return>
<acceptqty>0</acceptqty>
<actsentqty>0</actsentqty>
<adaptseq/>
<autime/>
<carcode>MR7142L05RAJ</carcode>
<cartype>FE-6</cartype>
<conftime>2018-09-07 12:38:54</conftime>
<cpcode/>
<cpqty>0.0</cpqty>
<fccode/>
<flg/>
<monum/>
<moqtys>0</moqtys>
<mtcode>Z06FE0JMRAD5000A08</mtcode>
<ordernum>61034475</ordernum>
<pfdate/>
<prdid>20189285756</prdid>
<psdate/>
<qty>0</qty>
<recid/>
<rectype/>
<remark/>
<spcode/>
<stcode/>
<vin>L6T7824S2JN285756</vin>
</return>
</ns2:selectPrdListWithVinForServiceResponse>
</soap:Body>
</soap:Envelope>
网友评论