<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tnapicommon10="http://telenav.com/tnapi/datatypes/common/v10/" xmlns:ns="http://telenav.com/tnapi/services/auth/v10/" xmlns:tnapiservices10="http://telenav.com/tnapi/datatypes/services/v10/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="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://telenav.com/tnapi/services/auth/v10/">
    <wsdl:documentation>auth</wsdl:documentation>
    <wsdl:types>
        <xsd:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://telenav.com/tnapi/services/auth/v10/">
            <xsd:include schemaLocation="auth?xsd=tnapi-services-auth-1.0"/>
        </xsd:schema>
        <xsd:schema attributeFormDefault="unqualified" elementFormDefault="unqualified">
            <xsd:import namespace="http://telenav.com/tnapi/datatypes/services/v10/" schemaLocation="auth?xsd=tnapi-datatypes-service-1.0"/>
        </xsd:schema>
    </wsdl:types>
    <wsdl:message name="authenticateRequest">
        <wsdl:part name="request" element="ns:AuthenticationRequest"/>
    </wsdl:message>
    <wsdl:message name="RequestHeader">
        <wsdl:part name="requestHeader" element="tnapiservices10:RequestHeader"/>
    </wsdl:message>
    <wsdl:message name="authenticateResponse">
        <wsdl:part name="response" element="ns:AuthenticationResponse"/>
    </wsdl:message>
    <wsdl:message name="ServiceException">
        <wsdl:part name="fault" element="tnapiservices10:ServiceError"/>
    </wsdl:message>
    <wsdl:message name="LoginRequest">
        <wsdl:part name="request" element="ns:LoginRequest"/>
    </wsdl:message>
    <wsdl:message name="RequestHeader">
        <wsdl:part name="requestHeader" element="tnapiservices10:RequestHeader"/>
    </wsdl:message>
    <wsdl:message name="LoginResponse">
        <wsdl:part name="response" element="ns:LoginResponse"/>
    </wsdl:message>
    <wsdl:portType name="authPortType">
        <wsdl:operation name="authenticate">
            <wsdl:input message="ns:authenticateRequest" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/authenticate"/>
            <wsdl:output message="ns:authenticateResponse" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/AuthenticationServicePortType/authenticateResponse"/>
            <wsdl:fault message="ns:ServiceException" name="ServiceException" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/AuthenticationServicePortType/authenticate/Fault/ServiceException"/>
        </wsdl:operation>
        <wsdl:operation name="login">
            <wsdl:input message="ns:LoginRequest" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/login"/>
            <wsdl:output message="ns:LoginResponse" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/AuthenticationServicePortType/LoginResponse"/>
            <wsdl:fault message="ns:ServiceException" name="ServiceException" wsaw:Action="http://telenav.com/tnapi/services/auth/v10/AuthenticationServicePortType/login/Fault/ServiceException"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="AuthenticationServiceBindingHttp" type="ns:authPortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="authenticate">
            <soap:operation soapAction="http://telenav.com/tnapi/services/auth/v10/authenticate" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
                <soap12:header use="literal" part="requestHeader" message="ns:RequestHeader"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="ServiceException">
                <soap:fault use="literal" name="ServiceException"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="login">
            <soap:operation soapAction="http://telenav.com/tnapi/services/auth/v10/login" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
                <soap12:header use="literal" part="requestHeader" message="ns:RequestHeader"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="ServiceException">
                <soap:fault use="literal" name="ServiceException"/>
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="auth">
        <wsdl:port name="AuthenticationServicePortHttp" binding="ns:AuthenticationServiceBindingHttp">
            <soap:address location="http://api.telenav.com/tnapi/services/auth"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
