美文网首页
车辆顺位接口

车辆顺位接口

作者: baymin_ | 来源:发表于2018-09-07 19:00 被阅读13次

    测试结果

    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>
    

    相关文章

      网友评论

          本文标题:车辆顺位接口

          本文链接:https://www.haomeiwen.com/subject/lhqhgftx.html