WmsImpl


单击此处,获取完整的操作列表。

Create_MoveTask

测试

测试窗体只能用于来自本地计算机的请求。

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /Service/WmsImpl.asmx HTTP/1.1
Host: jwbwms.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Create_MoveTask"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Create_MoveTask xmlns="http://tempuri.org/">
      <p_warehousecode>string</p_warehousecode>
      <p_ownercode>string</p_ownercode>
      <p_yerpwarehouseid>string</p_yerpwarehouseid>
      <p_yareacode>string</p_yareacode>
      <p_ystoragecode>string</p_ystoragecode>
      <p_yrow_b>string</p_yrow_b>
      <p_yrow_e>string</p_yrow_e>
      <p_ycol_b>string</p_ycol_b>
      <p_ycol_e>string</p_ycol_e>
      <p_yfloor_b>string</p_yfloor_b>
      <p_yfloor_e>string</p_yfloor_e>
      <p_erpwarehouseid>string</p_erpwarehouseid>
      <p_areacode>string</p_areacode>
      <p_storagecode>string</p_storagecode>
      <p_row_b>string</p_row_b>
      <p_row_e>string</p_row_e>
      <p_col_b>string</p_col_b>
      <p_col_e>string</p_col_e>
      <p_floor_b>string</p_floor_b>
      <p_floor_e>string</p_floor_e>
      <p_category>string</p_category>
      <p_invcode>string</p_invcode>
      <p_rate_outdate_b>string</p_rate_outdate_b>
      <p_rate_outdate_e>string</p_rate_outdate_e>
      <p_makercode>string</p_makercode>
      <DBNo>string</DBNo>
      <Language>string</Language>
    </Create_MoveTask>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Create_MoveTaskResponse xmlns="http://tempuri.org/">
      <Create_MoveTaskResult>
        <string>string</string>
        <string>string</string>
      </Create_MoveTaskResult>
    </Create_MoveTaskResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /Service/WmsImpl.asmx HTTP/1.1
Host: jwbwms.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Create_MoveTask xmlns="http://tempuri.org/">
      <p_warehousecode>string</p_warehousecode>
      <p_ownercode>string</p_ownercode>
      <p_yerpwarehouseid>string</p_yerpwarehouseid>
      <p_yareacode>string</p_yareacode>
      <p_ystoragecode>string</p_ystoragecode>
      <p_yrow_b>string</p_yrow_b>
      <p_yrow_e>string</p_yrow_e>
      <p_ycol_b>string</p_ycol_b>
      <p_ycol_e>string</p_ycol_e>
      <p_yfloor_b>string</p_yfloor_b>
      <p_yfloor_e>string</p_yfloor_e>
      <p_erpwarehouseid>string</p_erpwarehouseid>
      <p_areacode>string</p_areacode>
      <p_storagecode>string</p_storagecode>
      <p_row_b>string</p_row_b>
      <p_row_e>string</p_row_e>
      <p_col_b>string</p_col_b>
      <p_col_e>string</p_col_e>
      <p_floor_b>string</p_floor_b>
      <p_floor_e>string</p_floor_e>
      <p_category>string</p_category>
      <p_invcode>string</p_invcode>
      <p_rate_outdate_b>string</p_rate_outdate_b>
      <p_rate_outdate_e>string</p_rate_outdate_e>
      <p_makercode>string</p_makercode>
      <DBNo>string</DBNo>
      <Language>string</Language>
    </Create_MoveTask>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Create_MoveTaskResponse xmlns="http://tempuri.org/">
      <Create_MoveTaskResult>
        <string>string</string>
        <string>string</string>
      </Create_MoveTaskResult>
    </Create_MoveTaskResponse>
  </soap12:Body>
</soap12:Envelope>