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.
79 lines
4.2 KiB
XML
79 lines
4.2 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<wsdl:definitions xmlns:tns="http://warehouse.ws.atlmes.com/" targetNamespace="http://warehouse.ws.atlmes.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||
|
<wsdl:types>
|
||
|
<xs:schema targetNamespace="http://warehouse.ws.atlmes.com/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||
|
<xs:element name="warehouseIntegrationData" type="tns:warehouseIntegrationData" />
|
||
|
<xs:element name="warehouseIntegrationResponse" type="tns:warehouseIntegrationResponse" />
|
||
|
<xs:element name="warehouseIntegrationrRequest" type="tns:warehouseIntegrationrRequest" />
|
||
|
<xs:element name="warehouseInventoryTransfer" type="tns:warehouseInventoryTransfer" />
|
||
|
<xs:element name="warehouseInventoryTransferResponse" type="tns:warehouseInventoryTransferResponse" />
|
||
|
<xs:complexType name="warehouseInventoryTransfer">
|
||
|
<xs:sequence>
|
||
|
<xs:element minOccurs="0" name="Request" type="tns:warehouseIntegrationrRequest" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
<xs:complexType name="warehouseIntegrationrRequest">
|
||
|
<xs:sequence>
|
||
|
<xs:element name="site" type="xs:string" />
|
||
|
<xs:element name="slSource" type="xs:string" />
|
||
|
<xs:element name="slTarget" type="xs:string" />
|
||
|
<xs:element name="processId" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="orderSource" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="orderTarget" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="remarkH" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="crtUser" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="postUser" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="comment1" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="comment2" type="xs:string" />
|
||
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="inventoryList" type="tns:warehouseIntegrationData" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
<xs:complexType name="warehouseIntegrationData">
|
||
|
<xs:sequence>
|
||
|
<xs:element name="inventory" type="xs:string" />
|
||
|
<xs:element minOccurs="0" name="qty" type="xs:string" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
<xs:complexType name="warehouseInventoryTransferResponse">
|
||
|
<xs:sequence>
|
||
|
<xs:element minOccurs="0" name="return" type="tns:warehouseIntegrationResponse" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
<xs:complexType name="warehouseIntegrationResponse">
|
||
|
<xs:sequence>
|
||
|
<xs:element minOccurs="0" name="code" type="xs:int" />
|
||
|
<xs:element minOccurs="0" name="message" type="xs:string" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
</xs:schema>
|
||
|
</wsdl:types>
|
||
|
<wsdl:message name="warehouseInventoryTransferIn">
|
||
|
<wsdl:part name="parameters" element="tns:warehouseInventoryTransfer" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:message name="warehouseInventoryTransferOut">
|
||
|
<wsdl:part name="warehouseInventoryTransferResponse" element="tns:warehouseInventoryTransferResponse" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:portType name="WarehouseIntegrationService">
|
||
|
<wsdl:operation name="warehouseInventoryTransfer" parameterOrder="parameters">
|
||
|
<wsdl:input message="tns:warehouseInventoryTransferIn" />
|
||
|
<wsdl:output message="tns:warehouseInventoryTransferOut" />
|
||
|
</wsdl:operation>
|
||
|
</wsdl:portType>
|
||
|
<wsdl:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="WarehouseIntegrationServiceBinding" type="tns:WarehouseIntegrationService">
|
||
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||
|
<wsdl:operation name="warehouseInventoryTransfer">
|
||
|
<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="WarehouseIntegrationServiceService">
|
||
|
<wsdl:port name="WarehouseIntegrationServicePort" binding="tns:WarehouseIntegrationServiceBinding">
|
||
|
<address location="http://lymesap225.catlbattery.com:50200/atlmeswebservice/WarehouseIntegrationServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/soap/" />
|
||
|
</wsdl:port>
|
||
|
</wsdl:service>
|
||
|
</wsdl:definitions>
|