|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<wsdl:definitions xmlns:tns="http://machineintegration.ws.atlmes.com/" targetNamespace="http://machineintegration.ws.atlmes.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
|
|
<wsdl:types>
|
|
|
|
<xs:schema targetNamespace="http://machineintegration.ws.atlmes.com/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xs:element name="MiBatchCompleteSfcAndAdujustQty" type="tns:MiBatchCompleteSfcAndAdujustQty" />
|
|
|
|
<xs:element name="MiBatchCompleteSfcAndAdujustQtyResponse" type="tns:MiBatchCompleteSfcAndAdujustQtyResponse" />
|
|
|
|
<xs:element name="miBatchCompleteSfcAndAdujustQtyRequest" type="tns:miBatchCompleteSfcAndAdujustQtyRequest" />
|
|
|
|
<xs:element name="miBatchCompleteSfcAndAdujustQtyResponse" type="tns:miBatchCompleteSfcAndAdujustQtyResponse" />
|
|
|
|
<xs:element name="miBatchCompleteSfcAndAdujustQtySfcEntity" type="tns:miBatchCompleteSfcAndAdujustQtySfcEntity" />
|
|
|
|
<xs:element name="sfcAndProcessLotEntity" type="tns:sfcAndProcessLotEntity" />
|
|
|
|
<xs:complexType name="MiBatchCompleteSfcAndAdujustQty">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element minOccurs="0" name="MiBatchCompleteSfcAndAdujustQtyRequest" type="tns:miBatchCompleteSfcAndAdujustQtyRequest" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="miBatchCompleteSfcAndAdujustQtyRequest">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element name="site" type="xs:string" />
|
|
|
|
<xs:element name="sfcPre" type="xs:string" />
|
|
|
|
<xs:element name="processLotPre" type="xs:string" />
|
|
|
|
<xs:element name="operation" type="xs:string" />
|
|
|
|
<xs:element minOccurs="0" name="operationRevision" type="xs:string" />
|
|
|
|
<xs:element name="resource" type="xs:string" />
|
|
|
|
<xs:element minOccurs="0" name="user" type="xs:string" />
|
|
|
|
<xs:element name="activity" type="xs:string" />
|
|
|
|
<xs:element name="modeProcessSfc" type="tns:ModeProcessSfc" />
|
|
|
|
<xs:element maxOccurs="unbounded" name="sfcList" type="tns:miBatchCompleteSfcAndAdujustQtySfcEntity" />
|
|
|
|
<xs:element minOccurs="0" name="tailMark" type="xs:string" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="miBatchCompleteSfcAndAdujustQtySfcEntity">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element name="processLot" type="xs:string" />
|
|
|
|
<xs:element name="sfc" type="xs:string" />
|
|
|
|
<xs:element name="qty" type="xs:string" />
|
|
|
|
<xs:element name="unit" type="xs:string" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="MiBatchCompleteSfcAndAdujustQtyResponse">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element minOccurs="0" name="return" type="tns:miBatchCompleteSfcAndAdujustQtyResponse" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="miBatchCompleteSfcAndAdujustQtyResponse">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element minOccurs="0" name="code" type="xs:int" />
|
|
|
|
<xs:element minOccurs="0" name="message" type="xs:string" />
|
|
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="entity" type="tns:sfcAndProcessLotEntity" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="sfcAndProcessLotEntity">
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element minOccurs="0" name="processLot" type="xs:string" />
|
|
|
|
<xs:element minOccurs="0" name="sfc" type="xs:string" />
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
<xs:simpleType name="ModeProcessSfc">
|
|
|
|
<xs:restriction base="xs:string">
|
|
|
|
<xs:enumeration value="MODE_NONE" />
|
|
|
|
<xs:enumeration value="MODE_START_SFC_PRE_DC" />
|
|
|
|
<xs:enumeration value="MODE_COMPLETE_SFC_POST_DC" />
|
|
|
|
<xs:enumeration value="MODE_PASS_SFC_POST_DC" />
|
|
|
|
<xs:enumeration value="MODE_REMOVE_PROCESSLOT_COMPLETE_SFC_POST_DC" />
|
|
|
|
<xs:enumeration value="MODE_START_SFC_PRE_DC_SFC_COMPLETE" />
|
|
|
|
</xs:restriction>
|
|
|
|
</xs:simpleType>
|
|
|
|
</xs:schema>
|
|
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name="MiBatchCompleteSfcAndAdujustQtyIn">
|
|
|
|
<wsdl:part name="parameters" element="tns:MiBatchCompleteSfcAndAdujustQty" />
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="MiBatchCompleteSfcAndAdujustQtyOut">
|
|
|
|
<wsdl:part name="MiBatchCompleteSfcAndAdujustQtyResponse" element="tns:MiBatchCompleteSfcAndAdujustQtyResponse" />
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:portType name="MiBatchCompleteSfcAndAdujustQtyService">
|
|
|
|
<wsdl:operation name="MiBatchCompleteSfcAndAdujustQty" parameterOrder="parameters">
|
|
|
|
<wsdl:input message="tns:MiBatchCompleteSfcAndAdujustQtyIn" />
|
|
|
|
<wsdl:output message="tns:MiBatchCompleteSfcAndAdujustQtyOut" />
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:portType>
|
|
|
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="MiBatchCompleteSfcAndAdujustQtyServiceBinding" type="tns:MiBatchCompleteSfcAndAdujustQtyService">
|
|
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
|
|
<wsdl:operation name="MiBatchCompleteSfcAndAdujustQty">
|
|
|
|
<soap:operation soapAction="" />
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal" parts="parameters" />
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal" />
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name="MiBatchCompleteSfcAndAdujustQtyServiceService">
|
|
|
|
<wsdl:port name="MiBatchCompleteSfcAndAdujustQtyServicePort" binding="tns:MiBatchCompleteSfcAndAdujustQtyServiceBinding">
|
|
|
|
<address location="http://lymesap226.catlbattery.com:50300/atlmeswebservice/MiBatchCompleteSfcAndAdujustQtyServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
|
|
|
</wsdl:port>
|
|
|
|
</wsdl:service>
|
|
|
|
</wsdl:definitions>
|