WIP


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

SugaWip

测试

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

SOAP 1.1

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

POST /content/wip.asmx HTTP/1.1
Host: 124.71.33.56
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SugaWip"

<?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>
    <SugaWip xmlns="http://tempuri.org/">
      <ActiveBatchID>string</ActiveBatchID>
      <routeStepID>string</routeStepID>
      <stationID>string</stationID>
      <serial>
        <ID>guid</ID>
        <ActiveBatchID>guid</ActiveBatchID>
        <ItemTypeID>guid</ItemTypeID>
        <Identifier>string</Identifier>
        <LotNumber>string</LotNumber>
        <Quantity>double</Quantity>
        <Supplier>string</Supplier>
        <Name>string</Name>
        <StatusEnum>short</StatusEnum>
        <IsRoHS>boolean</IsRoHS>
        <ManufacturerPartNumber>string</ManufacturerPartNumber>
        <Usage>double</Usage>
        <InterServiceUsage>double</InterServiceUsage>
        <ExpirationDate_BaseDateTimeUTC>dateTime</ExpirationDate_BaseDateTimeUTC>
        <IsSpliced>boolean</IsSpliced>
        <CartOffset>int</CartOffset>
        <IsDeleted>boolean</IsDeleted>
        <RerouteFlowID>guid</RerouteFlowID>
        <IsPanel>boolean</IsPanel>
        <CircuitLocationID>guid</CircuitLocationID>
        <IsAutoGenerated>boolean</IsAutoGenerated>
        <LastTransactionStatusEnum>short</LastTransactionStatusEnum>
        <LastTransactionStatusCodeID>guid</LastTransactionStatusCodeID>
        <PackoutOptionID>guid</PackoutOptionID>
        <IsHousing>boolean</IsHousing>
        <ItemTypeLocationID>guid</ItemTypeLocationID>
        <Sequence>int</Sequence>
        <Operator>string</Operator>
        <SupplierPartNumber>string</SupplierPartNumber>
        <PartCounter>string</PartCounter>
        <GoodsReceiptID>string</GoodsReceiptID>
        <PackagingTypeEnum>short</PackagingTypeEnum>
        <TraceValue01>string</TraceValue01>
        <TraceValue02>string</TraceValue02>
        <TraceValue03>string</TraceValue03>
        <PickListID>string</PickListID>
        <LockedUntilDate_BaseDateTimeUTC>dateTime</LockedUntilDate_BaseDateTimeUTC>
        <StockName>string</StockName>
        <Comment>string</Comment>
        <FIFOTimeStamp_BaseDateTimeUTC>dateTime</FIFOTimeStamp_BaseDateTimeUTC>
        <LEDBIN>string</LEDBIN>
        <ManufacturedDate_BaseDateTimeUTC>dateTime</ManufacturedDate_BaseDateTimeUTC>
        <JedecLevel>string</JedecLevel>
        <JedecOpenTimeStamp_BaseDateTimeUTC>dateTime</JedecOpenTimeStamp_BaseDateTimeUTC>
        <JedecOpenCounter>int</JedecOpenCounter>
        <InspectionLotNumber>string</InspectionLotNumber>
        <BakingCount>int</BakingCount>
        <ArticleCategory>string</ArticleCategory>
        <LabelCount>int</LabelCount>
        <PreviousIdentifier>string</PreviousIdentifier>
        <BlockingReason>string</BlockingReason>
        <StockLocation>string</StockLocation>
        <IsSparePart>boolean</IsSparePart>
        <StockedDate_BaseDateTimeUTC>dateTime</StockedDate_BaseDateTimeUTC>
        <ExternalPartNumber>string</ExternalPartNumber>
        <CoatingID>int</CoatingID>
        <ConsignmentTypeEnum>short</ConsignmentTypeEnum>
        <IsReservedFlag>boolean</IsReservedFlag>
        <PackagingSize>string</PackagingSize>
        <CarrierIdentifier>string</CarrierIdentifier>
        <Manufacturer>string</Manufacturer>
        <TargetStockLocation>string</TargetStockLocation>
        <SupplierJobIdentifier>string</SupplierJobIdentifier>
        <IsDisabled>boolean</IsDisabled>
        <InitialQuantity>double</InitialQuantity>
        <DateCode>string</DateCode>
        <RoHSValue>int</RoHSValue>
        <MSDLevelID>guid</MSDLevelID>
        <IsBlocked>boolean</IsBlocked>
        <StockResourceID>guid</StockResourceID>
        <SolderPasteSettingID>guid</SolderPasteSettingID>
        <CoolingCount>int</CoolingCount>
        <StockedOutDate_BaseDateTimeUTC>dateTime</StockedOutDate_BaseDateTimeUTC>
        <StockLocationID>guid</StockLocationID>
        <UnloadAfterDate_BaseDateTimeUTC>dateTime</UnloadAfterDate_BaseDateTimeUTC>
        <CompletedStatusEnum>short</CompletedStatusEnum>
        <LastModifiedDate_BaseDateTimeUTC>dateTime</LastModifiedDate_BaseDateTimeUTC>
        <MSDExpiredDate_BaseDateTimeUTC>dateTime</MSDExpiredDate_BaseDateTimeUTC>
        <SecondaryCircuitLocationID>guid</SecondaryCircuitLocationID>
        <Batch_ID>guid</Batch_ID>
      </serial>
      <userID>string</userID>
      <userName>string</userName>
      <ComputerName>string</ComputerName>
      <isDPanel>string</isDPanel>
      <pass>boolean</pass>
    </SugaWip>
  </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>
    <SugaWipResponse xmlns="http://tempuri.org/">
      <prtid>string</prtid>
      <msg>string</msg>
    </SugaWipResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /content/wip.asmx HTTP/1.1
