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.
64 lines
3.1 KiB
XML
64 lines
3.1 KiB
XML
<?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="miSFCQueryQtyRequest" type="tns:miSFCQueryQtyRequest" />
|
|
<xs:element name="miSFCQueryQtyResponse" type="tns:miSFCQueryQtyResponse" />
|
|
<xs:element name="sfcQueryQty" type="tns:sfcQueryQty" />
|
|
<xs:element name="sfcQueryQtyResponse" type="tns:sfcQueryQtyResponse" />
|
|
<xs:complexType name="sfcQueryQty">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="MiSFCQueryQtyRequest" type="tns:miSFCQueryQtyRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="miSFCQueryQtyRequest">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="site" type="xs:string" />
|
|
<xs:element minOccurs="0" name="sfc" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="sfcQueryQtyResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="tns:miSFCQueryQtyResponse" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="miSFCQueryQtyResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="code" type="xs:int" />
|
|
<xs:element minOccurs="0" name="message" type="xs:string" />
|
|
<xs:element minOccurs="0" name="sfc" type="xs:string" />
|
|
<xs:element minOccurs="0" name="qty" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="sfcQueryQtyIn">
|
|
<wsdl:part name="parameters" element="tns:sfcQueryQty" />
|
|
</wsdl:message>
|
|
<wsdl:message name="sfcQueryQtyOut">
|
|
<wsdl:part name="sfcQueryQtyResponse" element="tns:sfcQueryQtyResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="MiSFCQueryQtyService">
|
|
<wsdl:operation name="sfcQueryQty" parameterOrder="parameters">
|
|
<wsdl:input message="tns:sfcQueryQtyIn" />
|
|
<wsdl:output message="tns:sfcQueryQtyOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="MiSFCQueryQtyServiceBinding" type="tns:MiSFCQueryQtyService">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="sfcQueryQty">
|
|
<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="MiSFCQueryQtyServiceService">
|
|
<wsdl:port name="MiSFCQueryQtyServicePort" binding="tns:MiSFCQueryQtyServiceBinding">
|
|
<address location="http://lymesap227.catlbattery.com:50400/atlmeswebservice/MiSFCQueryQtyServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |