You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.8 KiB
XML
72 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:tns="http://miFirstOperationForsfc.ws.atlmes.com/" targetNamespace="http://miFirstOperationForsfc.ws.atlmes.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xs:schema targetNamespace="http://miFirstOperationForsfc.ws.atlmes.com/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="createSfcAndCollectDataResponse" type="tns:createSfcAndCollectDataResponse" />
|
|
<xs:element name="miFirstOperationForsfc" type="tns:miFirstOperationForsfc" />
|
|
<xs:element name="miFirstOperationForsfcRequest" type="tns:MiFirstOperationForsfcRequest" />
|
|
<xs:element name="miFirstOperationForsfcResponse" type="tns:miFirstOperationForsfcResponse" />
|
|
<xs:complexType name="miFirstOperationForsfc">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="MiFirstOperationForsfcRequest" type="tns:MiFirstOperationForsfcRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="MiFirstOperationForsfcRequest">
|
|
<xs:sequence>
|
|
<xs:element name="site" type="xs:string" />
|
|
<xs:element name="resource" type="xs:string" />
|
|
<xs:element name="modeProcessSfc" type="xs:string" />
|
|
<xs:element name="operation" type="xs:string" />
|
|
<xs:element name="activity" type="xs:string" />
|
|
<xs:element minOccurs="0" name="operationRevision" type="xs:string" />
|
|
<xs:element minOccurs="0" name="user" type="xs:string" />
|
|
<xs:element minOccurs="0" name="sfc" type="xs:string" />
|
|
<xs:element minOccurs="0" name="processLot" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="miFirstOperationForsfcResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="tns:createSfcAndCollectDataResponse" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="createSfcAndCollectDataResponse">
|
|
<xs:sequence>
|
|
<xs:element name="code" type="xs:int" />
|
|
<xs:element name="message" type="xs:string" />
|
|
<xs:element minOccurs="0" name="sfc" type="xs:string" />
|
|
<xs:element minOccurs="0" name="qty" type="xs:string" />
|
|
<xs:element minOccurs="0" name="unit" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="miFirstOperationForsfcIn">
|
|
<wsdl:part name="parameters" element="tns:miFirstOperationForsfc" />
|
|
</wsdl:message>
|
|
<wsdl:message name="miFirstOperationForsfcOut">
|
|
<wsdl:part name="miFirstOperationForsfcResponse" element="tns:miFirstOperationForsfcResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="MiFirstOperationForsfcService">
|
|
<wsdl:operation name="miFirstOperationForsfc" parameterOrder="parameters">
|
|
<wsdl:input message="tns:miFirstOperationForsfcIn" />
|
|
<wsdl:output message="tns:miFirstOperationForsfcOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="MiFirstOperationForsfcServiceBinding" type="tns:MiFirstOperationForsfcService">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="miFirstOperationForsfc">
|
|
<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="MiFirstOperationForsfcServiceService">
|
|
<wsdl:port name="MiFirstOperationForsfcServicePort" binding="tns:MiFirstOperationForsfcServiceBinding">
|
|
<address location="http://lymesap226.catlbattery.com:50300/atlmeswebservice/MiFirstOperationForsfcServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |