<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://repository.wikipoc.donriver.com" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax21="http://domains.repository.wikipoc.donriver.com/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://repository.wikipoc.donriver.com">
    <wsdl:documentation>WikiPocService</wsdl:documentation>
    <wsdl:types>
        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://domains.repository.wikipoc.donriver.com/xsd">
            <xs:complexType name="Wiki">
                <xs:sequence>
                    <xs:element minOccurs="0" name="lang" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="lat" type="xs:double"/>
                    <xs:element minOccurs="0" name="lng" type="xs:double"/>
                    <xs:element minOccurs="0" name="title" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
        <xs:schema xmlns:ax22="http://domains.repository.wikipoc.donriver.com/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://repository.wikipoc.donriver.com">
            <xs:import namespace="http://domains.repository.wikipoc.donriver.com/xsd"/>
            <xs:element name="getArticlesList">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="latitude" type="xs:double"/>
                        <xs:element minOccurs="0" name="longitude" type="xs:double"/>
                        <xs:element minOccurs="0" name="range" type="xs:double"/>
                        <xs:element minOccurs="0" name="language" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getArticlesListResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax22:Wiki"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="countArticles">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="latitude" type="xs:double"/>
                        <xs:element minOccurs="0" name="longitude" type="xs:double"/>
                        <xs:element minOccurs="0" name="range" type="xs:double"/>
                        <xs:element minOccurs="0" name="language" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="countArticlesResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="getArticlesListRequest">
        <wsdl:part name="parameters" element="ns:getArticlesList"/>
    </wsdl:message>
    <wsdl:message name="getArticlesListResponse">
        <wsdl:part name="parameters" element="ns:getArticlesListResponse"/>
    </wsdl:message>
    <wsdl:message name="countArticlesRequest">
        <wsdl:part name="parameters" element="ns:countArticles"/>
    </wsdl:message>
    <wsdl:message name="countArticlesResponse">
        <wsdl:part name="parameters" element="ns:countArticlesResponse"/>
    </wsdl:message>
    <wsdl:portType name="WikiPocServicePortType">
        <wsdl:operation name="getArticlesList">
            <wsdl:input message="ns:getArticlesListRequest" wsaw:Action="urn:getArticlesList"/>
            <wsdl:output message="ns:getArticlesListResponse" wsaw:Action="urn:getArticlesListResponse"/>
        </wsdl:operation>
        <wsdl:operation name="countArticles">
            <wsdl:input message="ns:countArticlesRequest" wsaw:Action="urn:countArticles"/>
            <wsdl:output message="ns:countArticlesResponse" wsaw:Action="urn:countArticlesResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="WikiPocServiceSoap11Binding" type="ns:WikiPocServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getArticlesList">
            <soap:operation soapAction="urn:getArticlesList" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="countArticles">
            <soap:operation soapAction="urn:countArticles" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="WikiPocServiceSoap12Binding" type="ns:WikiPocServicePortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getArticlesList">
            <soap12:operation soapAction="urn:getArticlesList" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="countArticles">
            <soap12:operation soapAction="urn:countArticles" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="WikiPocServiceHttpBinding" type="ns:WikiPocServicePortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="getArticlesList">
            <http:operation location="WikiPocService/getArticlesList"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getArticlesList"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getArticlesList"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="countArticles">
            <http:operation location="WikiPocService/countArticles"/>
            <wsdl:input>
                <mime:content type="text/xml" part="countArticles"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="countArticles"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="WikiPocService">
        <wsdl:port name="WikiPocServiceHttpSoap11Endpoint" binding="ns:WikiPocServiceSoap11Binding">
            <soap:address location="http://wikimate.azoft.com:80/webservice/services/WikiPocService.WikiPocServiceHttpSoap11Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="WikiPocServiceHttpSoap12Endpoint" binding="ns:WikiPocServiceSoap12Binding">
            <soap12:address location="http://wikimate.azoft.com:80/webservice/services/WikiPocService.WikiPocServiceHttpSoap12Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="WikiPocServiceHttpEndpoint" binding="ns:WikiPocServiceHttpBinding">
            <http:address location="http://wikimate.azoft.com:80/webservice/services/WikiPocService.WikiPocServiceHttpEndpoint/"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
