<?xml version="1.0" encoding="UTF-8"?><definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:OttShopList" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:OttShopList"><types><xsd:schema targetNamespace="urn:OttShopList"><xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/></xsd:schema></types><message name="processFileRequest"><part name="listFile" type="xsd:string"/></message><message name="processFileResponse"><part name="return" type="xsd:string"/></message><message name="processGroupRequest"><part name="groups" type="xsd:string"/></message><message name="processGroupResponse"><part name="return" type="xsd:string"/></message><message name="processArticleRequest"><part name="masterArticle" type="xsd:string"/></message><message name="processArticleResponse"><part name="return" type="xsd:string"/></message><message name="getOrdersRequest"/><message name="getOrdersResponse"><part name="return" type="xsd:string"/></message><portType name="OttShopListPortType"><operation name="processFile"><documentation>Send or Get from server</documentation><input message="tns:processFileRequest"/><output message="tns:processFileResponse"/></operation><operation name="processGroup"><documentation>Proccess Group csv file</documentation><input message="tns:processGroupRequest"/><output message="tns:processGroupResponse"/></operation><operation name="processArticle"><documentation>Proccess Article csv file</documentation><input message="tns:processArticleRequest"/><output message="tns:processArticleResponse"/></operation><operation name="getOrders"><documentation>Get orders</documentation><input message="tns:getOrdersRequest"/><output message="tns:getOrdersResponse"/></operation></portType><binding name="OttShopListBinding" type="tns:OttShopListPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="processFile"><soap:operation soapAction="urn:OttShopList#processFile" style="rpc"/><input><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="processGroup"><soap:operation soapAction="urn:OttShopList#processGroup" style="rpc"/><input><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="processArticle"><soap:operation soapAction="urn:OttShopList#processArticle" style="rpc"/><input><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getOrders"><soap:operation soapAction="urn:OttShopList#getOrders" style="rpc"/><input><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:OttShopList" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="OttShopList"><port name="OttShopListPort" binding="tns:OttShopListBinding"><soap:address location="https://stawikon.dev.opslayer.de/processfiles.php"/></port></service></definitions>