提交源码
parent
842eb67bed
commit
c62e312b38
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<DiscoveryClientResultsFile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<Results>
|
||||||
|
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://lymesa.catlbattery.com:8103/atlmeswebservice/ResourceSlotConfigurationSetupForJITServiceService?wsdl" filename="ResourceSlotConfigurationSetupForJITServiceService.wsdl" />
|
||||||
|
</Results>
|
||||||
|
</DiscoveryClientResultsFile>
|
@ -0,0 +1,79 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<wsdl:definitions xmlns:tns="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/" targetNamespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||||
|
<wsdl:types>
|
||||||
|
<xs:schema targetNamespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<xs:element name="resourceSlotConfigurationSetupForJITServiceRequest" type="tns:resourceSlotConfigurationSetupForJITServiceRequest" />
|
||||||
|
<xs:element name="resourceSlotConfigurationSetupForJITServiceRequestPlan" type="tns:resourceSlotConfigurationSetupForJITServiceRequestPlan" />
|
||||||
|
<xs:element name="resourceSlotConfigurationSetupForJITServiceRequestPlanResponse" type="tns:resourceSlotConfigurationSetupForJITServiceRequestPlanResponse" />
|
||||||
|
<xs:element name="resourceSlotConfigurationSetupForJITServiceResponse" type="tns:resourceSlotConfigurationSetupForJITServiceResponse" />
|
||||||
|
<xs:element name="resourceSlotConfigurationSetupItemList" type="tns:resourceSlotConfigurationSetupItemList" />
|
||||||
|
<xs:complexType name="resourceSlotConfigurationSetupForJITServiceRequestPlan">
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element minOccurs="0" name="resourceSlotConfigurationSetupForJITServiceRequestPlan" type="tns:resourceSlotConfigurationSetupForJITServiceRequest" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:complexType name="resourceSlotConfigurationSetupForJITServiceRequest">
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element name="site" type="xs:string" />
|
||||||
|
<xs:element name="resouce" type="xs:string" />
|
||||||
|
<xs:element name="operation" type="xs:string" />
|
||||||
|
<xs:element name="barcodeId" type="xs:string" />
|
||||||
|
<xs:element name="barcodeType" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="qty" type="xs:string" />
|
||||||
|
<xs:element name="activityId" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="mountingPoint" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="emptyTray" type="xs:string" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:complexType name="resourceSlotConfigurationSetupForJITServiceRequestPlanResponse">
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element minOccurs="0" name="return" type="tns:resourceSlotConfigurationSetupForJITServiceResponse" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:complexType name="resourceSlotConfigurationSetupForJITServiceResponse">
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element minOccurs="0" name="code" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="message" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="itemList" type="tns:resourceSlotConfigurationSetupItemList" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
<xs:complexType name="resourceSlotConfigurationSetupItemList">
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element minOccurs="0" name="atlId" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="inventoryId" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="item" type="xs:string" />
|
||||||
|
<xs:element minOccurs="0" name="qty" type="xs:string" />
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="resourceSlotConfigurationSetupForJITServiceRequestPlanIn">
|
||||||
|
<wsdl:part name="parameters" element="tns:resourceSlotConfigurationSetupForJITServiceRequestPlan" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="resourceSlotConfigurationSetupForJITServiceRequestPlanOut">
|
||||||
|
<wsdl:part name="resourceSlotConfigurationSetupForJITServiceRequestPlanResponse" element="tns:resourceSlotConfigurationSetupForJITServiceRequestPlanResponse" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="ResourceSlotConfigurationSetupForJITService">
|
||||||
|
<wsdl:operation name="resourceSlotConfigurationSetupForJITServiceRequestPlan" parameterOrder="parameters">
|
||||||
|
<wsdl:input message="tns:resourceSlotConfigurationSetupForJITServiceRequestPlanIn" />
|
||||||
|
<wsdl:output message="tns:resourceSlotConfigurationSetupForJITServiceRequestPlanOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="ResourceSlotConfigurationSetupForJITServiceBinding" type="tns:ResourceSlotConfigurationSetupForJITService">
|
||||||
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||||
|
<wsdl:operation name="resourceSlotConfigurationSetupForJITServiceRequestPlan">
|
||||||
|
<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="ResourceSlotConfigurationSetupForJITServiceService">
|
||||||
|
<wsdl:port name="ResourceSlotConfigurationSetupForJITServicePort" binding="tns:ResourceSlotConfigurationSetupForJITServiceBinding">
|
||||||
|
<address location="http://lymesap225.catlbattery.com:50200/atlmeswebservice/ResourceSlotConfigurationSetupForJITServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
Loading…
Reference in New Issue