﻿<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" targetNamespace="http://tempuri.org/" name="SunucuServis" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" />
      <xs:element name="KBBDoesVehicleHaveTrackingSystem">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q1:UserInfo" />
            <xs:element minOccurs="1" name="VehicleId" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBDoesVehicleHaveTrackingSystemResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBDoesVehicleHaveTrackingSystemResult" nillable="true" type="tns:TrackingSystemResult" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLastLocationOfVehicle">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q2:UserInfo" />
            <xs:element minOccurs="1" name="VehicleId" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLastLocationOfVehicleResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBGetLastLocationOfVehicleResult" nillable="true" type="tns:LocationResult" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLocationsOfVehicleByTimeInterval">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q3:UserInfo" />
            <xs:element minOccurs="1" name="VehicleId" nillable="true" type="xs:string" />
            <xs:element minOccurs="1" name="Startdate" type="xs:dateTime" />
            <xs:element minOccurs="1" name="Enddate" type="xs:dateTime" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLocationsOfVehicleByTimeIntervalResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBGetLocationsOfVehicleByTimeIntervalResult" nillable="true" type="tns:LocationsResult" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetAlarmsOfVehicleByTimeInterval">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q4="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q4:UserInfo" />
            <xs:element minOccurs="1" name="VehicleId" nillable="true" type="xs:string" />
            <xs:element minOccurs="1" name="Startdate" type="xs:dateTime" />
            <xs:element minOccurs="1" name="Enddate" type="xs:dateTime" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetAlarmsOfVehicleByTimeIntervalResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBGetAlarmsOfVehicleByTimeIntervalResult" nillable="true" type="tns:AlarmResults" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetAllVehicles">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q5:UserInfo" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetAllVehiclesResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBGetAllVehiclesResult" nillable="true" type="tns:VehicleResult" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLastLocationOfVehicles">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="User" nillable="true" xmlns:q6="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" type="q6:UserInfo" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="KBBGetLastLocationOfVehiclesResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="KBBGetLastLocationOfVehiclesResult" nillable="true" type="tns:LastLocationResult" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:element name="anyType" nillable="true" type="xs:anyType" />
      <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
      <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
      <xs:element name="boolean" nillable="true" type="xs:boolean" />
      <xs:element name="byte" nillable="true" type="xs:byte" />
      <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
      <xs:element name="decimal" nillable="true" type="xs:decimal" />
      <xs:element name="double" nillable="true" type="xs:double" />
      <xs:element name="float" nillable="true" type="xs:float" />
      <xs:element name="int" nillable="true" type="xs:int" />
      <xs:element name="long" nillable="true" type="xs:long" />
      <xs:element name="QName" nillable="true" type="xs:QName" />
      <xs:element name="short" nillable="true" type="xs:short" />
      <xs:element name="string" nillable="true" type="xs:string" />
      <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
      <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
      <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
      <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
      <xs:element name="char" nillable="true" type="tns:char" />
      <xs:simpleType name="char">
        <xs:restriction base="xs:int" />
      </xs:simpleType>
      <xs:element name="duration" nillable="true" type="tns:duration" />
      <xs:simpleType name="duration">
        <xs:restriction base="xs:duration">
          <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
          <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
          <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
        </xs:restriction>
      </xs:simpleType>
      <xs:element name="guid" nillable="true" type="tns:guid" />
      <xs:simpleType name="guid">
        <xs:restriction base="xs:string">
          <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
        </xs:restriction>
      </xs:simpleType>
      <xs:attribute name="FactoryType" type="xs:QName" />
      <xs:attribute name="Id" type="xs:ID" />
      <xs:attribute name="Ref" type="xs:IDREF" />
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/SoapCoreGecko.Models.Kocaeli.Req" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:complexType name="UserInfo" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="UserInfo" nillable="true" type="tns:UserInfo" />
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:complexType name="TrackingSystemResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="TrackingSystem" nillable="true" type="tns:TrackingSystem" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="TrackingSystemResult" nillable="true" type="tns:TrackingSystemResult" />
      <xs:complexType name="TrackingSystem" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="ThereIs" type="xs:boolean" />
          <xs:element minOccurs="0" name="VehicleId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="IsActive" type="xs:boolean" />
          <xs:element minOccurs="0" name="StartDate" type="xs:dateTime" />
          <xs:element minOccurs="0" name="Trademark" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Firm" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Owner" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Transporter" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="TrackingSystem" nillable="true" type="tns:TrackingSystem" />
      <xs:complexType name="ServiceMessage" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Status" type="xs:boolean" />
          <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
      <xs:complexType name="LocationResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Location" nillable="true" type="tns:Location" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="LocationResult" nillable="true" type="tns:LocationResult" />
      <xs:complexType name="Location" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="VehicleId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="RecordDate" type="xs:dateTime" />
          <xs:element minOccurs="0" name="GpsDate" type="xs:dateTime" />
          <xs:element minOccurs="0" name="GpsAccuracy" type="xs:double" />
          <xs:element minOccurs="0" name="Latitude" type="xs:double" />
          <xs:element minOccurs="0" name="Longitude" type="xs:double" />
          <xs:element minOccurs="0" name="Speed" type="xs:double" />
          <xs:element minOccurs="0" name="Altitude" type="xs:double" />
          <xs:element minOccurs="0" name="Odm" type="xs:double" />
          <xs:element minOccurs="0" name="Direction" type="xs:double" />
          <xs:element minOccurs="0" name="Trademark" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Firm" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Owner" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Transporter" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="Location" nillable="true" type="tns:Location" />
      <xs:complexType name="LocationsResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Locations" nillable="true" type="tns:ArrayOfLocation" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="LocationsResult" nillable="true" type="tns:LocationsResult" />
      <xs:complexType name="ArrayOfLocation" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="Location" nillable="true" type="tns:Location" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfLocation" nillable="true" type="tns:ArrayOfLocation" />
      <xs:complexType name="AlarmResults" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Alarms" nillable="true" type="tns:ArrayOfAlarmResult" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="AlarmResults" nillable="true" type="tns:AlarmResults" />
      <xs:complexType name="ArrayOfAlarmResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="AlarmResult" nillable="true" type="tns:AlarmResult" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfAlarmResult" nillable="true" type="tns:ArrayOfAlarmResult" />
      <xs:complexType name="AlarmResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Alarm" nillable="true" type="tns:Alarm" />
          <xs:element minOccurs="0" name="Location" nillable="true" type="tns:Location" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="AlarmResult" nillable="true" type="tns:AlarmResult" />
      <xs:complexType name="Alarm" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="AlarmType" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="AlarmMessage" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="Alarm" nillable="true" type="tns:Alarm" />
      <xs:complexType name="VehicleResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Vehicles" nillable="true" type="tns:ArrayOfVehicle" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleResult" nillable="true" type="tns:VehicleResult" />
      <xs:complexType name="ArrayOfVehicle" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="Vehicle" nillable="true" type="tns:Vehicle" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfVehicle" nillable="true" type="tns:ArrayOfVehicle" />
      <xs:complexType name="Vehicle" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="VehicleId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Trademark" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Firm" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Owner" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="IdentificationNumber" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Transporter" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="DurumId" type="xs:int" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="Vehicle" nillable="true" type="tns:Vehicle" />
      <xs:complexType name="LastLocationResult" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="LastLocations" nillable="true" type="tns:ArrayOfLastLocation" />
          <xs:element minOccurs="0" name="ServiceMessage" nillable="true" type="tns:ServiceMessage" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="LastLocationResult" nillable="true" type="tns:LastLocationResult" />
      <xs:complexType name="ArrayOfLastLocation" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="LastLocation" nillable="true" type="tns:LastLocation" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfLastLocation" nillable="true" type="tns:ArrayOfLastLocation" />
      <xs:complexType name="LastLocation" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="VehicleId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Location" nillable="true" type="tns:Location" />
          <xs:element minOccurs="0" name="DurumId" type="xs:int" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="LastLocation" nillable="true" type="tns:LastLocation" />
    </xs:schema>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="SunucuServis_KBBDoesVehicleHaveTrackingSystem_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBDoesVehicleHaveTrackingSystem" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBDoesVehicleHaveTrackingSystem_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBDoesVehicleHaveTrackingSystemResponse" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLastLocationOfVehicle_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLastLocationOfVehicle" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLastLocationOfVehicle_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLastLocationOfVehicleResponse" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLocationsOfVehicleByTimeInterval_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLocationsOfVehicleByTimeInterval" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLocationsOfVehicleByTimeInterval_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLocationsOfVehicleByTimeIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetAlarmsOfVehicleByTimeInterval_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetAlarmsOfVehicleByTimeInterval" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetAlarmsOfVehicleByTimeInterval_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetAlarmsOfVehicleByTimeIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetAllVehicles_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetAllVehicles" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetAllVehicles_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetAllVehiclesResponse" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLastLocationOfVehicles_InputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLastLocationOfVehicles" />
  </wsdl:message>
  <wsdl:message name="SunucuServis_KBBGetLastLocationOfVehicles_OutputMessage">
    <wsdl:part name="parameters" element="tns:KBBGetLastLocationOfVehiclesResponse" />
  </wsdl:message>
  <wsdl:portType name="SunucuServis">
    <wsdl:operation name="KBBDoesVehicleHaveTrackingSystem">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBDoesVehicleHaveTrackingSystem" message="tns:SunucuServis_KBBDoesVehicleHaveTrackingSystem_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBDoesVehicleHaveTrackingSystemResponse" message="tns:SunucuServis_KBBDoesVehicleHaveTrackingSystem_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="KBBGetLastLocationOfVehicle">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehicle" message="tns:SunucuServis_KBBGetLastLocationOfVehicle_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehicleResponse" message="tns:SunucuServis_KBBGetLastLocationOfVehicle_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="KBBGetLocationsOfVehicleByTimeInterval">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBGetLocationsOfVehicleByTimeInterval" message="tns:SunucuServis_KBBGetLocationsOfVehicleByTimeInterval_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBGetLocationsOfVehicleByTimeIntervalResponse" message="tns:SunucuServis_KBBGetLocationsOfVehicleByTimeInterval_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="KBBGetAlarmsOfVehicleByTimeInterval">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBGetAlarmsOfVehicleByTimeInterval" message="tns:SunucuServis_KBBGetAlarmsOfVehicleByTimeInterval_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBGetAlarmsOfVehicleByTimeIntervalResponse" message="tns:SunucuServis_KBBGetAlarmsOfVehicleByTimeInterval_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="KBBGetAllVehicles">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBGetAllVehicles" message="tns:SunucuServis_KBBGetAllVehicles_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBGetAllVehiclesResponse" message="tns:SunucuServis_KBBGetAllVehicles_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="KBBGetLastLocationOfVehicles">
      <wsdl:input wsam:Action="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehicles" message="tns:SunucuServis_KBBGetLastLocationOfVehicles_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehiclesResponse" message="tns:SunucuServis_KBBGetLastLocationOfVehicles_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BasicHttpBinding_SunucuServis" type="tns:SunucuServis">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="KBBDoesVehicleHaveTrackingSystem">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBDoesVehicleHaveTrackingSystem" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KBBGetLastLocationOfVehicle">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehicle" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KBBGetLocationsOfVehicleByTimeInterval">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBGetLocationsOfVehicleByTimeInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KBBGetAlarmsOfVehicleByTimeInterval">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBGetAlarmsOfVehicleByTimeInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KBBGetAllVehicles">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBGetAllVehicles" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KBBGetLastLocationOfVehicles">
      <soap:operation soapAction="http://tempuri.org/SunucuServis/KBBGetLastLocationOfVehicles" 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="SunucuServis">
    <wsdl:port name="BasicHttpBinding_SunucuServis" binding="tns:BasicHttpBinding_SunucuServis">
      <soap:address location="https://kocaeli.mobiltek.com.tr/Entegrasyon.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>