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.
652 lines
32 KiB
XML
652 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:tns="mepapi:com:sap:me:production" targetNamespace="mepapi:com:sap:me:production" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xs:schema targetNamespace="http://www.sap.com/me/common" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="carrierType" type="xs:string" />
|
|
<xs:element name="processLot" type="xs:string" />
|
|
<xs:complexType name="ObjectReference">
|
|
<xs:sequence>
|
|
<xs:element name="ref" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="AttributeValue">
|
|
<xs:sequence>
|
|
<xs:element name="attribute" type="xs:string" />
|
|
<xs:element minOccurs="0" name="value" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
<xs:schema xmlns:tns="http://www.sap.com/me/production" xmlns:ns1="http://www.sap.com/me/common" elementFormDefault="qualified" targetNamespace="http://www.sap.com/me/production" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://www.sap.com/me/common" />
|
|
<xs:complexType name="ProcessLotFullConfiguration">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension base="tns:ProcessLotConfiguration">
|
|
<xs:sequence>
|
|
<xs:element form="unqualified" name="modifiedDateTime" type="xs:dateTime" />
|
|
</xs:sequence>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotConfiguration">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension base="tns:ProcessLotBasicConfiguration">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="processLotMemberList" nillable="true" type="tns:ProcessLotMember" />
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="customData" nillable="true" type="ns1:AttributeValue" />
|
|
</xs:sequence>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotBasicConfiguration">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension base="tns:ProcessLotKeyData">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="description" type="xs:string" />
|
|
<xs:element minOccurs="0" name="carrierTypeRef" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotKeyData">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="ref" type="xs:string" />
|
|
<xs:element minOccurs="0" name="processLot" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotMember">
|
|
<xs:sequence>
|
|
<xs:element name="memberContext" type="xs:string" />
|
|
<xs:element minOccurs="0" name="row" type="xs:decimal" />
|
|
<xs:element minOccurs="0" name="column" type="xs:decimal" />
|
|
<xs:element minOccurs="0" name="createdDateTime" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="FindProcessLotByNameRequest">
|
|
<xs:sequence>
|
|
<xs:element ref="ns1:processLot" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="RemoveMemberRequest">
|
|
<xs:sequence>
|
|
<xs:element name="processLotRef" type="xs:string" />
|
|
<xs:element maxOccurs="unbounded" name="memberList" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="AddMemberRequest">
|
|
<xs:sequence>
|
|
<xs:element name="processLotRef" type="xs:string" />
|
|
<xs:element maxOccurs="unbounded" name="memberList" type="xs:string" />
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="memberPositionList" nillable="true" type="tns:ProcessLotMemberPosition" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotMemberPosition">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="row" type="xs:decimal" />
|
|
<xs:element minOccurs="0" name="column" type="xs:decimal" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="MoveMemberRequest">
|
|
<xs:sequence>
|
|
<xs:element name="fromProcessLotRef" type="xs:string" />
|
|
<xs:element name="toProcessLotRef" type="xs:string" />
|
|
<xs:element maxOccurs="unbounded" name="memberList" type="xs:string" />
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="memberPositionList" nillable="true" type="tns:ProcessLotMemberPosition" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="FindProcessLotsByFiltersRequest">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" ref="ns1:carrierType" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="FindProcessLotMemberDetailsRequest">
|
|
<xs:sequence>
|
|
<xs:element name="processLotRef" type="xs:string" />
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="memberList" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProcessLotMemberDetail">
|
|
<xs:sequence>
|
|
<xs:element name="rowNumber" type="xs:decimal" />
|
|
<xs:element name="columnNumber" type="xs:decimal" />
|
|
<xs:element name="sfc" type="xs:string" />
|
|
<xs:element name="statusRef" type="xs:string" />
|
|
<xs:element name="itemRef" type="xs:string" />
|
|
<xs:element name="routerRef" type="xs:string" />
|
|
<xs:element name="operationRef" type="xs:string" />
|
|
<xs:element name="stepId" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
<xs:schema xmlns:ns2="http://www.sap.com/me/production" xmlns:ns1="http://www.sap.com/me/common" targetNamespace="mepapi:com:sap:me:production" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://www.sap.com/me/common" />
|
|
<xs:import namespace="http://www.sap.com/me/production" />
|
|
<xs:element name="ResolvedBusinessException" type="tns:FaultInfo" />
|
|
<xs:element name="addMember" type="tns:addMember" />
|
|
<xs:element name="addMemberResponse" type="tns:addMemberResponse" />
|
|
<xs:element name="createProcessLot" type="tns:createProcessLot" />
|
|
<xs:element name="createProcessLotResponse" type="tns:createProcessLotResponse" />
|
|
<xs:element name="deleteProcessLot" type="tns:deleteProcessLot" />
|
|
<xs:element name="deleteProcessLotResponse" type="tns:deleteProcessLotResponse" />
|
|
<xs:element name="findProcessLotByName" type="tns:findProcessLotByName" />
|
|
<xs:element name="findProcessLotByNameResponse" type="tns:findProcessLotByNameResponse" />
|
|
<xs:element name="findProcessLotByRef" type="tns:findProcessLotByRef" />
|
|
<xs:element name="findProcessLotByRefResponse" type="tns:findProcessLotByRefResponse" />
|
|
<xs:element name="findProcessLotKeyDataByRef" type="tns:findProcessLotKeyDataByRef" />
|
|
<xs:element name="findProcessLotKeyDataByRefResponse" type="tns:findProcessLotKeyDataByRefResponse" />
|
|
<xs:element name="findProcessLotMemberDetails" type="tns:findProcessLotMemberDetails" />
|
|
<xs:element name="findProcessLotMemberDetailsResponse" type="tns:findProcessLotMemberDetailsResponse" />
|
|
<xs:element name="findProcessLotsByFilters" type="tns:findProcessLotsByFilters" />
|
|
<xs:element name="findProcessLotsByFiltersResponse" type="tns:findProcessLotsByFiltersResponse" />
|
|
<xs:element name="findProcessLotsByNameMask" type="tns:findProcessLotsByNameMask" />
|
|
<xs:element name="findProcessLotsByNameMaskResponse" type="tns:findProcessLotsByNameMaskResponse" />
|
|
<xs:element name="moveMember" type="tns:moveMember" />
|
|
<xs:element name="moveMemberResponse" type="tns:moveMemberResponse" />
|
|
<xs:element name="readProcessLot" type="tns:readProcessLot" />
|
|
<xs:element name="readProcessLotResponse" type="tns:readProcessLotResponse" />
|
|
<xs:element name="removeMember" type="tns:removeMember" />
|
|
<xs:element name="removeMemberResponse" type="tns:removeMemberResponse" />
|
|
<xs:element name="updateProcessLot" type="tns:updateProcessLot" />
|
|
<xs:element name="updateProcessLotResponse" type="tns:updateProcessLotResponse" />
|
|
<xs:complexType name="readProcessLot">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns1:ObjectReference" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="readProcessLotResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Response" type="ns2:ProcessLotFullConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="FaultInfo">
|
|
<xs:sequence>
|
|
<xs:element name="errorCode" type="xs:int" />
|
|
<xs:element minOccurs="0" name="message" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotByName">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:FindProcessLotByNameRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotByNameResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Response" type="ns2:ProcessLotBasicConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="removeMember">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:RemoveMemberRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="removeMemberResponse">
|
|
<xs:sequence />
|
|
</xs:complexType>
|
|
<xs:complexType name="createProcessLot">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:ProcessLotConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="createProcessLotResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Response" type="ns2:ProcessLotFullConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="updateProcessLot">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:ProcessLotFullConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="updateProcessLotResponse">
|
|
<xs:sequence />
|
|
</xs:complexType>
|
|
<xs:complexType name="deleteProcessLot">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns1:ObjectReference" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="deleteProcessLotResponse">
|
|
<xs:sequence />
|
|
</xs:complexType>
|
|
<xs:complexType name="addMember">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:AddMemberRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="addMemberResponse">
|
|
<xs:sequence />
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotByRef">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns1:ObjectReference" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotByRefResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Response" type="ns2:ProcessLotBasicConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotsByNameMask">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:FindProcessLotByNameRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotsByNameMaskResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" form="qualified" name="Response" type="ns2:ProcessLotBasicConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotKeyDataByRef">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns1:ObjectReference" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotKeyDataByRefResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Response" type="ns2:ProcessLotKeyData" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="moveMember">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:MoveMemberRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="moveMemberResponse">
|
|
<xs:sequence />
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotsByFilters">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:FindProcessLotsByFiltersRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotsByFiltersResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" form="qualified" name="Response" type="ns2:ProcessLotBasicConfiguration" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotMemberDetails">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" form="qualified" name="Site" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="RequestContext" type="xs:string" />
|
|
<xs:element minOccurs="0" form="qualified" name="Request" type="ns2:FindProcessLotMemberDetailsRequest" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="findProcessLotMemberDetailsResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" form="qualified" name="Response" type="ns2:ProcessLotMemberDetail" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="readProcessLotIn">
|
|
<wsdl:part name="parameters" element="tns:readProcessLot" />
|
|
</wsdl:message>
|
|
<wsdl:message name="readProcessLotOut">
|
|
<wsdl:part name="readProcessLotResponse" element="tns:readProcessLotResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="readProcessLotFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByNameIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotByName" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByNameOut">
|
|
<wsdl:part name="findProcessLotByNameResponse" element="tns:findProcessLotByNameResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByNameFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="removeMemberIn">
|
|
<wsdl:part name="parameters" element="tns:removeMember" />
|
|
</wsdl:message>
|
|
<wsdl:message name="removeMemberOut">
|
|
<wsdl:part name="removeMemberResponse" element="tns:removeMemberResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="removeMemberFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="createProcessLotIn">
|
|
<wsdl:part name="parameters" element="tns:createProcessLot" />
|
|
</wsdl:message>
|
|
<wsdl:message name="createProcessLotOut">
|
|
<wsdl:part name="createProcessLotResponse" element="tns:createProcessLotResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="createProcessLotFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="updateProcessLotIn">
|
|
<wsdl:part name="parameters" element="tns:updateProcessLot" />
|
|
</wsdl:message>
|
|
<wsdl:message name="updateProcessLotOut">
|
|
<wsdl:part name="updateProcessLotResponse" element="tns:updateProcessLotResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="updateProcessLotFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteProcessLotIn">
|
|
<wsdl:part name="parameters" element="tns:deleteProcessLot" />
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteProcessLotOut">
|
|
<wsdl:part name="deleteProcessLotResponse" element="tns:deleteProcessLotResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteProcessLotFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="addMemberIn">
|
|
<wsdl:part name="parameters" element="tns:addMember" />
|
|
</wsdl:message>
|
|
<wsdl:message name="addMemberOut">
|
|
<wsdl:part name="addMemberResponse" element="tns:addMemberResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="addMemberFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByRefIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotByRef" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByRefOut">
|
|
<wsdl:part name="findProcessLotByRefResponse" element="tns:findProcessLotByRefResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotByRefFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByNameMaskIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotsByNameMask" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByNameMaskOut">
|
|
<wsdl:part name="findProcessLotsByNameMaskResponse" element="tns:findProcessLotsByNameMaskResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByNameMaskFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotKeyDataByRefIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotKeyDataByRef" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotKeyDataByRefOut">
|
|
<wsdl:part name="findProcessLotKeyDataByRefResponse" element="tns:findProcessLotKeyDataByRefResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotKeyDataByRefFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="moveMemberIn">
|
|
<wsdl:part name="parameters" element="tns:moveMember" />
|
|
</wsdl:message>
|
|
<wsdl:message name="moveMemberOut">
|
|
<wsdl:part name="moveMemberResponse" element="tns:moveMemberResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="moveMemberFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByFiltersIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotsByFilters" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByFiltersOut">
|
|
<wsdl:part name="findProcessLotsByFiltersResponse" element="tns:findProcessLotsByFiltersResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotsByFiltersFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotMemberDetailsIn">
|
|
<wsdl:part name="parameters" element="tns:findProcessLotMemberDetails" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotMemberDetailsOut">
|
|
<wsdl:part name="findProcessLotMemberDetailsResponse" element="tns:findProcessLotMemberDetailsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="findProcessLotMemberDetailsFault">
|
|
<wsdl:part name="ResolvedBusinessException" element="tns:ResolvedBusinessException" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="ProcessLotServiceWS">
|
|
<wsdl:operation name="readProcessLot" parameterOrder="parameters">
|
|
<wsdl:input message="tns:readProcessLotIn" />
|
|
<wsdl:output message="tns:readProcessLotOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:readProcessLotFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotByName" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotByNameIn" />
|
|
<wsdl:output message="tns:findProcessLotByNameOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotByNameFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="removeMember" parameterOrder="parameters">
|
|
<wsdl:input message="tns:removeMemberIn" />
|
|
<wsdl:output message="tns:removeMemberOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:removeMemberFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="createProcessLot" parameterOrder="parameters">
|
|
<wsdl:input message="tns:createProcessLotIn" />
|
|
<wsdl:output message="tns:createProcessLotOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:createProcessLotFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="updateProcessLot" parameterOrder="parameters">
|
|
<wsdl:input message="tns:updateProcessLotIn" />
|
|
<wsdl:output message="tns:updateProcessLotOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:updateProcessLotFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="deleteProcessLot" parameterOrder="parameters">
|
|
<wsdl:input message="tns:deleteProcessLotIn" />
|
|
<wsdl:output message="tns:deleteProcessLotOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:deleteProcessLotFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="addMember" parameterOrder="parameters">
|
|
<wsdl:input message="tns:addMemberIn" />
|
|
<wsdl:output message="tns:addMemberOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:addMemberFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotByRef" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotByRefIn" />
|
|
<wsdl:output message="tns:findProcessLotByRefOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotByRefFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotsByNameMask" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotsByNameMaskIn" />
|
|
<wsdl:output message="tns:findProcessLotsByNameMaskOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotsByNameMaskFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotKeyDataByRef" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotKeyDataByRefIn" />
|
|
<wsdl:output message="tns:findProcessLotKeyDataByRefOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotKeyDataByRefFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="moveMember" parameterOrder="parameters">
|
|
<wsdl:input message="tns:moveMemberIn" />
|
|
<wsdl:output message="tns:moveMemberOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:moveMemberFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotsByFilters" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotsByFiltersIn" />
|
|
<wsdl:output message="tns:findProcessLotsByFiltersOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotsByFiltersFault" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotMemberDetails" parameterOrder="parameters">
|
|
<wsdl:input message="tns:findProcessLotMemberDetailsIn" />
|
|
<wsdl:output message="tns:findProcessLotMemberDetailsOut" />
|
|
<wsdl:fault name="ResolvedBusinessException" message="tns:findProcessLotMemberDetailsFault" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="ProcessLotServiceWSBinding" type="tns:ProcessLotServiceWS">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="readProcessLot">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotByName">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="removeMember">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="createProcessLot">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="updateProcessLot">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="deleteProcessLot">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="addMember">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotByRef">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotsByNameMask">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotKeyDataByRef">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="moveMember">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotsByFilters">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="findProcessLotMemberDetails">
|
|
<soap:operation soapAction="" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" parts="parameters" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
<wsdl:fault name="ResolvedBusinessException">
|
|
<soap:fault use="literal" name="ResolvedBusinessException" namespace="" />
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="ProcessLotServiceWSService">
|
|
<wsdl:port name="ProcessLotServiceWSPort" binding="tns:ProcessLotServiceWSBinding">
|
|
<address location="http://lymesap226.catlbattery.com:50300/manufacturing-papiservices/ProcessLotServiceWSService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |