WebServiceEx


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

Temp_Show_LoadbySN

测试

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

SOAP 1.1

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

POST /WebServiceEx.asmx HTTP/1.1
Host: 153.37.212.70
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Temp_Show_LoadbySN"

<?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>
    <Temp_Show_LoadbySN xmlns="http://tempuri.org/">
      <filter>
        <FilterItems>
          <FilterItem>
            <ID>int</ID>
            <Code>string</Code>
            <Value />
          </FilterItem>
          <FilterItem>
            <ID>int</ID>
            <Code>string</Code>
            <Value />
          </FilterItem>
        </FilterItems>
      </filter>
      <loginid>string</loginid>
    </Temp_Show_LoadbySN>
  </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>
    <Temp_Show_LoadbySNResponse xmlns="http://tempuri.org/">
      <Temp_Show_LoadbySNResult>
        <Temp_ShowEx>
          <Procedure>string</Procedure>
          <Part>string</Part>
          <Pass>string</Pass>
          <Optr>string</Optr>
          <Repair>string</Repair>
          <Time>string</Time>
          <_Bad_Type>string</_Bad_Type>
          <_Bad_YY>string</_Bad_YY>
          <_Bad_GX>string</_Bad_GX>
          <_Bad_GW>string</_Bad_GW>
          <_Bad_Opt>string</_Bad_Opt>
          <_Bad_Time>string</_Bad_Time>
          <_Bad_Memo>string</_Bad_Memo>
          <_Rep_Result>string</_Rep_Result>
          <_Rep_RepTimes>string</_Rep_RepTimes>
          <_Rep_Procedure>string</_Rep_Procedure>
          <_Rep_Procedure1>string</_Rep_Procedure1>
          <_Rep_UnRepair>string</_Rep_UnRepair>
          <_Rep_Optr>string</_Rep_Optr>
          <_Rep_Time>string</_Rep_Time>
          <_Pack_BoxCode>string</_Pack_BoxCode>
          <_Pack_BoxBarCode>string</_Pack_BoxBarCode>
          <_Pack_PalletCode>string</_Pack_PalletCode>
          <_Pack_Time>string</_Pack_Time>
          <_Pack_ProductCode>string</_Pack_ProductCode>
          <_Pack_ProductName>string</_Pack_ProductName>
          <_Pack_CustomName>string</_Pack_CustomName>
          <_Pack_SendPlace>string</_Pack_SendPlace>
          <_Pack_PlanQuantity>string</_Pack_PlanQuantity>
          <_Pack_WorOrder>string</_Pack_WorOrder>
          <_Pack_Line>string</_Pack_Line>
        </Temp_ShowEx>
        <Temp_ShowEx>
          <Procedure>string</Procedure>
          <Part>string</Part>
          <Pass>string</Pass>
          <Optr>string</Optr>
          <Repair>string</Repair>
          <Time>string</Time>
          <_Bad_Type>string</_Bad_Type>
          <_Bad_YY>string</_Bad_YY>
          <_Bad_GX>string</_Bad_GX>
          <_Bad_GW>string</_Bad_GW>
          <_Bad_Opt>string</_Bad_Opt>
          <_Bad_Time>string</_Bad_Time>
          <_Bad_Memo>string</_Bad_Memo>
          <_Rep_Result>string</_Rep_Result>
          <_Rep_RepTimes>string</_Rep_RepTimes>
          <_Rep_Procedure>string</_Rep_Procedure>
          <_Rep_Procedure1>string</_Rep_Procedure1>
          <_Rep_UnRepair>string</_Rep_UnRepair>
          <_Rep_Optr>string</_Rep_Optr>
          <_Rep_Time>string</_Rep_Time>
          <_Pack_BoxCode>string</_Pack_BoxCode>
          <_Pack_BoxBarCode>string</_Pack_BoxBarCode>
          <_Pack_PalletCode>string</_Pack_PalletCode>
          <_Pack_Time>string</_Pack_Time>
          <_Pack_ProductCode>string</_Pack_ProductCode>
          <_Pack_ProductName>string</_Pack_ProductName>
          <_Pack_CustomName>string</_Pack_CustomName>
          <_Pack_SendPlace>string</_Pack_SendPlace>
          <_Pack_PlanQuantity>string</_Pack_PlanQuantity>
          <_Pack_WorOrder>string</_Pack_WorOrder>
          <_Pack_Line>string</_Pack_Line>
        </Temp_ShowEx>
      </Temp_Show_LoadbySNResult>
    </Temp_Show_LoadbySNResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /WebServiceEx.asmx HTTP/1.1