Host: 124.71.33.56
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>
    <SugaWip xmlns="http://tempuri.org/">
      <ActiveBatchID>string</ActiveBatchID>
      <routeStepID>string</routeStepID>
      <stationID>string</stationID>
      <serial>
        <ID>guid</ID>
        <ActiveBatchID>guid</ActiveBatchID>
        <ItemTypeID>guid</ItemTypeID>
        <Identifier>string</Identifier>
        <LotNumber>string</LotNumber>
        <Quantity>double</Quantity>
        <Supplier>string</Supplier>
        <Name>string</Name>
        <StatusEnum>short</StatusEnum>
        <IsRoHS>boolean</IsRoHS>
        <ManufacturerPartNumber>string</ManufacturerPartNumber>
        <Usage>double</Usage>
        <InterServiceUsage>double</InterServiceUsage>
        <ExpirationDate_BaseDateTimeUTC>dateTime</ExpirationDate_BaseDateTimeUTC>
        <IsSpliced>boolean</IsSpliced>
        <CartOffset>int</CartOffset>
        <IsDeleted>boolean</IsDeleted>
        <RerouteFlowID>guid</RerouteFlowID>
        <IsPanel>boolean</IsPanel>
        <CircuitLocationID>guid</CircuitLocationID>
        <IsAutoGenerated>boolean</IsAutoGenerated>
        <LastTransactionStatusEnum>short</LastTransactionStatusEnum>
        <LastTransactionStatusCodeID>guid</LastTransactionStatusCodeID>
        <PackoutOptionID>guid</PackoutOptionID>
        <IsHousing>boolean</IsHousing>
        <ItemTypeLocationID>guid</ItemTypeLocationID>
        <Sequence>int</Sequence>
        <Operator>string</Operator>
        <SupplierPartNumber>string</SupplierPartNumber>
        <PartCounter>string</PartCounter>
        <GoodsReceiptID>string</GoodsReceiptID>
        <PackagingTypeEnum>short</PackagingTypeEnum>
        <TraceValue01>string</TraceValue01>
        <TraceValue02>string</TraceValue02>
        <TraceValue03>string</TraceValue03>
        <PickListID>string</PickListID>
        <LockedUntilDate_BaseDateTimeUTC>dateTime</LockedUntilDate_BaseDateTimeUTC>
        <StockName>string</StockName>
        <Comment>string</Comment>
        <FIFOTimeStamp_BaseDateTimeUTC>dateTime</FIFOTimeStamp_BaseDateTimeUTC>
        <LEDBIN>string</LEDBIN>
        <ManufacturedDate_BaseDateTimeUTC>dateTime</ManufacturedDate_BaseDateTimeUTC>
        <JedecLevel>string</JedecLevel>
        <JedecOpenTimeStamp_BaseDateTimeUTC>dateTime</JedecOpenTimeStamp_BaseDateTimeUTC>
        <JedecOpenCounter>int</JedecOpenCounter>
        <InspectionLotNumber>string</InspectionLotNumber>
        <BakingCount>int</BakingCount>
        <ArticleCategory>string</ArticleCategory>
        <LabelCount>int</LabelCount>
        <PreviousIdentifier>string</PreviousIdentifier>
        <BlockingReason>string</BlockingReason>
        <StockLocation>string</StockLocation>
        <IsSparePart>boolean</IsSparePart>
        <StockedDate_BaseDateTimeUTC>dateTime</StockedDate_BaseDateTimeUTC>
        <ExternalPartNumber>string</ExternalPartNumber>
        <CoatingID>int</CoatingID>
        <ConsignmentTypeEnum>short</ConsignmentTypeEnum>
        <IsReservedFlag>boolean</IsReservedFlag>
        <PackagingSize>string</PackagingSize>
        <CarrierIdentifier>string</CarrierIdentifier>
        <Manufacturer>string</Manufacturer>
        <TargetStockLocation>string</TargetStockLocation>
        <SupplierJobIdentifier>string</SupplierJobIdentifier>
        <IsDisabled>boolean</IsDisabled>
        <InitialQuantity>double</InitialQuantity>
        <DateCode>string</DateCode>
        <RoHSValue>int</RoHSValue>
        <MSDLevelID>guid</MSDLevelID>
        <IsBlocked>boolean</IsBlocked>
        <StockResourceID>guid</StockResourceID>
        <SolderPasteSettingID>guid</SolderPasteSettingID>
        <CoolingCount>int</CoolingCount>
        <StockedOutDate_BaseDateTimeUTC>dateTime</StockedOutDate_BaseDateTimeUTC>
        <StockLocationID>guid</StockLocationID>
        <UnloadAfterDate_BaseDateTimeUTC>dateTime</UnloadAfterDate_BaseDateTimeUTC>
        <CompletedStatusEnum>short</CompletedStatusEnum>
        <LastModifiedDate_BaseDateTimeUTC>dateTime</LastModifiedDate_BaseDateTimeUTC>
        <MSDExpiredDate_BaseDateTimeUTC>dateTime</MSDExpiredDate_BaseDateTimeUTC>
        <SecondaryCircuitLocationID>guid</SecondaryCircuitLocationID>
        <Batch_ID>guid</Batch_ID>
      </serial>
      <userID>string</userID>
      <userName>string</userName>
      <ComputerName>string</ComputerName>
      <isDPanel>string</isDPanel>
      <pass>boolean</pass>
    </SugaWip>
  </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>
    <SugaWipResponse xmlns="http://tempuri.org/">
      <prtid>string</prtid>
      <msg>string</msg>
    </SugaWipResponse>
  </soap12:Body>
</soap12:Envelope>