<?xml version="1.0" encoding="utf-8"?><wsdl:definitions targetNamespace="https://api.rossko.ru/"
                  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
                  xmlns:tns="https://api.rossko.ru/"
                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                  xmlns:s="http://www.w3.org/2001/XMLSchema"
                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="https://api.rossko.ru/">
            <s:element name="GetSearch">
                <s:complexType>
                    <s:sequence>
                        <s:element minOccurs="1" maxOccurs="1" name="KEY1" type="s:string"/>
                        <s:element minOccurs="1" maxOccurs="1" name="KEY2" type="s:string"/>
                        <s:element minOccurs="1" maxOccurs="1" name="text" type="s:string"/>
                        <s:element minOccurs="1" maxOccurs="1" name="delivery_id" type="s:string"/>
                        <s:element minOccurs="0" maxOccurs="1" name="address_id" nillable="true" type="s:int"/>
                    </s:sequence>
                </s:complexType>
            </s:element>
            <s:element name="GetSearchResponse">
            <s:complexType>
                <s:sequence>
                    <s:element minOccurs="0" maxOccurs="1" name="SearchResult" type="tns:SearchResult"/>
                </s:sequence>
            </s:complexType>
            </s:element>
            <s:complexType name="SearchResult">
                <s:sequence>
                    <s:element minOccurs="1" maxOccurs="1" name="success" type="s:boolean"/>
                    <s:element minOccurs="0" maxOccurs="1" name="text" nillable="true" type="s:string"/>
                    <s:element minOccurs="0" maxOccurs="1" name="message" nillable="true" type="s:string"/>
                    <s:element minOccurs="0" maxOccurs="1" name="PartsList" nillable="true" type="tns:ArrayOfPart"/>
                </s:sequence>
            </s:complexType>
            <s:complexType name="ArrayOfPart">
                <s:sequence>
                    <s:element minOccurs="0" maxOccurs="unbounded" name="Part" nillable="true" type="tns:Part"/>
                </s:sequence>
            </s:complexType>
            <s:complexType name="Part">
                <s:sequence>
                    <s:element minOccurs="1" maxOccurs="1" name="guid" type="s:string"/>
                    <s:element minOccurs="1" maxOccurs="1" name="brand" type="s:string"/>
                    <s:element minOccurs="1" maxOccurs="1" name="partnumber" type="s:string"/>
                    <s:element minOccurs="1" maxOccurs="1" name="name" type="s:string"/>
                    <s:element minOccurs="0" maxOccurs="1" name="stocks" nillable="true" type="tns:ArrayOfStock"/>
                    <s:element minOccurs="0" maxOccurs="1" name="crosses" nillable="true" type="tns:ArrayOfPart"/>
                </s:sequence>
            </s:complexType>
            <s:complexType name="ArrayOfStock">
                <s:sequence>
                    <s:element minOccurs="0" maxOccurs="unbounded" name="stock" nillable="true" type="tns:Stock"/>
                </s:sequence>
            </s:complexType>
            <s:complexType name="Stock">
                <s:sequence>
                    <s:element minOccurs="1" maxOccurs="1" name="id" type="s:string"/>
                    <s:element minOccurs="1" maxOccurs="1" name="price" type="s:string"/>
                    <s:element minOccurs="1" maxOccurs="1" name="count" type="s:int"/>
                    <s:element minOccurs="1" maxOccurs="1" name="multiplicity" type="s:int"/>
                    <s:element minOccurs="1" maxOccurs="1" name="type" type="s:int"/>
                    <s:element minOccurs="1" maxOccurs="1" name="delivery" type="s:int"/>
                    <s:element minOccurs="0" maxOccurs="1" name="extra" type="s:int"/>
                    <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string"/>
                    <s:element minOccurs="0" maxOccurs="1" nillable="true" name="deliveryStart" type="s:dateTime"/>
                    <s:element minOccurs="0" maxOccurs="1" nillable="true" name="deliveryEnd" type="s:dateTime"/>
                </s:sequence>
            </s:complexType>
        </s:schema>
    </wsdl:types>
    <wsdl:message name="GetSearchSoapIn">
        <wsdl:part name="parameters" element="tns:GetSearch"/>
    </wsdl:message>
    <wsdl:message name="GetSearchSoapOut">
        <wsdl:part name="parameters" element="tns:GetSearchResponse"/>
    </wsdl:message>
    <wsdl:portType name="SearchSoap">
        <wsdl:operation name="GetSearch">
            <wsdl:input message="tns:GetSearchSoapIn"/>
            <wsdl:output message="tns:GetSearchSoapOut"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="SearchSoap" type="tns:SearchSoap">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="GetSearch">
            <soap:operation soapAction="https://api.rossko.ru/service/v2.1/GetSearch" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="Search">
        <wsdl:port name="SearchSoap" binding="tns:SearchSoap">
            <soap:address location="https://api.rossko.ru/service/v2.1/GetSearch"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>