Host: 153.37.212.70
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>
    <Temp_Show_LoadbySN xmlns="http://tempuri.org/">
      <filter>
        <FilterItems>
          <FilterItem>
            <ID>int</ID>
            <Code>string</Code>
            <Value />
          </FilterItem>
          <FilterItem>
            <ID>int</ID>
            <Code>string</Code>
            <Value />
          </FilterItem>
        </FilterItems>
      </filter>
      <loginid>string</loginid>
    </Temp_Show_LoadbySN>
  </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>
    <Temp_Show_LoadbySNResponse xmlns="http://tempuri.org/">
      <Temp_Show_LoadbySNResult>
        <Temp_ShowEx>
          <Procedure>string</Procedure>
          <Part>string</Part>
          <Pass>string</Pass>
          <Optr>string</Optr>
          <Repair>string</Repair>
          <Time>string</Time>
          <_Bad_Type>string</_Bad_Type>
          <_Bad_YY>string</_Bad_YY>
          <_Bad_GX>string</_Bad_GX>
          <_Bad_GW>string</_Bad_GW>
          <_Bad_Opt>string</_Bad_Opt>
          <_Bad_Time>string</_Bad_Time>
          <_Bad_Memo>string</_Bad_Memo>
          <_Rep_Result>string</_Rep_Result>
          <_Rep_RepTimes>string</_Rep_RepTimes>
          <_Rep_Procedure>string</_Rep_Procedure>
          <_Rep_Procedure1>string</_Rep_Procedure1>
          <_Rep_UnRepair>string</_Rep_UnRepair>
          <_Rep_Optr>string</_Rep_Optr>
          <_Rep_Time>string</_Rep_Time>
          <_Pack_BoxCode>string</_Pack_BoxCode>
          <_Pack_BoxBarCode>string</_Pack_BoxBarCode>
          <_Pack_PalletCode>string</_Pack_PalletCode>
          <_Pack_Time>string</_Pack_Time>
          <_Pack_ProductCode>string</_Pack_ProductCode>
          <_Pack_ProductName>string</_Pack_ProductName>
          <_Pack_CustomName>string</_Pack_CustomName>
          <_Pack_SendPlace>string</_Pack_SendPlace>
          <_Pack_PlanQuantity>string</_Pack_PlanQuantity>
          <_Pack_WorOrder>string</_Pack_WorOrder>
          <_Pack_Line>string</_Pack_Line>
        </Temp_ShowEx>
        <Temp_ShowEx>
          <Procedure>string</Procedure>
          <Part>string</Part>
          <Pass>string</Pass>
          <Optr>string</Optr>
          <Repair>string</Repair>
          <Time>string</Time>
          <_Bad_Type>string</_Bad_Type>
          <_Bad_YY>string</_Bad_YY>
          <_Bad_GX>string</_Bad_GX>
          <_Bad_GW>string</_Bad_GW>
          <_Bad_Opt>string</_Bad_Opt>
          <_Bad_Time>string</_Bad_Time>
          <_Bad_Memo>string</_Bad_Memo>
          <_Rep_Result>string</_Rep_Result>
          <_Rep_RepTimes>string</_Rep_RepTimes>
          <_Rep_Procedure>string</_Rep_Procedure>
          <_Rep_Procedure1>string</_Rep_Procedure1>
          <_Rep_UnRepair>string</_Rep_UnRepair>
          <_Rep_Optr>string</_Rep_Optr>
          <_Rep_Time>string</_Rep_Time>
          <_Pack_BoxCode>string</_Pack_BoxCode>
          <_Pack_BoxBarCode>string</_Pack_BoxBarCode>
          <_Pack_PalletCode>string</_Pack_PalletCode>
          <_Pack_Time>string</_Pack_Time>
          <_Pack_ProductCode>string</_Pack_ProductCode>
          <_Pack_ProductName>string</_Pack_ProductName>
          <_Pack_CustomName>string</_Pack_CustomName>
          <_Pack_SendPlace>string</_Pack_SendPlace>
          <_Pack_PlanQuantity>string</_Pack_PlanQuantity>
          <_Pack_WorOrder>string</_Pack_WorOrder>
          <_Pack_Line>string</_Pack_Line>
        </Temp_ShowEx>
      </Temp_Show_LoadbySNResult>
    </Temp_Show_LoadbySNResponse>
  </soap12:Body>
</soap12:Envelope>