﻿<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="PTPService" targetNamespace="http://md.gov/mva/dva/ptp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:i0="http://tempuri.org/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://md.gov/mva/dva/ptp" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  <wsdl:types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://md.gov/mva/dva/ptp" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:import namespace="http://md.gov/mva/dva/data"/>
      <xs:element name="VehicleSearchByTitle">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dppaReasonCode" type="xs:int"/>
            <xs:element minOccurs="0" name="controlId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="titleNumber" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="VehicleSearchByTitleResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="VehicleSearchByTitleResult" nillable="true" type="tns:VehicleSearchResult"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:complexType name="VehicleSearchResult">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:SearchResult">
            <xs:sequence>
              <xs:element minOccurs="0" name="Result" nillable="true" type="q1:VehicleRecord" xmlns:q1="http://md.gov/mva/dva/data"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="VehicleSearchResult" nillable="true" type="tns:VehicleSearchResult"/>
      <xs:complexType name="SearchResult">
        <xs:sequence>
          <xs:element minOccurs="0" name="ControlId" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SearchResultStatus" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Timestamp" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="SearchResult" nillable="true" type="tns:SearchResult"/>
      <xs:element name="VehicleSearchByVIN">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dppaReasonCode" type="xs:int"/>
            <xs:element minOccurs="0" name="controlId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="vinNumber" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="VehicleSearchByVINResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="VehicleSearchByVINResult" nillable="true" type="tns:VehicleSearchResult"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="VehicleSearchByTag">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dppaReasonCode" type="xs:int"/>
            <xs:element minOccurs="0" name="controlId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="tagClass" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="tagNumber" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="VehicleSearchByTagResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="VehicleSearchByTagResult" nillable="true" type="tns:VehicleSearchResult"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="DriverSearchByCustomerId">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dppaReasonCode" type="xs:int"/>
            <xs:element minOccurs="0" name="controlId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="customerId" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="DriverSearchByCustomerIdResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="DriverSearchByCustomerIdResult" nillable="true" type="tns:DriverSearchResult"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:complexType name="DriverSearchResult">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:SearchResult">
            <xs:sequence>
              <xs:element minOccurs="0" name="Result" nillable="true" type="q2:DriverRecord" xmlns:q2="http://md.gov/mva/dva/data"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="DriverSearchResult" nillable="true" type="tns:DriverSearchResult"/>
      <xs:element name="DriverSearchCompleteRecordByCustomerId">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dppaReasonCode" type="xs:int"/>
            <xs:element minOccurs="0" name="controlId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="customerId" nillable="true" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="DriverSearchCompleteRecordByCustomerIdResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="DriverSearchCompleteRecordByCustomerIdResult" nillable="true" type="tns:DriverSearchResult"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xsd:schema>
    <xsd: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"/>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://md.gov/mva/dva/data" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://md.gov/mva/dva/data">
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
      <xs:complexType name="VehicleRecord">
        <xs:sequence>
          <xs:element minOccurs="0" name="Addresses" nillable="true" type="tns:ArrayOfVehicleAddress"/>
          <xs:element minOccurs="0" name="CaLevIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="DealerSoundex" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ExceptionCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="FinancialResponsibilityDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Flags" nillable="true" type="tns:ArrayOfVehicleFlag"/>
          <xs:element minOccurs="0" name="InsuranceCancelledDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsuranceCease" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsuranceCommence" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsuranceCompanyName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsuranceExpirationDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsuranceNAIC" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="InsurancePolicyNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienHolders" nillable="true" type="tns:ArrayOfVehicleLienHolder"/>
          <xs:element minOccurs="0" name="Odometer" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="OdometerCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Owners" nillable="true" type="tns:ArrayOfVehicleOwner"/>
          <xs:element minOccurs="0" name="PreviousTag" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PreviousTitleNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PreviousTitleState" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PreviousVehicleClass" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RefundIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RegistrationId" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RegistrationValidationDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SoundexFlag" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SpecialInfoRecords" nillable="true" type="tns:ArrayOfSpecialInfo"/>
          <xs:element minOccurs="0" name="StickerNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="StolenIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SubstituteIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TagExpiration" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TagRushIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TitleAssignment" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TitleAssignment2" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TitleNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TitlePrintedDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VEIPAccessDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VEIPExpirationDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VEIPInspectionDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VEIPVehicleStatus" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VIN" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VanityHamIndicator" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleBodyStyle" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleClass" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleColor" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleCombinedWeight" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleFlag" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleFuelType" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleGrossWeight" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleInspectionDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleMake" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleModel" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleTagNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VehicleYear" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RegistrationExpiration" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleRecord" nillable="true" type="tns:VehicleRecord"/>
      <xs:complexType name="ArrayOfVehicleAddress">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="VehicleAddress" nillable="true" type="tns:VehicleAddress"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfVehicleAddress" nillable="true" type="tns:ArrayOfVehicleAddress"/>
      <xs:complexType name="VehicleAddress">
        <xs:sequence>
          <xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="County" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Street2" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleAddress" nillable="true" type="tns:VehicleAddress"/>
      <xs:complexType name="ArrayOfVehicleFlag">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="VehicleFlag" nillable="true" type="tns:VehicleFlag"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfVehicleFlag" nillable="true" type="tns:ArrayOfVehicleFlag"/>
      <xs:complexType name="VehicleFlag">
        <xs:sequence>
          <xs:element minOccurs="0" name="FlagEffectiveDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="UnitDescription" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="UserData" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleFlag" nillable="true" type="tns:VehicleFlag"/>
      <xs:complexType name="ArrayOfVehicleLienHolder">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="VehicleLienHolder" nillable="true" type="tns:VehicleLienHolder"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfVehicleLienHolder" nillable="true" type="tns:ArrayOfVehicleLienHolder"/>
      <xs:complexType name="VehicleLienHolder">
        <xs:sequence>
          <xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="County" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienContractDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienPerfectedDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienMaturityDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienReleaseDate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LienHolderName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="StreetAddress" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="StreetAddress2" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ZipCodePlusFour" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleLienHolder" nillable="true" type="tns:VehicleLienHolder"/>
      <xs:complexType name="ArrayOfVehicleOwner">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="VehicleOwner" nillable="true" type="tns:VehicleOwner"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfVehicleOwner" nillable="true" type="tns:ArrayOfVehicleOwner"/>
      <xs:complexType name="VehicleOwner">
        <xs:sequence>
          <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SoundexNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Suffix" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="VehicleOwner" nillable="true" type="tns:VehicleOwner"/>
      <xs:complexType name="ArrayOfSpecialInfo">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="SpecialInfo" nillable="true" type="tns:SpecialInfo"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfSpecialInfo" nillable="true" type="tns:ArrayOfSpecialInfo"/>
      <xs:complexType name="SpecialInfo">
        <xs:sequence>
          <xs:element minOccurs="0" name="SpecialCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SpecialDetails" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="SpecialInfo" nillable="true" type="tns:SpecialInfo"/>
      <xs:complexType name="VehicleOwnerDealer">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:VehicleOwner">
            <xs:sequence/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="VehicleOwnerDealer" nillable="true" type="tns:VehicleOwnerDealer"/>
      <xs:complexType name="VehicleOwnerDRA">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:VehicleOwner">
            <xs:sequence/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="VehicleOwnerDRA" nillable="true" type="tns:VehicleOwnerDRA"/>
      <xs:complexType name="VehicleOwnerFleet">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:VehicleOwner">
            <xs:sequence>
              <xs:element minOccurs="0" name="FleetExpirationYear" nillable="true" type="xs:string"/>
              <xs:element minOccurs="0" name="FleetId" nillable="true" type="xs:string"/>
              <xs:element minOccurs="0" name="FleetSoundexNumber2" nillable="true" type="xs:string"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="VehicleOwnerFleet" nillable="true" type="tns:VehicleOwnerFleet"/>
      <xs:complexType name="VehicleOwnerIndividual">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:VehicleOwner">
            <xs:sequence/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="VehicleOwnerIndividual" nillable="true" type="tns:VehicleOwnerIndividual"/>
      <xs:complexType name="DriverRecord">
        <xs:sequence>
          <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PreviousCustomerId" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="CustomerIdChangedDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Suffix" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Height" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Weight" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Race" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Sex" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="DateOfBirth" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="ResidentialAddress" nillable="true" type="tns:Address"/>
          <xs:element minOccurs="0" name="DriverLicenseStatus" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="CDLLicenseStatus" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="DriverLicenses" nillable="true" type="tns:ArrayOfDriverLicense"/>
          <xs:element minOccurs="0" name="AddressChanges" nillable="true" type="tns:ArrayOfDateDescription"/>
          <xs:element minOccurs="0" name="NameChanges" nillable="true" type="tns:ArrayOfDateDescription"/>
          <xs:element minOccurs="0" name="PriorNames" nillable="true" type="q1:ArrayOfstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
          <xs:element minOccurs="0" name="Restrictions" nillable="true" type="tns:ArrayOfDriverRestriction"/>
          <xs:element minOccurs="0" name="Convictions" nillable="true" type="tns:ArrayOfDriverConviction"/>
          <xs:element minOccurs="0" name="CDLSuspensions" nillable="true" type="tns:ArrayOfCDLSuspension"/>
          <xs:element minOccurs="0" name="CDLAccidents" nillable="true" type="tns:ArrayOfCDLAccident"/>
          <xs:element minOccurs="0" name="AKARecords" nillable="true" type="tns:ArrayOfDriverAKA"/>
          <xs:element minOccurs="0" name="MedicalCertificate" nillable="true" type="tns:MedicalCertData"/>
          <xs:element minOccurs="0" name="TotalPoints" type="xs:int"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverRecord" nillable="true" type="tns:DriverRecord"/>
      <xs:complexType name="Address">
        <xs:sequence>
          <xs:element minOccurs="0" name="AddressLine1" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="AddressLine2" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="County" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Unit" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="UnitType" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="Address" nillable="true" type="tns:Address"/>
      <xs:complexType name="ArrayOfDriverLicense">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverLicense" nillable="true" type="tns:DriverLicense"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverLicense" nillable="true" type="tns:ArrayOfDriverLicense"/>
      <xs:complexType name="DriverLicense">
        <xs:sequence>
          <xs:element minOccurs="0" name="LicenseClass" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="GLSType" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicenseType" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicenseDuplicate" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicenseDoc" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicenseIssueDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="LicenseOriginalIssueDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="LicenseExpirationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="CDLEndorsement" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="NonApparentDisability" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverLicense" nillable="true" type="tns:DriverLicense"/>
      <xs:complexType name="ArrayOfDateDescription">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DateDescription" nillable="true" type="tns:DateDescription"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDateDescription" nillable="true" type="tns:ArrayOfDateDescription"/>
      <xs:complexType name="DateDescription">
        <xs:sequence>
          <xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DateDescription" nillable="true" type="tns:DateDescription"/>
      <xs:complexType name="ArrayOfDriverRestriction">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverRestriction" nillable="true" type="tns:DriverRestriction"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverRestriction" nillable="true" type="tns:ArrayOfDriverRestriction"/>
      <xs:complexType name="DriverRestriction">
        <xs:sequence>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicenseClass" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RestrictionCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RestrictionDate" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="RestrictionEndDate" nillable="true" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverRestriction" nillable="true" type="tns:DriverRestriction"/>
      <xs:complexType name="ArrayOfDriverConviction">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverConviction" nillable="true" type="tns:DriverConviction"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverConviction" nillable="true" type="tns:ArrayOfDriverConviction"/>
      <xs:complexType name="DriverConviction">
        <xs:sequence>
          <xs:element minOccurs="0" name="AccidentCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="CDLLicenseCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="CDLVehicleCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Category" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ConvictionDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Disposition" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="HazmatCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Points" type="xs:int"/>
          <xs:element minOccurs="0" name="PointsExpired" type="xs:boolean"/>
          <xs:element minOccurs="0" name="TicketNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ViolationDate" nillable="true" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverConviction" nillable="true" type="tns:DriverConviction"/>
      <xs:complexType name="ArrayOfCDLSuspension">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="CDLSuspension" nillable="true" type="tns:CDLSuspension"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfCDLSuspension" nillable="true" type="tns:ArrayOfCDLSuspension"/>
      <xs:complexType name="CDLSuspension">
        <xs:sequence>
          <xs:element minOccurs="0" name="CDLExtent" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="EffectiveDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Jurisdiction" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LineNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Reason" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="RestorationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="SuspensionType" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="CDLSuspension" nillable="true" type="tns:CDLSuspension"/>
      <xs:complexType name="ArrayOfCDLAccident">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="CDLAccident" nillable="true" type="tns:CDLAccident"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfCDLAccident" nillable="true" type="tns:ArrayOfCDLAccident"/>
      <xs:complexType name="CDLAccident">
        <xs:sequence>
          <xs:element minOccurs="0" name="AccidentCMV" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="AccidentDate" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="AccidentJurisdiction" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="AccidentLocation" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="AccidentSeverity" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="HazmatCode" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="CDLAccident" nillable="true" type="tns:CDLAccident"/>
      <xs:complexType name="ArrayOfDriverAKA">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverAKA" nillable="true" type="tns:DriverAKA"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverAKA" nillable="true" type="tns:ArrayOfDriverAKA"/>
      <xs:complexType name="DriverAKA">
        <xs:sequence>
          <xs:element minOccurs="0" name="AKATag" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="AKAName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="DOBTag" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverAKA" nillable="true" type="tns:DriverAKA"/>
      <xs:complexType name="MedicalCertData">
        <xs:sequence>
          <xs:element minOccurs="0" name="CertificateRestrictionCodes" nillable="true" type="tns:ArrayOfCodeDescriptionPair"/>
          <xs:element minOccurs="0" name="CertificateStatusCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="ExaminerInformation" nillable="true" type="tns:MedicalCertExaminer"/>
          <xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="IssueDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="SelfCertificationCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="SkillsPerformanceEvaluationExpirationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="SkillsPerformanceEvaluationStartDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="WaiverExpirationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="WaiverStartDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="WaiverTypeCode" nillable="true" type="tns:CodeDescriptionPair"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="MedicalCertData" nillable="true" type="tns:MedicalCertData"/>
      <xs:complexType name="ArrayOfCodeDescriptionPair">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="CodeDescriptionPair" nillable="true" type="tns:CodeDescriptionPair"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfCodeDescriptionPair" nillable="true" type="tns:ArrayOfCodeDescriptionPair"/>
      <xs:complexType name="CodeDescriptionPair">
        <xs:sequence>
          <xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="CodeDescriptionPair" nillable="true" type="tns:CodeDescriptionPair"/>
      <xs:complexType name="MedicalCertExaminer">
        <xs:sequence>
          <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="FirstNameTransliteratedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="FirstNameTruncatedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LastNameTransliteratedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="LastNameTruncatedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="LicenseNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LicensingJurisdictionCode" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="MiddleNameOrInitial" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="MiddleNameTransliteratedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="MiddleNameTruncatedCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="NationalRegistryNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SpecialtyCode" nillable="true" type="tns:CodeDescriptionPair"/>
          <xs:element minOccurs="0" name="Suffix" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="MedicalCertExaminer" nillable="true" type="tns:MedicalCertExaminer"/>
      <xs:complexType name="DriverRecordComplete">
        <xs:complexContent mixed="false">
          <xs:extension base="tns:DriverRecord">
            <xs:sequence>
              <xs:element minOccurs="0" name="AdminPerSeRecords" nillable="true" type="tns:ArrayOfDriverAdminPerSe"/>
              <xs:element minOccurs="0" name="PbjRecords" nillable="true" type="tns:ArrayOfDriverPbj"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:element name="DriverRecordComplete" nillable="true" type="tns:DriverRecordComplete"/>
      <xs:complexType name="ArrayOfDriverAdminPerSe">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverAdminPerSe" nillable="true" type="tns:DriverAdminPerSe"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverAdminPerSe" nillable="true" type="tns:ArrayOfDriverAdminPerSe"/>
      <xs:complexType name="DriverAdminPerSe">
        <xs:sequence>
          <xs:element minOccurs="0" name="Date" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Summary" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverAdminPerSe" nillable="true" type="tns:DriverAdminPerSe"/>
      <xs:complexType name="ArrayOfDriverPbj">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="DriverPbj" nillable="true" type="tns:DriverPbj"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfDriverPbj" nillable="true" type="tns:ArrayOfDriverPbj"/>
      <xs:complexType name="DriverPbj">
        <xs:sequence>
          <xs:element minOccurs="0" name="CalculatedEndDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Citation" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Judge" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Jurisdiction" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="LineNumber" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Paragraph" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Rest" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Section" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SubSection" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="SubSectionFRA" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="TrialDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="ViolationDate" nillable="true" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Category" nillable="true" type="xs:string"/>
          <xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="DriverPbj" nillable="true" type="tns:DriverPbj"/>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <xs:complexType name="ArrayOfstring">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="IPTPService_VehicleSearchByTitle_InputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByTitle"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_VehicleSearchByTitle_OutputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByTitleResponse"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_VehicleSearchByVIN_InputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByVIN"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_VehicleSearchByVIN_OutputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByVINResponse"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_VehicleSearchByTag_InputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByTag"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_VehicleSearchByTag_OutputMessage">
    <wsdl:part name="parameters" element="tns:VehicleSearchByTagResponse"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_DriverSearchByCustomerId_InputMessage">
    <wsdl:part name="parameters" element="tns:DriverSearchByCustomerId"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_DriverSearchByCustomerId_OutputMessage">
    <wsdl:part name="parameters" element="tns:DriverSearchByCustomerIdResponse"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_DriverSearchCompleteRecordByCustomerId_InputMessage">
    <wsdl:part name="parameters" element="tns:DriverSearchCompleteRecordByCustomerId"/>
  </wsdl:message>
  <wsdl:message name="IPTPService_DriverSearchCompleteRecordByCustomerId_OutputMessage">
    <wsdl:part name="parameters" element="tns:DriverSearchCompleteRecordByCustomerIdResponse"/>
  </wsdl:message>
  <wsdl:portType name="IPTPService">
    <wsdl:operation name="VehicleSearchByTitle">
      <wsdl:input wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTitle" message="tns:IPTPService_VehicleSearchByTitle_InputMessage"/>
      <wsdl:output wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTitleResponse" message="tns:IPTPService_VehicleSearchByTitle_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="VehicleSearchByVIN">
      <wsdl:input wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByVIN" message="tns:IPTPService_VehicleSearchByVIN_InputMessage"/>
      <wsdl:output wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByVINResponse" message="tns:IPTPService_VehicleSearchByVIN_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="VehicleSearchByTag">
      <wsdl:input wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTag" message="tns:IPTPService_VehicleSearchByTag_InputMessage"/>
      <wsdl:output wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTagResponse" message="tns:IPTPService_VehicleSearchByTag_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="DriverSearchByCustomerId">
      <wsdl:input wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchByCustomerId" message="tns:IPTPService_DriverSearchByCustomerId_InputMessage"/>
      <wsdl:output wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchByCustomerIdResponse" message="tns:IPTPService_DriverSearchByCustomerId_OutputMessage"/>
    </wsdl:operation>
    <wsdl:operation name="DriverSearchCompleteRecordByCustomerId">
      <wsdl:input wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchCompleteRecordByCustomerId" message="tns:IPTPService_DriverSearchCompleteRecordByCustomerId_InputMessage"/>
      <wsdl:output wsaw:Action="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchCompleteRecordByCustomerIdResponse" message="tns:IPTPService_DriverSearchCompleteRecordByCustomerId_OutputMessage"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BasicHttpBinding_IPTPService" type="tns:IPTPService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="VehicleSearchByTitle">
      <soap:operation soapAction="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTitle" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VehicleSearchByVIN">
      <soap:operation soapAction="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByVIN" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VehicleSearchByTag">
      <soap:operation soapAction="http://md.gov/mva/dva/ptp/IPTPService/VehicleSearchByTag" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DriverSearchByCustomerId">
      <soap:operation soapAction="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchByCustomerId" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DriverSearchCompleteRecordByCustomerId">
      <soap:operation soapAction="http://md.gov/mva/dva/ptp/IPTPService/DriverSearchCompleteRecordByCustomerId" 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="PTPService">
    <wsdl:port name="BasicHttpBinding_IPTPService" binding="tns:BasicHttpBinding_IPTPService">
      <soap:address location="https://egov.maryland.gov/mva/dva/ptp/PTPService.svc"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
