<?xml version="1.0" encoding="UTF-8" ?>
<wsdl:definitions
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
   name="VTTechnician"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
   xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
   targetNamespace="http://tempuri.org/"
   xmlns:tns="http://tempuri.org/">
   <wsdl:types>
      <xs:schema targetNamespace="http://tempuri.org/" elementFormDefault="qualified">
         <xs:simpleType name="vtBillingPeriod">
            <xs:restriction base="xs:string">
               <xs:enumeration value="bpYearly" />
               <xs:enumeration value="bpQuarterly" />
               <xs:enumeration value="bpMonthly" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtDocumentType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="dtProductImage" />
               <xs:enumeration value="dtVehicleImage" />
               <xs:enumeration value="dtProductDocument" />
               <xs:enumeration value="dtVehicleDocument" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtDumpIgnoreState">
            <xs:restriction base="xs:string">
               <xs:enumeration value="NotIgnored" />
               <xs:enumeration value="Temporary" />
               <xs:enumeration value="Permanent" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtSearchInstallsBy">
            <xs:restriction base="xs:string">
               <xs:enumeration value="sbWorkOrderId" />
               <xs:enumeration value="sbAppointmentText" />
               <xs:enumeration value="sbVINNumber" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtStartOfWeek">
            <xs:restriction base="xs:string">
               <xs:enumeration value="swSystem" />
               <xs:enumeration value="swSunday" />
               <xs:enumeration value="swMonday" />
               <xs:enumeration value="swTuesday" />
               <xs:enumeration value="swWednesday" />
               <xs:enumeration value="swThursday" />
               <xs:enumeration value="swFriday" />
               <xs:enumeration value="swSaturday" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtStatisticType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="stVehicles" />
               <xs:enumeration value="stVehicleMakes" />
               <xs:enumeration value="stVehicleModels" />
               <xs:enumeration value="stDocumentCategories" />
               <xs:enumeration value="stProductCategories" />
               <xs:enumeration value="stAttributeCategories" />
               <xs:enumeration value="stActiveCompanies" />
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType name="vtTransactionType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ttEstimate" />
               <xs:enumeration value="ttWorkOrder" />
               <xs:enumeration value="ttInvoice" />
            </xs:restriction>
         </xs:simpleType>
         <xs:complexType name="vtAAIAMake">
            <xs:sequence>
               <xs:element name="MakeId" type="xs:int" />
               <xs:element name="MakeName" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAAIARegion">
            <xs:sequence>
               <xs:element name="RegionId" type="xs:int" />
               <xs:element name="RegionName" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAAIAVehicle">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="MakeName" type="xs:string" />
               <xs:element name="ModelName" type="xs:string" />
               <xs:element name="SubModelName" type="xs:string" />
               <xs:element name="VehicleYear" type="xs:int" />
               <xs:element name="BodyTypeName" type="xs:string" />
               <xs:element name="NumberOfDoors" type="xs:int" />
               <xs:element name="Liter" type="xs:string" />
               <xs:element name="Cylinders" type="xs:string" />
               <xs:element name="BlockType" type="xs:string" />
               <xs:element name="RegionName" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAdvisory">
            <xs:sequence>
               <xs:element name="AdvisoryId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Advisory" type="xs:string" />
               <xs:element name="ImageURL" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Pending" type="xs:boolean" />
               <xs:element name="Denied" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAppKeyService">
            <xs:sequence>
               <xs:element name="ApplicationKey" type="xs:string" />
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAppService">
            <xs:sequence>
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="AppServiceName" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAppService2">
            <xs:sequence>
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="AppServiceName" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAppService3">
            <xs:sequence>
               <xs:element name="NonMemberPrice" type="xs:double" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="AppServiceName" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAppServicePurchase">
            <xs:sequence>
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="TransactionId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="TotalPaid" type="xs:double" />
               <xs:element name="ReceiverEmail" type="xs:string" />
               <xs:element name="PayerEmail" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplication">
            <xs:sequence>
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="DefaultNumLogins" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo">
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo2">
            <xs:sequence>
               <xs:element name="NonMemberBillingRate" type="xs:double" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo3">
            <xs:sequence>
               <xs:element name="FixedRenewalRate" type="xs:boolean" />
               <xs:element name="NonMemberBillingRate" type="xs:double" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo4">
            <xs:sequence>
               <xs:element name="RequiresRegistration" type="xs:boolean" />
               <xs:element name="FixedRenewalRate" type="xs:boolean" />
               <xs:element name="NonMemberBillingRate" type="xs:double" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfo">
            <xs:sequence>
               <xs:element name="ApplicationKey" type="xs:string" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Issued" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="AppServices" type="tns:vtAppKeyServiceArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfo2">
            <xs:sequence>
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="IssuedEmail" type="xs:string" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="ApplicationKey" type="xs:string" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Issued" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="AppServices" type="tns:vtAppKeyServiceArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfo3">
            <xs:sequence>
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="IssuedEmail" type="xs:string" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="ApplicationKey" type="xs:string" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Issued" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="AppServices" type="tns:vtAppKeyServiceArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyRequest">
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="MeraLevel" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="AppServiceIds" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyRequest2">
            <xs:sequence>
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="MeraLevel" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="AppServiceIds" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyRequest3">
            <xs:sequence>
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="MeraLevel" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="AppServiceIds" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyRequest4">
            <xs:sequence>
               <xs:element name="IssuedEmail" type="xs:string" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="MeraLevel" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="AppServiceIds" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyRequest5">
            <xs:sequence>
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="IssuedEmail" type="xs:string" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="MemberNumber" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="MeraLevel" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="LTemplateId" type="xs:int" />
               <xs:element name="ConcurrentLogins" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="ExpirationDays" type="xs:int" />
               <xs:element name="AppServiceIds" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtApplicationPrice">
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="ApplicationLevel" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="NonMemberBillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttribute">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Vehicle Field Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="AttributeID" type="xs:int" />
               <xs:element name="AttributeTypeID" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="DefaultValue" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttribute2">
            <xs:sequence>
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="ParentGroupId" type="xs:int" />
               <xs:element name="AttributeID" type="xs:int" />
               <xs:element name="AttributeTypeID" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="DefaultValue" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeCategory">
            <xs:annotation>
               <xs:documentation>
                   Victory Technologies Vehicle Attribute Category Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasGroups" type="xs:boolean" />
               <xs:element name="HasAttributes" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="Groups" type="tns:vtAttributeGroupArray" />
               <xs:element name="Attributes" type="tns:vtAttributeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeCategory2">
            <xs:sequence>
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasGroups" type="xs:boolean" />
               <xs:element name="HasAttributes" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="Groups" type="tns:vtAttributeGroupArray" />
               <xs:element name="Attributes" type="tns:vtAttributeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeGroup">
            <xs:annotation>
               <xs:documentation>
                   Victory Technologies Vehicle Group Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="GroupID" type="xs:int" />
               <xs:element name="Group" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="HasGroups" type="xs:boolean" />
               <xs:element name="HasAttributes" type="xs:boolean" />
               <xs:element name="Groups" type="tns:vtAttributeGroupArray" />
               <xs:element name="Attributes" type="tns:vtAttributeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeGroup2">
            <xs:sequence>
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="ParentGroupId" type="xs:int" />
               <xs:element name="GroupID" type="xs:int" />
               <xs:element name="Group" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="HasGroups" type="xs:boolean" />
               <xs:element name="HasAttributes" type="xs:boolean" />
               <xs:element name="Groups" type="tns:vtAttributeGroupArray" />
               <xs:element name="Attributes" type="tns:vtAttributeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeInfo">
            <xs:annotation>
               <xs:documentation>
                   Victory Technologies Attribute Information Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="AttributeID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="GroupID" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeParent">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Vehicle Attribute Parent Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="GroupID" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributePickItem">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Vehicle Attribute Pick Item Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="PickItemID" type="xs:int" />
               <xs:element name="PickItem" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeType">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Vehicle Attribute Type Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="AttributeTypeID" type="xs:int" />
               <xs:element name="AttributeType" type="xs:string" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="DefaultValue" type="xs:string" />
               <xs:element name="PickItems" type="tns:vtAttributePickItemArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeValue">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Vehicle Field Value Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="AttributeID" type="xs:int" />
               <xs:element name="Value" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAttributeValueCondition">
            <xs:sequence>
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Values" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAuthorizeNetSettings">
            <xs:sequence>
               <xs:element name="Login" type="xs:string" />
               <xs:element name="TransactionKey" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtBayInstallers">
            <xs:sequence>
               <xs:element name="Bay" type="xs:int" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtBrand">
            <xs:sequence>
               <xs:element name="BrandId" type="xs:int" />
               <xs:element name="Brand" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtBrand2">
            <xs:sequence>
               <xs:element name="Website" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="BrandId" type="xs:int" />
               <xs:element name="Brand" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCall">
            <xs:sequence>
               <xs:element name="CallId" type="xs:int" />
               <xs:element name="UserId" type="xs:int" />
               <xs:element name="UserName" type="xs:string" />
               <xs:element name="Startdate" type="xs:dateTime" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="CallerName" type="xs:string" />
               <xs:element name="PhoneNumber" type="xs:string" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="CloseDate" type="xs:dateTime" />
               <xs:element name="TotalTime" type="xs:long" />
               <xs:element name="ProductModel" type="xs:string" />
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="VehicleModel" type="xs:string" />
               <xs:element name="CallerEmail" type="xs:string" />
               <xs:element name="CallNotes" type="xs:string" />
               <xs:element name="CallSolution" type="xs:string" />
               <xs:element name="StartTime" type="xs:double" />
               <xs:element name="EndTime" type="xs:double" />
               <xs:element name="Tasks" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCall2">
            <xs:sequence>
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="CallId" type="xs:int" />
               <xs:element name="UserId" type="xs:int" />
               <xs:element name="UserName" type="xs:string" />
               <xs:element name="Startdate" type="xs:dateTime" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="CallerName" type="xs:string" />
               <xs:element name="PhoneNumber" type="xs:string" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="CloseDate" type="xs:dateTime" />
               <xs:element name="TotalTime" type="xs:long" />
               <xs:element name="ProductModel" type="xs:string" />
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="VehicleModel" type="xs:string" />
               <xs:element name="CallerEmail" type="xs:string" />
               <xs:element name="CallNotes" type="xs:string" />
               <xs:element name="CallSolution" type="xs:string" />
               <xs:element name="StartTime" type="xs:double" />
               <xs:element name="EndTime" type="xs:double" />
               <xs:element name="Tasks" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCatalogProduct">
            <xs:sequence>
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="PartNumber" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCatalogVehicle">
            <xs:sequence>
               <xs:element name="Make" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:string" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="SteeringSide" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCatalogVehicleProducts">
            <xs:sequence>
               <xs:element name="Vehicle" type="tns:vtCatalogVehicle" />
               <xs:element name="Products" type="tns:vtCatalogProductArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtChartRequest">
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="StartDate" type="xs:dateTime" />
               <xs:element name="EndDate" type="xs:dateTime" />
               <xs:element name="AllApps" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtChartResult">
            <xs:sequence>
               <xs:element name="DaySpan" type="xs:int" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="CreateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany">
            <xs:sequence>
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany10">
            <xs:sequence>
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser3Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany11">
            <xs:sequence>
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser3Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany12">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser4Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany13">
            <xs:sequence>
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser4Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany14">
            <xs:annotation>
               <xs:documentation>
                  Introduces TrackAsLead boolean flag to also track details particular to lead management with a company. Also Introduces Usage Rating integer value to detail application usage for the company. Doesn&apos;t descend from previous company because users array type changed.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany15">
            <xs:annotation>
               <xs:documentation>
                  This struct introduces NoInterest Boolean field. Used for tracking interest in contact management.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany16">
            <xs:annotation>
               <xs:documentation>
                  Introduces 2 new fields for tracking usage with scheduling and how much companies are using local data (their own).
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany17">
            <xs:sequence>
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany18">
            <xs:sequence>
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocatorArray" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany19">
            <xs:sequence>
               <xs:element name="NeedsLocatorActivation" type="xs:boolean" />
               <xs:element name="AddressValid" type="xs:boolean" />
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocatorArray" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany2">
            <xs:sequence>
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany20">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="NeedsLocatorActivation" type="xs:boolean" />
               <xs:element name="AddressValid" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocator2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany21">
            <xs:sequence>
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="NeedsLocatorActivation" type="xs:boolean" />
               <xs:element name="AddressValid" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocator2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany22">
            <xs:sequence>
               <xs:element name="OrderForm" type="xs:boolean" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser5Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="NeedsLocatorActivation" type="xs:boolean" />
               <xs:element name="AddressValid" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocator2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany23">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser6Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="Scheduling" type="xs:boolean" />
               <xs:element name="AppServices" type="tns:vtAppService2Array" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="TrackAsLead" type="xs:boolean" />
               <xs:element name="AppUsage" type="xs:int" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="SchedulingUsage" type="xs:int" />
               <xs:element name="LocalDataUsage" type="xs:int" />
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="RetailerSuppressNoProducts" type="xs:boolean" />
               <xs:element name="NeedsLocatorActivation" type="xs:boolean" />
               <xs:element name="AddressValid" type="xs:boolean" />
               <xs:element name="DealerLocators" type="tns:vtDealerLocator2Array" />
               <xs:element name="MemberExpiration" type="xs:dateTime" />
               <xs:element name="OrderForm" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany3">
            <xs:sequence>
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany4">
            <xs:sequence>
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser2Array" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany5">
            <xs:sequence>
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser2Array" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany6">
            <xs:sequence>
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser2Array" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany7">
            <xs:sequence>
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser2Array" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="ExpireDate" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany8">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser3Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompany9">
            <xs:sequence>
               <xs:element name="EmailActive" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="ExpireDate" type="xs:dateTime" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="BillingPeriod" type="xs:string" />
               <xs:element name="RegisteredCompany" type="xs:string" />
               <xs:element name="RegisteredEmail" type="xs:string" />
               <xs:element name="TempAppKey" type="xs:string" />
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="Registrations" type="xs:int" />
               <xs:element name="LastLoginDate" type="xs:dateTime" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="BilledDate" type="xs:dateTime" />
               <xs:element name="PaidDate" type="xs:dateTime" />
               <xs:element name="UpdatedBy" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Users" type="tns:vtUser3Array" />
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="SteeringWheelSide" type="xs:int" />
               <xs:element name="ApplicationVersion" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyBrowse">
            <xs:sequence>
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyLead">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyLead2">
            <xs:sequence>
               <xs:element name="FollowupDate" type="xs:dateTime" />
               <xs:element name="LastCallDate" type="xs:dateTime" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="Contacted" type="xs:boolean" />
               <xs:element name="LeadType" type="xs:string" />
               <xs:element name="LeadSource" type="xs:string" />
               <xs:element name="LastPromoEmailed" type="xs:dateTime" />
               <xs:element name="NumPromosEmailed" type="xs:int" />
               <xs:element name="OrderNotes" type="xs:string" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyLead3">
            <xs:sequence>
               <xs:element name="MeraMemberNumber" type="xs:int" />
               <xs:element name="FollowupDate" type="xs:dateTime" />
               <xs:element name="LastCallDate" type="xs:dateTime" />
               <xs:element name="NoInterest" type="xs:boolean" />
               <xs:element name="Contacted" type="xs:boolean" />
               <xs:element name="LeadType" type="xs:string" />
               <xs:element name="LeadSource" type="xs:string" />
               <xs:element name="LastPromoEmailed" type="xs:dateTime" />
               <xs:element name="NumPromosEmailed" type="xs:int" />
               <xs:element name="OrderNotes" type="xs:string" />
               <xs:element name="MeraMember" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Calls" type="tns:vtCall2Array" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="AppKey" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct">
            <xs:sequence>
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct2">
            <xs:sequence>
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct3">
            <xs:sequence>
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct4">
            <xs:sequence>
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct5">
            <xs:sequence>
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct6">
            <xs:sequence>
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct7">
            <xs:annotation>
               <xs:documentation>
                  Used in Enterprise Manager for importing company products to associate with a Fit Guide or Order Forms.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="CompanyPartNumber" type="xs:string" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct8">
            <xs:sequence>
               <xs:element name="Required" type="xs:boolean" />
               <xs:element name="Recommended" type="xs:boolean" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="CorrelatedId" type="xs:string" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="CompanyPartNumber" type="xs:string" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct9">
            <xs:sequence>
               <xs:element name="AvailableOnline" type="xs:boolean" />
               <xs:element name="AvailableInStore" type="xs:boolean" />
               <xs:element name="Required" type="xs:boolean" />
               <xs:element name="Recommended" type="xs:boolean" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="CorrelatedId" type="xs:string" />
               <xs:element name="ManufacturerId" type="xs:int" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="CompanyPartNumber" type="xs:string" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="ProductId" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanySizeLink">
            <xs:sequence>
               <xs:element name="SizeType" type="xs:string" />
               <xs:element name="Size" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyStructRequest">
            <xs:sequence>
               <xs:element name="Companies" type="xs:boolean" />
               <xs:element name="Manufacturers" type="xs:boolean" />
               <xs:element name="Locales" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyStructResponse">
            <xs:sequence>
               <xs:element name="Companies" type="tns:vtCompany4Array" />
               <xs:element name="Manufacturers" type="tns:vtProductManufacturer2Array" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtCompanyValues">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="Values" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtContact">
            <xs:sequence>
               <xs:element name="ContactName" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtContact2">
            <xs:sequence>
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Website" type="xs:string" />
               <xs:element name="Public" type="xs:boolean" />
               <xs:element name="ContactName" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDataCounts">
            <xs:sequence>
               <xs:element name="VehicleCount" type="xs:int" />
               <xs:element name="CreatedVehicleCount" type="xs:int" />
               <xs:element name="UpdatedVehicleCount" type="xs:int" />
               <xs:element name="CreatedDocumentCount" type="xs:int" />
               <xs:element name="AssociatedDocumentCount" type="xs:int" />
               <xs:element name="CreatedProductCount" type="xs:int" />
               <xs:element name="AssociatedProductCount" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDataPhrase">
            <xs:sequence>
               <xs:element name="DataPhraseId" type="xs:int" />
               <xs:element name="DataPhraseCategoryId" type="xs:int" />
               <xs:element name="Phrase" type="xs:string" />
               <xs:element name="Attributes" type="tns:vtDataPhraseAttributeArray" />
               <xs:element name="Products" type="tns:vtProduct8Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDataPhrase2">
            <xs:sequence>
               <xs:element name="WebPhrase" type="xs:string" />
               <xs:element name="DataPhraseId" type="xs:int" />
               <xs:element name="DataPhraseCategoryId" type="xs:int" />
               <xs:element name="Phrase" type="xs:string" />
               <xs:element name="Attributes" type="tns:vtDataPhraseAttributeArray" />
               <xs:element name="Products" type="tns:vtProduct8Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDataPhraseAttribute">
            <xs:sequence>
               <xs:element name="DataPhraseAttributeId" type="xs:int" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Attribute" type="xs:string" />
               <xs:element name="AttributeValue" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDataPhraseCategory">
            <xs:sequence>
               <xs:element name="DataPhraseCategoryId" type="xs:int" />
               <xs:element name="CategoryName" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDealer">
            <xs:annotation>
               <xs:documentation>
                  Used to retrieve information relevant to what would be found on a dealer locator or other dealer services.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Address" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDealer2">
            <xs:sequence>
               <xs:element name="StoreHours" type="xs:string" />
               <xs:element name="WebSite" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="AppointmentContact" type="xs:string" />
               <xs:element name="AppointmentPhoneNumber" type="xs:string" />
               <xs:element name="InternetAccess" type="xs:boolean" />
               <xs:element name="YearsInBusiness" type="xs:int" />
               <xs:element name="MobileInstalls" type="xs:boolean" />
               <xs:element name="NumberOfInstallers" type="xs:int" />
               <xs:element name="MECPCertified" type="xs:boolean" />
               <xs:element name="AfterHoursDropOff" type="xs:boolean" />
               <xs:element name="LiabilityInsurance" type="xs:boolean" />
               <xs:element name="HeadUnitCharge" type="xs:double" />
               <xs:element name="PairSpeakersCharge" type="xs:double" />
               <xs:element name="AmplifierCharge" type="xs:double" />
               <xs:element name="SatelliteCharge" type="xs:double" />
               <xs:element name="DistanceFromZip" type="xs:double" />
               <xs:element name="ElevatedStatus" type="xs:boolean" />
               <xs:element name="Brands" type="tns:vtBrandArray" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Address" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDealerLocator">
            <xs:annotation>
               <xs:documentation>
                  Used for retrieving and storing information regarding dealer locators. Such as enabling a company to appear on a certain dealer locator.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="DealerLocatorId" type="xs:int" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Cost" type="xs:double" />
               <xs:element name="Paid" type="xs:string" />
               <xs:element name="ElevatedStatus" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDealerLocator2">
            <xs:sequence>
               <xs:element name="NeedsActivation" type="xs:boolean" />
               <xs:element name="DealerLocatorId" type="xs:int" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Cost" type="xs:double" />
               <xs:element name="Paid" type="xs:string" />
               <xs:element name="ElevatedStatus" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDistributor">
            <xs:sequence>
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDistributorPrice">
            <xs:sequence>
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="ApplicationLevel" type="xs:int" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="NonMemberBillingRate" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument">
            <xs:annotation>
               <xs:documentation>
                  Document structure.  Used to define a document including published state, document and file name.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument2">
            <xs:sequence>
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument3">
            <xs:sequence>
               <xs:element name="Vehicles" type="tns:vtVehicle2Array" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument4">
            <xs:sequence>
               <xs:element name="AppServices" type="tns:vtDocumentAppServiceArray" />
               <xs:element name="Vehicles" type="tns:vtVehicle2Array" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument5">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AppServices" type="tns:vtDocumentAppServiceArray" />
               <xs:element name="Vehicles" type="tns:vtVehicle2Array" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocument6">
            <xs:sequence>
               <xs:element name="VehicleImage" type="xs:boolean" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AppServices" type="tns:vtDocumentAppServiceArray" />
               <xs:element name="Vehicles" type="tns:vtVehicle2Array" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="DocumentID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="DocumentName" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocumentAppService">
            <xs:annotation>
               <xs:documentation>
                  Represents application services that belong on a document. Just a basic struct allowing us to specify an ID and a deleted flag for updating.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="AppServiceId" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocumentCategory">
            <xs:annotation>
               <xs:documentation>
                  Document Category structure.  Used to define a document&apos;s category, including parent category and indication of sub categories.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ParentCategoryID" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtDocumentCategoryArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocumentCategory2">
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasDocuments" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtDocumentCategory2Array" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtDocumentRequest">
            <xs:annotation>
               <xs:documentation>
                  Structure for specifying details to be returned when retrieving documents.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="Vehicles" type="xs:boolean" />
               <xs:element name="AppServices" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtEmail">
            <xs:sequence>
               <xs:element name="FromAddress" type="xs:string" />
               <xs:element name="ToAddress" type="xs:string" />
               <xs:element name="CCAddress" type="xs:string" />
               <xs:element name="BCCAddress" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtEmail2">
            <xs:sequence>
               <xs:element name="HTML" type="xs:boolean" />
               <xs:element name="Attachments" type="tns:vtEmailAttachmentArray" />
               <xs:element name="FromAddress" type="xs:string" />
               <xs:element name="ToAddress" type="xs:string" />
               <xs:element name="CCAddress" type="xs:string" />
               <xs:element name="BCCAddress" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtEmailAttachment">
            <xs:sequence>
               <xs:element name="Content" type="xs:base64Binary" />
               <xs:element name="ContentId" type="xs:string" />
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="Related" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtEmailException">
            <xs:sequence>
               <xs:element name="EmailAddress" type="xs:string" />
               <xs:element name="ExceptionClass" type="xs:string" />
               <xs:element name="Message" type="xs:string" />
               <xs:element name="HelpContext" type="xs:int" />
               <xs:element name="ErrorCode" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtEmployee">
            <xs:sequence>
               <xs:element name="EmployeeId" type="xs:string" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="PhoneNumber" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttribute">
            <xs:sequence>
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttribute2">
            <xs:sequence>
               <xs:element name="Value" type="xs:string" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttribute3">
            <xs:sequence>
               <xs:element name="Divider" type="xs:boolean" />
               <xs:element name="FitGuideAttributeId" type="xs:int" />
               <xs:element name="Value" type="xs:string" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideOptions">
            <xs:sequence>
               <xs:element name="iCompanyId" type="xs:int" />
               <xs:element name="RadioFitInformation" type="xs:boolean" />
               <xs:element name="SpeakerFitInformation" type="xs:boolean" />
               <xs:element name="InstallationAccessories" type="xs:boolean" />
               <xs:element name="DynamicProductFeatures" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideOptions2">
            <xs:sequence>
               <xs:element name="SuppressVehiclesNoProducts" type="xs:boolean" />
               <xs:element name="ProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
               <xs:element name="iCompanyId" type="xs:int" />
               <xs:element name="RadioFitInformation" type="xs:boolean" />
               <xs:element name="SpeakerFitInformation" type="xs:boolean" />
               <xs:element name="InstallationAccessories" type="xs:boolean" />
               <xs:element name="DynamicProductFeatures" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideOptions3">
            <xs:sequence>
               <xs:element name="VehicleExceptionMessage" type="xs:string" />
               <xs:element name="SuppressVehiclesNoProducts" type="xs:boolean" />
               <xs:element name="ProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
               <xs:element name="iCompanyId" type="xs:int" />
               <xs:element name="RadioFitInformation" type="xs:boolean" />
               <xs:element name="SpeakerFitInformation" type="xs:boolean" />
               <xs:element name="InstallationAccessories" type="xs:boolean" />
               <xs:element name="DynamicProductFeatures" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideOptions4">
            <xs:sequence>
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="SpecificallyMatchedProducts" type="xs:boolean" />
               <xs:element name="SizeMatchedProducts" type="xs:boolean" />
               <xs:element name="AttributeMatchedProducts" type="xs:boolean" />
               <xs:element name="VehicleExceptionMessage" type="xs:string" />
               <xs:element name="SuppressVehiclesNoProducts" type="xs:boolean" />
               <xs:element name="ProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
               <xs:element name="iCompanyId" type="xs:int" />
               <xs:element name="RadioFitInformation" type="xs:boolean" />
               <xs:element name="SpeakerFitInformation" type="xs:boolean" />
               <xs:element name="InstallationAccessories" type="xs:boolean" />
               <xs:element name="DynamicProductFeatures" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideOptions5">
            <xs:sequence>
               <xs:element name="LocalAttributeMatchedProducts" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="SpecificallyMatchedProducts" type="xs:boolean" />
               <xs:element name="SizeMatchedProducts" type="xs:boolean" />
               <xs:element name="AttributeMatchedProducts" type="xs:boolean" />
               <xs:element name="VehicleExceptionMessage" type="xs:string" />
               <xs:element name="SuppressVehiclesNoProducts" type="xs:boolean" />
               <xs:element name="ProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
               <xs:element name="iCompanyId" type="xs:int" />
               <xs:element name="RadioFitInformation" type="xs:boolean" />
               <xs:element name="SpeakerFitInformation" type="xs:boolean" />
               <xs:element name="InstallationAccessories" type="xs:boolean" />
               <xs:element name="DynamicProductFeatures" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtFitGuideProductAttribute">
            <xs:sequence>
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtForum">
            <xs:sequence>
               <xs:element name="ForumId" type="xs:int" />
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="Forum" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Locked" type="xs:boolean" />
               <xs:element name="NumTopics" type="xs:int" />
               <xs:element name="NumPosts" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtForumCategory">
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="Forums" type="tns:vtForumArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtForumThread">
            <xs:sequence>
               <xs:element name="ThreadId" type="xs:int" />
               <xs:element name="TopicId" type="xs:int" />
               <xs:element name="AuthorId" type="xs:int" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Author" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
               <xs:element name="ShowSignature" type="xs:boolean" />
               <xs:element name="Signature" type="xs:string" />
               <xs:element name="IPAddress" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtForumThreadChange">
            <xs:sequence>
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
               <xs:element name="ShowSignature" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtForumTopic">
            <xs:sequence>
               <xs:element name="TopicId" type="xs:int" />
               <xs:element name="ForumId" type="xs:int" />
               <xs:element name="Forum" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Author" type="xs:string" />
               <xs:element name="NumViews" type="xs:int" />
               <xs:element name="NumReplies" type="xs:int" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="LastPostDate" type="xs:string" />
               <xs:element name="Locked" type="xs:boolean" />
               <xs:element name="Moved" type="xs:boolean" />
               <xs:element name="PollId" type="xs:int" />
               <xs:element name="Priority" type="xs:int" />
               <xs:element name="Sticky" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHorizontalCategory">
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="Categories" type="tns:vtHorizontalCategoryArray" />
               <xs:element name="Groups" type="tns:vtHorizontalGroupArray" />
               <xs:element name="Caption" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHorizontalCell">
            <xs:sequence>
               <xs:element name="GroupId" type="xs:int" />
               <xs:element name="RowId" type="xs:int" />
               <xs:element name="ColumnId" type="xs:int" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="AttributeTypeId" type="xs:int" />
               <xs:element name="StaticText" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHorizontalColumn">
            <xs:sequence>
               <xs:element name="ColumnId" type="xs:int" />
               <xs:element name="GroupId" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="WidthHint" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHorizontalGroup">
            <xs:sequence>
               <xs:element name="GroupId" type="xs:int" />
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Columns" type="tns:vtHorizontalColumnArray" />
               <xs:element name="Rows" type="tns:vtHorizontalRowArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHorizontalRow">
            <xs:sequence>
               <xs:element name="RowId" type="xs:int" />
               <xs:element name="GroupId" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtHyperLink">
            <xs:annotation>
               <xs:documentation>
                  These are email links set to display on the Retailer Fit Guide.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="HyperlinkId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="LinkMarkup" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtInstallBay">
            <xs:sequence>
               <xs:element name="BayId" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="ImageIndex" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtInstallLabels">
            <xs:sequence>
               <xs:element name="Caption1" type="xs:string" />
               <xs:element name="Caption2" type="xs:string" />
               <xs:element name="Caption3" type="xs:string" />
               <xs:element name="Caption4" type="xs:string" />
               <xs:element name="Caption5" type="xs:string" />
               <xs:element name="Caption6" type="xs:string" />
               <xs:element name="Caption7" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtInstallPartInformation">
            <xs:sequence>
               <xs:element name="PartName" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Link" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtIntegerIntegerArray">
            <xs:sequence>
               <xs:element name="Id" type="xs:int" />
               <xs:element name="Items" type="tns:vtIntegerArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtKeyValue">
            <xs:sequence>
               <xs:element name="Key" type="xs:string" />
               <xs:element name="Value" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLTemplate">
            <xs:sequence>
               <xs:element name="TemplateID" type="xs:int" />
               <xs:element name="TemplateName" type="xs:string" />
               <xs:element name="Locales" type="tns:vtLocaleArray" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Edited" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLeadRequest">
            <xs:sequence>
               <xs:element name="SelectCalls" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLinkedTransaction">
            <xs:sequence>
               <xs:element name="TransactionType" type="tns:vtTransactionType" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLocale">
            <xs:sequence>
               <xs:element name="LocaleId" type="xs:int" />
               <xs:element name="Locale" type="xs:string" />
               <xs:element name="Default" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginInfo">
            <xs:sequence>
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginInfo2">
            <xs:sequence>
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginInfo3">
            <xs:sequence>
               <xs:element name="IPAddress" type="xs:string" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginInfo4">
            <xs:sequence>
               <xs:element name="HTTPReferrer" type="xs:string" />
               <xs:element name="IPAddress" type="xs:string" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginInfo5">
            <xs:sequence>
               <xs:element name="InnerHTTPReferrer" type="xs:string" />
               <xs:element name="HTTPReferrer" type="xs:string" />
               <xs:element name="IPAddress" type="xs:string" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginRequest">
            <xs:sequence>
               <xs:element name="Username" type="xs:string" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="ApplicationVersion" type="xs:string" />
               <xs:element name="ClientAddress" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult10">
            <xs:sequence>
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult11">
            <xs:sequence>
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult12">
            <xs:sequence>
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult13">
            <xs:sequence>
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult14">
            <xs:sequence>
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult15">
            <xs:sequence>
               <xs:element name="SessionId" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="StructureDates" type="tns:vtStructureDates2" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult16">
            <xs:sequence>
               <xs:element name="HomepagePath" type="xs:string" />
               <xs:element name="SessionId" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="StructureDates" type="tns:vtStructureDates2" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult17">
            <xs:sequence>
               <xs:element name="SessionId" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="StructureDates" type="tns:vtStructureDates3" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
               <xs:element name="HomepagePath" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult18">
            <xs:sequence>
               <xs:element name="AuthorizedUse" type="xs:boolean" />
               <xs:element name="SessionId" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="StructureDates" type="tns:vtStructureDates3" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
               <xs:element name="HomepagePath" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult19">
            <xs:sequence>
               <xs:element name="AssocDistributorId" type="xs:string">
                  <xs:annotation>
                     <xs:documentation>
                        This is the distributor ID if the user logging in IS a distributor.
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element name="AuthorizedUse" type="xs:boolean" />
               <xs:element name="SessionId" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="StructureDates" type="tns:vtStructureDates3" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="Services" type="tns:vtAppService2Array" />
               <xs:element name="TopTierApp" type="xs:boolean" />
               <xs:element name="Member" type="xs:boolean" />
               <xs:element name="LastNPDSubmission" type="xs:dateTime" />
               <xs:element name="HomepagePath" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult2">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult3">
            <xs:sequence>
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult4">
            <xs:sequence>
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult5">
            <xs:sequence>
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult6">
            <xs:sequence>
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult7">
            <xs:sequence>
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult8">
            <xs:sequence>
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLoginResult9">
            <xs:sequence>
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="BillingRate" type="xs:double" />
               <xs:element name="AppBillingRate" type="xs:double" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="ForumAuthorId" type="xs:int" />
               <xs:element name="ApplicationBillingRate" type="xs:double" />
               <xs:element name="TotalBillingRate" type="xs:double" />
               <xs:element name="LoginDateTime" type="xs:dateTime" />
               <xs:element name="SerialPrefix" type="xs:string" />
               <xs:element name="MemberLevel" type="xs:int" />
               <xs:element name="TopTierApplication" type="xs:boolean" />
               <xs:element name="Permissions" type="tns:vtStringArray" />
               <xs:element name="ApplicationServices" type="xs:base64Binary" />
               <xs:element name="SchedulingInfo" type="tns:vtSchedulingInfo" />
               <xs:element name="StructureDates" type="tns:vtStructureDates" />
               <xs:element name="VehicleSubscriptionInfo" type="tns:vtVehicleSubscriptionInfo" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtLogoutInfo">
            <xs:sequence>
               <xs:element name="SessionID" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanSynch" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="MERALevel" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtNews">
            <xs:sequence>
               <xs:element name="NewsId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
               <xs:element name="WebURL" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtOpeningInformation">
            <xs:sequence>
               <xs:element name="OpeningName" type="xs:string" />
               <xs:element name="Size" type="xs:string" />
               <xs:element name="Depth" type="xs:double" />
               <xs:element name="Link" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtOrderedPair">
            <xs:sequence>
               <xs:element name="Id" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPaypalInfo">
            <xs:sequence>
               <xs:element name="TransactionId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="RecieverEmail" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Address" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="ZIP" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPaypalInfo2">
            <xs:sequence>
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="TransactionId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="RecieverEmail" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Address" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="ZIP" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPaypalInfo3">
            <xs:sequence>
               <xs:element name="PurchaseLink" type="xs:string" />
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="TransactionId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="RecieverEmail" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="Contact" type="xs:string" />
               <xs:element name="Address" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="ZIP" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPendingAttributeValue">
            <xs:annotation>
               <xs:documentation>
                  Struct introduced for allowing non-admin users to elect certain changes for an attribute value that will go into a table of pending changes so web admin users can accept or deny them.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="PendingId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="AttributeCaption" type="xs:string" />
               <xs:element name="AttributeValue" type="xs:string" />
               <xs:element name="Accepted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPendingAttributeValue2">
            <xs:sequence>
               <xs:element name="CurrentValue" type="xs:string" />
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="Deny" type="xs:boolean" />
               <xs:element name="PendingId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="AttributeCaption" type="xs:string" />
               <xs:element name="AttributeValue" type="xs:string" />
               <xs:element name="Accepted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtPressRelease">
            <xs:sequence>
               <xs:element name="PressReleaseId" type="xs:string" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Body" type="xs:string" />
               <xs:element name="Signature" type="xs:string" />
               <xs:element name="WebUrl" type="xs:string" />
               <xs:element name="ImageUrl" type="xs:string" />
               <xs:element name="ReleaseDate" type="xs:dateTime" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Product Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct10">
            <xs:sequence>
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct11">
            <xs:sequence>
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct12">
            <xs:sequence>
               <xs:element name="ProductFeatures" type="tns:vtProductFeatureArray" />
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct13">
            <xs:sequence>
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="ProductFeatures" type="tns:vtProductFeatureArray" />
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct14">
            <xs:sequence>
               <xs:element name="ListPrice" type="xs:double" />
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="ProductFeatures" type="tns:vtProductFeatureArray" />
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct15">
            <xs:sequence>
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="AvailableInStore" type="xs:boolean" />
               <xs:element name="AvailableOnline" type="xs:boolean" />
               <xs:element name="ProductAttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="ListPrice" type="xs:double" />
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="ProductFeatures" type="tns:vtProductFeatureArray" />
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct16">
            <xs:sequence>
               <xs:element name="RequiredAccessory" type="xs:boolean" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="AvailableInStore" type="xs:boolean" />
               <xs:element name="AvailableOnline" type="xs:boolean" />
               <xs:element name="ProductAttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="ListPrice" type="xs:double" />
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="ProductFeatures" type="tns:vtProductFeatureArray" />
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="OnLanding" type="xs:boolean" />
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct2">
            <xs:sequence>
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct3">
            <xs:sequence>
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct4">
            <xs:sequence>
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct5">
            <xs:sequence>
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct6">
            <xs:sequence>
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct7">
            <xs:sequence>
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct8">
            <xs:sequence>
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProduct9">
            <xs:sequence>
               <xs:element name="MSRPPrice" type="xs:double" />
               <xs:element name="MAPPrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="OrderForms" type="xs:boolean" />
               <xs:element name="AttributeValues" type="tns:vtProductAttributeValueArray" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="Specs" type="tns:vtProductSpecArray" />
               <xs:element name="LargeDescription" type="xs:string" />
               <xs:element name="StartYear" type="xs:string" />
               <xs:element name="EndYear" type="xs:string" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="CategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DeletedCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="Sizes" type="tns:vtProductSizeArray" />
               <xs:element name="VehicleGuides" type="xs:boolean" />
               <xs:element name="FitGuides" type="xs:boolean" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductAccessory">
            <xs:sequence />
         </xs:complexType>
         <xs:complexType name="vtProductAttributeValue">
            <xs:sequence>
               <xs:element name="AttributeId" type="xs:int" />
               <xs:element name="AttributeValue" type="xs:string" />
               <xs:element name="AnyValue" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductCategory">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Product Category Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ParentCategoryID" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtProductCategoryArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductCategory2">
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasProducts" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtProductCategory2Array" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductCategory3">
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="FlattenedName" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasProducts" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtProductCategory3Array" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductCategory4">
            <xs:annotation>
               <xs:documentation>
                  Used for category suppression client side if universal products are ignored.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="CategoryId" type="xs:int" />
               <xs:element name="ParentCategoryId" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="FlattenedName" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="HasProducts" type="xs:boolean" />
               <xs:element name="HasNonUniversalProducts" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtProductCategory4Array" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductDump">
            <xs:sequence>
               <xs:element name="ProductDumpId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="ProductId" type="xs:string" />
               <xs:element name="Brand" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Height" type="xs:string" />
               <xs:element name="ListPrice" type="xs:string" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="ImageURL" type="xs:string" />
               <xs:element name="IgnoreState" type="tns:vtDumpIgnoreState" />
               <xs:element name="IsMatched" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductDump2">
            <xs:sequence>
               <xs:element name="AvailableOnline" type="xs:boolean" />
               <xs:element name="AvailableInStore" type="xs:boolean" />
               <xs:element name="SpecialOrder" type="xs:boolean" />
               <xs:element name="SpecialPrice" type="xs:double" />
               <xs:element name="StorePrice" type="xs:double" />
               <xs:element name="OnlinePrice" type="xs:double" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="ProductDumpId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="ProductId" type="xs:string" />
               <xs:element name="Brand" type="xs:string" />
               <xs:element name="SKU" type="xs:string" />
               <xs:element name="UPC" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Height" type="xs:string" />
               <xs:element name="ListPrice" type="xs:string" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="ImageURL" type="xs:string" />
               <xs:element name="IgnoreState" type="tns:vtDumpIgnoreState" />
               <xs:element name="IsMatched" type="xs:boolean" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductDumpCompany">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductFeature">
            <xs:sequence>
               <xs:element name="ProductFeatureId" type="xs:int" />
               <xs:element name="ProductFeature" type="xs:string" />
               <xs:element name="value" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductManufacturer">
            <xs:annotation>
               <xs:documentation>
                  Victory Technologies Product Manufacturer Structure
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="Website" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductManufacturer2">
            <xs:sequence>
               <xs:element name="FitGuide" type="xs:boolean" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="Website" type="xs:string" />
               <xs:element name="Address1" type="xs:string" />
               <xs:element name="Address2" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="Region" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="PostalCode" type="xs:string" />
               <xs:element name="Phone" type="xs:string" />
               <xs:element name="Fax" type="xs:string" />
               <xs:element name="Email" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductSize">
            <xs:sequence>
               <xs:element name="SizeType" type="xs:string" />
               <xs:element name="Size" type="xs:string" />
               <xs:element name="Depth" type="xs:double" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductSpec">
            <xs:sequence>
               <xs:element name="ProductSpecId" type="xs:int" />
               <xs:element name="ProductSpec" type="xs:string" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="Deleted" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtProductWire">
            <xs:sequence>
               <xs:element name="ProductWireId" type="xs:int" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="AttributeGroupId" type="xs:int" />
               <xs:element name="Order" type="xs:int" />
               <xs:element name="AttributeCategoryId" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtQBProductUpc">
            <xs:sequence>
               <xs:element name="ProductId" type="xs:string" />
               <xs:element name="UPC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRequestCompanies">
            <xs:sequence>
               <xs:element name="SelectUsers" type="xs:boolean" />
               <xs:element name="SelectCalls" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRequestCompanies2">
            <xs:sequence>
               <xs:element name="SelectLocales" type="xs:boolean" />
               <xs:element name="SelectAppServices" type="xs:boolean" />
               <xs:element name="SelectDealerLocators" type="xs:boolean" />
               <xs:element name="SelectUsers" type="xs:boolean" />
               <xs:element name="SelectCalls" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRequestCompanies3">
            <xs:sequence>
               <xs:element name="ApplicationIds" type="tns:vtStringArray" />
               <xs:element name="SelectLocales" type="xs:boolean" />
               <xs:element name="SelectAppServices" type="xs:boolean" />
               <xs:element name="SelectDealerLocators" type="xs:boolean" />
               <xs:element name="SelectUsers" type="xs:boolean" />
               <xs:element name="SelectCalls" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRequestCompany">
            <xs:sequence>
               <xs:element name="SelectUsers" type="xs:boolean" />
               <xs:element name="SelectLocales" type="xs:boolean" />
               <xs:element name="SelectAppServices" type="xs:boolean" />
               <xs:element name="SelectDealerLocators" type="xs:boolean" />
               <xs:element name="SelectCalls" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleRequest">
            <xs:sequence>
               <xs:element name="RetailerId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleRequest2">
            <xs:sequence>
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="InstallParts" type="xs:boolean" />
               <xs:element name="RetailerId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleRequest3">
            <xs:sequence>
               <xs:element name="ProductCategoryId" type="xs:int">
                  <xs:annotation>
                     <xs:documentation>
                        This is the requested product category id that will be passed for when the
retailer guide is showing products per category. This is currently used
for the vehicle exception handling to check if for this category and vehicle
it should show the exception message or not.
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="InstallParts" type="xs:boolean" />
               <xs:element name="RetailerId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleRequest4">
            <xs:sequence>
               <xs:element name="ProductAttributes" type="xs:boolean" />
               <xs:element name="ProductCategoryId" type="xs:int">
                  <xs:annotation>
                     <xs:documentation>
                        This is the requested product category id that will be passed for when the
retailer guide is showing products per category. This is currently used
for the vehicle exception handling to check if for this category and vehicle
it should show the exception message or not.
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element name="CustomCategory" type="xs:string" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="InstallParts" type="xs:boolean" />
               <xs:element name="RetailerId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse2">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct8Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse3">
            <xs:sequence>
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttributeArray" />
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct8Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse4">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct8Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse5">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct10Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
               <xs:element name="ShowProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse6">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct11Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
               <xs:element name="ShowProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse7">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct12Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
               <xs:element name="ShowProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse8">
            <xs:sequence>
               <xs:element name="VehicleExceptionMessage" type="xs:string" />
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct12Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
               <xs:element name="ShowProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtRetailerVehicleResponse9">
            <xs:sequence>
               <xs:element name="VehicleName" type="xs:string" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
               <xs:element name="Products" type="tns:vtProduct15Array" />
               <xs:element name="ImageInformation" type="tns:vtKeyValueArray" />
               <xs:element name="RadioInformation" type="tns:vtOpeningInformation" />
               <xs:element name="SpeakerInformation" type="tns:vtOpeningInformationArray" />
               <xs:element name="InstallPartInformation" type="tns:vtInstallPartInformationArray" />
               <xs:element name="ShowRadioFit" type="xs:boolean" />
               <xs:element name="ShowSpeakerFit" type="xs:boolean" />
               <xs:element name="ShowInstallAccessories" type="xs:boolean" />
               <xs:element name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
               <xs:element name="ShowProductFitMessages" type="xs:boolean" />
               <xs:element name="ProductFitsMessage" type="xs:string" />
               <xs:element name="NoProductFitsMessage" type="xs:string" />
               <xs:element name="VehicleExceptionMessage" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall">
            <xs:sequence>
               <xs:element name="InstallId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Bays" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="LabelColor" type="xs:int" />
               <xs:element name="StartTime" type="xs:dateTime" />
               <xs:element name="EndTime" type="xs:dateTime" />
               <xs:element name="AllDayEvent" type="xs:boolean" />
               <xs:element name="Reminder" type="xs:boolean" />
               <xs:element name="ReminderTime" type="xs:int" />
               <xs:element name="State" type="xs:int" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="WorkOrderId" type="xs:string" />
               <xs:element name="CustomerId" type="xs:string" />
               <xs:element name="ScheduledVehicle" type="tns:vtScheduledVehicle" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall2">
            <xs:sequence>
               <xs:element name="InstallId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Bays" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="LabelColor" type="xs:int" />
               <xs:element name="StartTime" type="xs:dateTime" />
               <xs:element name="EndTime" type="xs:dateTime" />
               <xs:element name="AllDayEvent" type="xs:boolean" />
               <xs:element name="Reminder" type="xs:boolean" />
               <xs:element name="ReminderTime" type="xs:int" />
               <xs:element name="State" type="xs:int" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="WorkOrderId" type="xs:string" />
               <xs:element name="CustomerId" type="xs:string" />
               <xs:element name="ScheduledVehicle" type="tns:vtScheduledVehicle2" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall3">
            <xs:sequence>
               <xs:element name="LinkedTransactions" type="tns:vtLinkedTransactionArray" />
               <xs:element name="InstallId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Bays" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="LabelColor" type="xs:int" />
               <xs:element name="StartTime" type="xs:dateTime" />
               <xs:element name="EndTime" type="xs:dateTime" />
               <xs:element name="AllDayEvent" type="xs:boolean" />
               <xs:element name="Reminder" type="xs:boolean" />
               <xs:element name="ReminderTime" type="xs:int" />
               <xs:element name="State" type="xs:int" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="WorkOrderId" type="xs:string" />
               <xs:element name="CustomerId" type="xs:string" />
               <xs:element name="ScheduledVehicle" type="tns:vtScheduledVehicle2" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall4">
            <xs:annotation>
               <xs:documentation>
                  Add support for stock number and RO number on scheduled installs.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="StockNumber" type="xs:string" />
               <xs:element name="RONumber" type="xs:string" />
               <xs:element name="LinkedTransactions" type="tns:vtLinkedTransactionArray" />
               <xs:element name="InstallId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Bays" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="LabelColor" type="xs:int" />
               <xs:element name="StartTime" type="xs:dateTime" />
               <xs:element name="EndTime" type="xs:dateTime" />
               <xs:element name="AllDayEvent" type="xs:boolean" />
               <xs:element name="Reminder" type="xs:boolean" />
               <xs:element name="ReminderTime" type="xs:int" />
               <xs:element name="State" type="xs:int" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="WorkOrderId" type="xs:string" />
               <xs:element name="CustomerId" type="xs:string" />
               <xs:element name="ScheduledVehicle" type="tns:vtScheduledVehicle2" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall5">
            <xs:sequence>
               <xs:element name="InstallId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Bays" type="xs:string" />
               <xs:element name="Subject" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="LabelColor" type="xs:int" />
               <xs:element name="StartTime" type="xs:dateTime" />
               <xs:element name="EndTime" type="xs:dateTime" />
               <xs:element name="AllDayEvent" type="xs:boolean" />
               <xs:element name="Reminder" type="xs:boolean" />
               <xs:element name="ReminderTime" type="xs:int" />
               <xs:element name="State" type="xs:int" />
               <xs:element name="Notes" type="xs:string" />
               <xs:element name="WorkOrderId" type="xs:string" />
               <xs:element name="CustomerId" type="xs:string" />
               <xs:element name="ScheduledVehicle" type="tns:vtScheduledVehicle3" />
               <xs:element name="Installers" type="tns:vtEmployeeArray" />
               <xs:element name="LinkedTransactions" type="tns:vtLinkedTransactionArray" />
               <xs:element name="RONumber" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledVehicle">
            <xs:sequence>
               <xs:element name="Make" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="Color" type="xs:string" />
               <xs:element name="VINNumber" type="xs:string" />
               <xs:element name="Odometer" type="xs:string" />
               <xs:element name="License" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledVehicle2">
            <xs:sequence>
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="Make" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="Color" type="xs:string" />
               <xs:element name="VINNumber" type="xs:string" />
               <xs:element name="Odometer" type="xs:string" />
               <xs:element name="License" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtScheduledVehicle3">
            <xs:sequence>
               <xs:element name="StockNumber" type="xs:string" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="Make" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="Color" type="xs:string" />
               <xs:element name="VINNumber" type="xs:string" />
               <xs:element name="Odometer" type="xs:string" />
               <xs:element name="License" type="xs:string" />
               <xs:element name="Notes" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSchedulingInfo">
            <xs:sequence>
               <xs:element name="SchedulingEnabled" type="xs:boolean" />
               <xs:element name="SchedulingSetup" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSchedulingOptions">
            <xs:sequence>
               <xs:element name="StartOfWeek" type="tns:vtStartOfWeek" />
               <xs:element name="WorkDayStart" type="xs:dateTime" />
               <xs:element name="WorkDayEnd" type="xs:dateTime" />
               <xs:element name="WorkDays" type="tns:vtWorkDays" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSchedulingOptions2">
            <xs:sequence>
               <xs:element name="InvoicePaidWorkOrders" type="xs:boolean" />
               <xs:element name="StartOfWeek" type="tns:vtStartOfWeek" />
               <xs:element name="WorkDayStart" type="xs:dateTime" />
               <xs:element name="WorkDayEnd" type="xs:dateTime" />
               <xs:element name="WorkDays" type="tns:vtWorkDays" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSchedulingOptions3">
            <xs:sequence>
               <xs:element name="InstallLabels" type="tns:vtInstallLabels" />
               <xs:element name="ShowTimeAs" type="tns:vtShowTimeAs" />
               <xs:element name="InvoicePaidWorkOrders" type="xs:boolean" />
               <xs:element name="StartOfWeek" type="tns:vtStartOfWeek" />
               <xs:element name="WorkDayStart" type="xs:dateTime" />
               <xs:element name="WorkDayEnd" type="xs:dateTime" />
               <xs:element name="WorkDays" type="tns:vtWorkDays" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSearchAttribute">
            <xs:sequence>
               <xs:element name="AttributeID" type="xs:int" />
               <xs:element name="ParentGroupID" type="xs:int" />
               <xs:element name="AttributeTypeID" type="xs:int" />
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Value" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Tag" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSearchCategory">
            <xs:sequence>
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ParentCategoryID" type="xs:int" />
               <xs:element name="Category" type="xs:string" />
               <xs:element name="HasCategories" type="xs:boolean" />
               <xs:element name="Categories" type="tns:vtSearchCategoryArray" />
               <xs:element name="Groups" type="tns:vtSearchGroupArray" />
               <xs:element name="Attributes" type="tns:vtSearchAttributeArray" />
               <xs:element name="Populated" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSearchGroup">
            <xs:sequence>
               <xs:element name="GroupID" type="xs:int" />
               <xs:element name="ParentCategoryID" type="xs:int" />
               <xs:element name="ParentGroupID" type="xs:int" />
               <xs:element name="Group" type="xs:string" />
               <xs:element name="HasGroups" type="xs:boolean" />
               <xs:element name="Groups" type="tns:vtSearchGroupArray" />
               <xs:element name="Attributes" type="tns:vtSearchAttributeArray" />
               <xs:element name="Populated" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtShowTimeAs">
            <xs:sequence>
               <xs:element name="Caption1" type="xs:string" />
               <xs:element name="Caption2" type="xs:string" />
               <xs:element name="Caption3" type="xs:string" />
               <xs:element name="Caption4" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSizeType">
            <xs:sequence>
               <xs:element name="SizeType" type="xs:string" />
               <xs:element name="Values" type="tns:vtStringArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStatistic">
            <xs:sequence>
               <xs:element name="Caption" type="xs:string" />
               <xs:element name="Count" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSteeringSide">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureDates">
            <xs:sequence>
               <xs:element name="Attributes" type="xs:dateTime" />
               <xs:element name="Documents" type="xs:dateTime" />
               <xs:element name="Products" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureDates2">
            <xs:sequence>
               <xs:element name="CommonInstalls" type="xs:dateTime" />
               <xs:element name="Attributes" type="xs:dateTime" />
               <xs:element name="Documents" type="xs:dateTime" />
               <xs:element name="Products" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureDates3">
            <xs:sequence>
               <xs:element name="HorizontalStructure" type="xs:dateTime" />
               <xs:element name="CommonInstalls" type="xs:dateTime" />
               <xs:element name="Attributes" type="xs:dateTime" />
               <xs:element name="Documents" type="xs:dateTime" />
               <xs:element name="Products" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureRequest">
            <xs:sequence>
               <xs:element name="AttributeCategories" type="xs:boolean" />
               <xs:element name="AttributeGroups" type="xs:boolean" />
               <xs:element name="Attributes" type="xs:boolean" />
               <xs:element name="AttributeTypes" type="xs:boolean" />
               <xs:element name="DocumentCategories" type="xs:boolean" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureRequest2">
            <xs:sequence>
               <xs:element name="ProductCategoryManufacturers" type="xs:boolean" />
               <xs:element name="AttributeCategories" type="xs:boolean" />
               <xs:element name="AttributeGroups" type="xs:boolean" />
               <xs:element name="Attributes" type="xs:boolean" />
               <xs:element name="AttributeTypes" type="xs:boolean" />
               <xs:element name="DocumentCategories" type="xs:boolean" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureRequest3">
            <xs:sequence>
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="xs:boolean" />
               <xs:element name="ProductCategoryManufacturers" type="xs:boolean" />
               <xs:element name="AttributeCategories" type="xs:boolean" />
               <xs:element name="AttributeGroups" type="xs:boolean" />
               <xs:element name="Attributes" type="xs:boolean" />
               <xs:element name="AttributeTypes" type="xs:boolean" />
               <xs:element name="DocumentCategories" type="xs:boolean" />
               <xs:element name="ProductCategories" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureResult">
            <xs:sequence>
               <xs:element name="AttributeCategories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="AttributeTypes" type="tns:vtAttributeTypeArray" />
               <xs:element name="DocumentCategories" type="tns:vtDocumentCategory2Array" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureResult2">
            <xs:sequence>
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="AttributeCategories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="AttributeTypes" type="tns:vtAttributeTypeArray" />
               <xs:element name="DocumentCategories" type="tns:vtDocumentCategory2Array" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory2Array" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureResult3">
            <xs:sequence>
               <xs:element name="AttributeCategories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="AttributeTypes" type="tns:vtAttributeTypeArray" />
               <xs:element name="DocumentCategories" type="tns:vtDocumentCategory2Array" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory4Array" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtStructureResult4">
            <xs:sequence>
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="AttributeCategories" type="tns:vtAttributeCategoryArray" />
               <xs:element name="AttributeTypes" type="tns:vtAttributeTypeArray" />
               <xs:element name="DocumentCategories" type="tns:vtDocumentCategory2Array" />
               <xs:element name="ProductCategories" type="tns:vtProductCategory4Array" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtSubscriptionInfo">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="TransactionId" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="TotalPaid" type="xs:double" />
               <xs:element name="ReceiverEmail" type="xs:string" />
               <xs:element name="PayerEmail" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTask">
            <xs:sequence>
               <xs:element name="TaskId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="CreatedById" type="xs:int" />
               <xs:element name="CreatedBy" type="xs:string" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Priority" type="xs:string" />
               <xs:element name="Nature" type="xs:string" />
               <xs:element name="Status" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="CompletionDate" type="xs:dateTime" />
               <xs:element name="AssignedToId" type="xs:int" />
               <xs:element name="AssignedTo" type="xs:string" />
               <xs:element name="SubmittedDate" type="xs:dateTime" />
               <xs:element name="ApprovedById" type="xs:int" />
               <xs:element name="ApprovedBy" type="xs:string" />
               <xs:element name="ApprovedDate" type="xs:dateTime" />
               <xs:element name="ClosedDate" type="xs:dateTime" />
               <xs:element name="Comments" type="tns:vtTaskCommentArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTask2">
            <xs:sequence>
               <xs:element name="Application" type="xs:string" />
               <xs:element name="SubmittedVersion" type="xs:string" />
               <xs:element name="CompletedVersion" type="xs:string" />
               <xs:element name="TaskId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="CreatedById" type="xs:int" />
               <xs:element name="CreatedBy" type="xs:string" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Priority" type="xs:string" />
               <xs:element name="Nature" type="xs:string" />
               <xs:element name="Status" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="CompletionDate" type="xs:dateTime" />
               <xs:element name="AssignedToId" type="xs:int" />
               <xs:element name="AssignedTo" type="xs:string" />
               <xs:element name="SubmittedDate" type="xs:dateTime" />
               <xs:element name="ApprovedById" type="xs:int" />
               <xs:element name="ApprovedBy" type="xs:string" />
               <xs:element name="ApprovedDate" type="xs:dateTime" />
               <xs:element name="ClosedDate" type="xs:dateTime" />
               <xs:element name="Comments" type="tns:vtTaskCommentArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTask3">
            <xs:annotation>
               <xs:documentation>
                  This struct introduces the EmailCompany boolean field. Used to specify whether or not you want to email the company about changes to a task.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="EmailCompany" type="xs:boolean" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="SubmittedVersion" type="xs:string" />
               <xs:element name="CompletedVersion" type="xs:string" />
               <xs:element name="TaskId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="Company" type="xs:string" />
               <xs:element name="CreatedById" type="xs:int" />
               <xs:element name="CreatedBy" type="xs:string" />
               <xs:element name="Title" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Priority" type="xs:string" />
               <xs:element name="Nature" type="xs:string" />
               <xs:element name="Status" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
               <xs:element name="CompletionDate" type="xs:dateTime" />
               <xs:element name="AssignedToId" type="xs:int" />
               <xs:element name="AssignedTo" type="xs:string" />
               <xs:element name="SubmittedDate" type="xs:dateTime" />
               <xs:element name="ApprovedById" type="xs:int" />
               <xs:element name="ApprovedBy" type="xs:string" />
               <xs:element name="ApprovedDate" type="xs:dateTime" />
               <xs:element name="ClosedDate" type="xs:dateTime" />
               <xs:element name="Comments" type="tns:vtTaskCommentArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTaskComment">
            <xs:sequence>
               <xs:element name="CommentId" type="xs:int" />
               <xs:element name="TaskId" type="xs:int" />
               <xs:element name="UserId" type="xs:int" />
               <xs:element name="User" type="xs:string" />
               <xs:element name="Comment" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTransaction">
            <xs:sequence>
               <xs:element name="OrderTransactionId" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="ApplicationKeys" type="tns:vtStringArray" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTransaction2">
            <xs:sequence>
               <xs:element name="Action" type="xs:string" />
               <xs:element name="OrderTransactionId" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="ApplicationKeys" type="tns:vtStringArray" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTransaction3">
            <xs:annotation>
               <xs:documentation>
                  Introduces applicationId field since moving this functionality into vttechnician service from appreg.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Action" type="xs:string" />
               <xs:element name="OrderTransactionId" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="ApplicationKeys" type="tns:vtStringArray" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTransaction4">
            <xs:sequence>
               <xs:element name="BillingPeriod" type="tns:vtBillingPeriod" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Action" type="xs:string" />
               <xs:element name="OrderTransactionId" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="ApplicationKeys" type="tns:vtStringArray" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtTransaction5">
            <xs:sequence>
               <xs:element name="DistributorId" type="xs:string" />
               <xs:element name="Distributor" type="xs:string" />
               <xs:element name="BillingPeriod" type="tns:vtBillingPeriod" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Action" type="xs:string" />
               <xs:element name="OrderTransactionId" type="xs:string" />
               <xs:element name="SenderEmail" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="Referral" type="xs:string" />
               <xs:element name="Quantity" type="xs:int" />
               <xs:element name="Price" type="xs:double" />
               <xs:element name="ApplicationKeys" type="tns:vtStringArray" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="TransactionId" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUpdatesRequest">
            <xs:sequence>
               <xs:element name="ApplicationId" type="xs:string" />
               <xs:element name="Version" type="tns:vtVersion" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUpdatesResponse">
            <xs:sequence>
               <xs:element name="Version" type="tns:vtVersion" />
               <xs:element name="WhatsNew" type="xs:string" />
               <xs:element name="DownloadUrl" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser">
            <xs:sequence>
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser2">
            <xs:sequence>
               <xs:element name="Applications" type="tns:vtUserApplicationArray" />
               <xs:element name="Edited" type="xs:boolean" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser3">
            <xs:sequence>
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="Applications" type="tns:vtUserApplicationArray" />
               <xs:element name="Edited" type="xs:boolean" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser4">
            <xs:sequence>
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="Applications" type="tns:vtUserApplicationArray" />
               <xs:element name="Edited" type="xs:boolean" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser5">
            <xs:sequence>
               <xs:element name="UserEmail" type="xs:string" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="Applications" type="tns:vtUserApplicationArray" />
               <xs:element name="Edited" type="xs:boolean" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUser6">
            <xs:sequence>
               <xs:element name="CanWebAdmin" type="xs:boolean" />
               <xs:element name="DefaultWebUser" type="xs:boolean" />
               <xs:element name="UserEmail" type="xs:string" />
               <xs:element name="CanCall" type="xs:boolean" />
               <xs:element name="CanTask" type="xs:boolean" />
               <xs:element name="Applications" type="tns:vtUserApplicationArray" />
               <xs:element name="Edited" type="xs:boolean" />
               <xs:element name="CompanyID" type="xs:int" />
               <xs:element name="Password" type="xs:string" />
               <xs:element name="CanAdmin" type="xs:boolean" />
               <xs:element name="CanSelect" type="xs:boolean" />
               <xs:element name="CanEdit" type="xs:boolean" />
               <xs:element name="CanLocal" type="xs:boolean" />
               <xs:element name="Active" type="xs:boolean" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUserApplication">
            <xs:sequence>
               <xs:element name="UserApplicationID" type="xs:int" />
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="ApplicationID" type="xs:string" />
               <xs:element name="Application" type="xs:string" />
               <xs:element name="NumLoginsAllowed" type="xs:int" />
               <xs:element name="CurrentNumLogins" type="xs:int" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="Edited" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtUserBrowse">
            <xs:sequence>
               <xs:element name="UserID" type="xs:int" />
               <xs:element name="Username" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicle">
            <xs:annotation>
               <xs:documentation>
                   Vehicle structure.  Used to define a vehicle as defined by the unique combination of make, model, year, body type, and trim.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="Make" type="tns:vtVehicleMake" />
               <xs:element name="Model" type="tns:vtVehicleModel" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="VideoBodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicle2">
            <xs:sequence>
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="Make" type="tns:vtVehicleMake" />
               <xs:element name="Model" type="tns:vtVehicleModel" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="VideoBodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicle3">
            <xs:sequence>
               <xs:element name="DefaultTrimLevel" type="xs:boolean" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="Make" type="tns:vtVehicleMake" />
               <xs:element name="Model" type="tns:vtVehicleModel" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="Deleted" type="xs:boolean" />
               <xs:element name="VideoBodyType" type="tns:vtVehicleBodyType" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBodyType">
            <xs:annotation>
               <xs:documentation>
                  Vehicle Body Type structure.  Used to define a vehicle&apos;s body type.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="BodyTypeID" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse">
            <xs:annotation>
               <xs:documentation>
                  Vehicle browse structure.  Used to define a browse _view_ of a particular vehicle make.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse2">
            <xs:sequence>
               <xs:element name="ModelId" type="xs:int" />
               <xs:element name="BodyTypeId" type="xs:int" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse3">
            <xs:sequence>
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="ModelId" type="xs:int" />
               <xs:element name="BodyTypeId" type="xs:int" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse4">
            <xs:sequence>
               <xs:element name="Make" type="xs:string" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="ModelId" type="xs:int" />
               <xs:element name="BodyTypeId" type="xs:int" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse5">
            <xs:sequence>
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="Make" type="xs:string" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="ModelId" type="xs:int" />
               <xs:element name="BodyTypeId" type="xs:int" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="UpdateDate" type="xs:string" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleDescriptor">
            <xs:annotation>
               <xs:documentation>
                  Used when adding new vehicles to the service when only the textual descriptions of the vehicle are provided (import).  VehicleId is just for returning the newly created vehicle&apos;s Id.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="Make" type="xs:string" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="VideoType" type="xs:string" />
               <xs:element name="Publish" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleImportDescriptor">
            <xs:sequence>
               <xs:element name="Vehicle" type="tns:vtVehicleDescriptor" />
               <xs:element name="Values" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleImportResult">
            <xs:sequence>
               <xs:element name="AddedVehicles" type="tns:vtVehicleDescriptorArray" />
               <xs:element name="ExistingVehicles" type="tns:vtVehicleDescriptorArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfo">
            <xs:annotation>
               <xs:documentation>
                  Structure used to return data to the client when the client requests vehicle information and data for a specific make.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="MakeID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="ValueList" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfo2">
            <xs:sequence>
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="MakeID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="ValueList" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfo3">
            <xs:annotation>
               <xs:documentation>
                  For exporting vehicle information and values, including mobile video body type.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="VideoBodyType" type="xs:string" />
               <xs:element name="RightHandDrive" type="xs:boolean" />
               <xs:element name="VehicleID" type="xs:int" />
               <xs:element name="MakeID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="Year" type="xs:int" />
               <xs:element name="BodyType" type="xs:string" />
               <xs:element name="Trim" type="xs:string" />
               <xs:element name="ValueList" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleMake">
            <xs:annotation>
               <xs:documentation>
                  Vehicle Make structure.  Used to define a vehicle&apos;s make, indicating whether the given make has vehicles.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="MakeID" type="xs:int" />
               <xs:element name="Make" type="xs:string" />
               <xs:element name="HasVehicles" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleModel">
            <xs:annotation>
               <xs:documentation>
                  Vehicle Model structure.  Used to define a vehicle&apos;s model, indicating whether the given model has vehicles.
               </xs:documentation>
            </xs:annotation>
            <xs:sequence>
               <xs:element name="ModelID" type="xs:int" />
               <xs:element name="Model" type="xs:string" />
               <xs:element name="HasVehicles" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleProduct">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ProductId" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroup">
            <xs:sequence>
               <xs:element name="AttributeGroupID" type="xs:int" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroup2">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeGroupID" type="xs:int" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroup3">
            <xs:sequence>
               <xs:element name="AttributeGroupId" type="xs:int" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="ApplicationNotes" type="xs:string" />
               <xs:element name="AttributeGroups" type="tns:vtIntegerArray" />
               <xs:element name="Link" type="xs:string" />
               <xs:element name="Image" type="xs:string" />
               <xs:element name="Instructions" type="xs:string" />
               <xs:element name="Universal" type="xs:boolean" />
               <xs:element name="ProductID" type="xs:int" />
               <xs:element name="CategoryID" type="xs:int" />
               <xs:element name="ManufacturerID" type="xs:int" />
               <xs:element name="Manufacturer" type="xs:string" />
               <xs:element name="PartNumber" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="CreateDate" type="xs:string" />
               <xs:element name="Updatedate" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest2">
            <xs:sequence>
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest3">
            <xs:sequence>
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest4">
            <xs:sequence>
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest5">
            <xs:sequence>
               <xs:element name="DocumentVehicles" type="xs:boolean" />
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest6">
            <xs:sequence>
               <xs:element name="OtherCompaniesValues" type="xs:boolean" />
               <xs:element name="DocumentVehicles" type="xs:boolean" />
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest7">
            <xs:sequence>
               <xs:element name="ProductCategoryManufacturers" type="xs:boolean" />
               <xs:element name="OtherCompaniesValues" type="xs:boolean" />
               <xs:element name="DocumentVehicles" type="xs:boolean" />
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest8">
            <xs:sequence>
               <xs:element name="DocumentAppServices" type="xs:boolean" />
               <xs:element name="ProductCategoryManufacturers" type="xs:boolean" />
               <xs:element name="OtherCompaniesValues" type="xs:boolean" />
               <xs:element name="DocumentVehicles" type="xs:boolean" />
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleRequest9">
            <xs:sequence>
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="xs:boolean" />
               <xs:element name="DocumentAppServices" type="xs:boolean" />
               <xs:element name="ProductCategoryManufacturers" type="xs:boolean" />
               <xs:element name="OtherCompaniesValues" type="xs:boolean" />
               <xs:element name="DocumentVehicles" type="xs:boolean" />
               <xs:element name="AllAttributes" type="xs:boolean" />
               <xs:element name="SizedProducts" type="xs:boolean" />
               <xs:element name="ForumTopics" type="xs:boolean" />
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="xs:boolean" />
               <xs:element name="LocalValues" type="xs:boolean" />
               <xs:element name="AttributeIds" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="xs:boolean" />
               <xs:element name="Products" type="xs:boolean" />
               <xs:element name="UniversalProducts" type="xs:boolean" />
               <xs:element name="ProductCategoryIds" type="xs:boolean" />
               <xs:element name="DocumentCategoryIds" type="xs:boolean" />
               <xs:element name="AttributeCategoryIds" type="xs:boolean" />
               <xs:element name="VehicleDetails" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocumentArray" />
               <xs:element name="Products" type="tns:vtProduct3Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult10">
            <xs:sequence>
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument4Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult11">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument4Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle3" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult12">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument6Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle3" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult2">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocumentArray" />
               <xs:element name="Products" type="tns:vtProduct4Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult3">
            <xs:sequence>
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocumentArray" />
               <xs:element name="Products" type="tns:vtProduct4Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult4">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocumentArray" />
               <xs:element name="Products" type="tns:vtProduct4Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult5">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument2Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult6">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument3Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult7">
            <xs:sequence>
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument3Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult8">
            <xs:sequence>
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument3Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleResult9">
            <xs:sequence>
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
               <xs:element name="LocalValues" type="tns:vtAttributeValueArray" />
               <xs:element name="Documents" type="tns:vtDocument4Array" />
               <xs:element name="Products" type="tns:vtProduct6Array" />
               <xs:element name="ProductCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="DocumentCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="AttributeCategoryIds" type="tns:vtIntegerArray" />
               <xs:element name="VehicleDetails" type="tns:vtVehicle2" />
               <xs:element name="ForumTopics" type="tns:vtForumTopicArray" />
               <xs:element name="OtherCompaniesValues" type="tns:vtCompanyValuesArray" />
               <xs:element name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleSubscriptionInfo">
            <xs:sequence>
               <xs:element name="AllowedVehicles" type="xs:int" />
               <xs:element name="AvailableVehicles" type="xs:int" />
               <xs:element name="SubscribedVehicleIds" type="tns:vtIntegerArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleTrim2">
            <xs:sequence>
               <xs:element name="TrimLevel" type="xs:string" />
               <xs:element name="VehicleId" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleValues">
            <xs:sequence>
               <xs:element name="VehicleId" type="xs:int" />
               <xs:element name="AttributeValues" type="tns:vtAttributeValueArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVehicleView">
            <xs:sequence>
               <xs:element name="Vehicle" type="tns:vtVehicle3" />
               <xs:element name="ViewCount" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtVersion">
            <xs:sequence>
               <xs:element name="Major" type="xs:int" />
               <xs:element name="Minor" type="xs:int" />
               <xs:element name="Release" type="xs:int" />
               <xs:element name="Build" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebLink">
            <xs:sequence>
               <xs:element name="LinkId" type="xs:int" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="LinkText" type="xs:string" />
               <xs:element name="LinkURL" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="UpdateDate" type="xs:dateTime" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings">
            <xs:sequence>
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings10">
            <xs:sequence>
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings11">
            <xs:sequence>
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings12">
            <xs:sequence>
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings13">
            <xs:sequence>
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings14">
            <xs:sequence>
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings15">
            <xs:sequence>
               <xs:element name="VehicleImageWidth" type="xs:int" />
               <xs:element name="ShowLargeDescInList" type="xs:boolean" />
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings16">
            <xs:sequence>
               <xs:element name="SystemMessageEnabled" type="xs:boolean" />
               <xs:element name="SystemMessage" type="xs:string" />
               <xs:element name="MaintenanceMode" type="xs:boolean" />
               <xs:element name="VehicleImageWidth" type="xs:int" />
               <xs:element name="ShowLargeDescInList" type="xs:boolean" />
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings17">
            <xs:sequence>
               <xs:element name="VehicleInformationOnSelector" type="xs:boolean" />
               <xs:element name="SeparateFrontAndRearSpeakers" type="xs:boolean" />
               <xs:element name="VehicleInformationOnProductListing" type="xs:boolean" />
               <xs:element name="FitGuideProductAttributes" type="tns:vtFitGuideProductAttributeArray" />
               <xs:element name="FeatureFilterAsDropDown" type="xs:boolean" />
               <xs:element name="AdvancedProductGrid" type="xs:boolean" />
               <xs:element name="SystemMessageEnabled" type="xs:boolean" />
               <xs:element name="SystemMessage" type="xs:string" />
               <xs:element name="MaintenanceMode" type="xs:boolean" />
               <xs:element name="VehicleImageWidth" type="xs:int" />
               <xs:element name="ShowLargeDescInList" type="xs:boolean" />
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings18">
            <xs:sequence>
               <xs:element name="CascadeVehicleSelect" type="xs:boolean" />
               <xs:element name="StyledComboBoxes" type="xs:boolean" />
               <xs:element name="VehicleInformationOnSelector" type="xs:boolean" />
               <xs:element name="SeparateFrontAndRearSpeakers" type="xs:boolean" />
               <xs:element name="VehicleInformationOnProductListing" type="xs:boolean" />
               <xs:element name="FitGuideProductAttributes" type="tns:vtFitGuideProductAttributeArray" />
               <xs:element name="FeatureFilterAsDropDown" type="xs:boolean" />
               <xs:element name="AdvancedProductGrid" type="xs:boolean" />
               <xs:element name="SystemMessageEnabled" type="xs:boolean" />
               <xs:element name="SystemMessage" type="xs:string" />
               <xs:element name="MaintenanceMode" type="xs:boolean" />
               <xs:element name="VehicleImageWidth" type="xs:int" />
               <xs:element name="ShowLargeDescInList" type="xs:boolean" />
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings19">
            <xs:sequence>
               <xs:element name="ProductWires" type="xs:boolean" />
               <xs:element name="CascadeVehicleSelect" type="xs:boolean" />
               <xs:element name="StyledComboBoxes" type="xs:boolean" />
               <xs:element name="VehicleInformationOnSelector" type="xs:boolean" />
               <xs:element name="SeparateFrontAndRearSpeakers" type="xs:boolean" />
               <xs:element name="VehicleInformationOnProductListing" type="xs:boolean" />
               <xs:element name="FitGuideProductAttributes" type="tns:vtFitGuideProductAttributeArray" />
               <xs:element name="FeatureFilterAsDropDown" type="xs:boolean" />
               <xs:element name="AdvancedProductGrid" type="xs:boolean" />
               <xs:element name="SystemMessageEnabled" type="xs:boolean" />
               <xs:element name="SystemMessage" type="xs:string" />
               <xs:element name="MaintenanceMode" type="xs:boolean" />
               <xs:element name="VehicleImageWidth" type="xs:int" />
               <xs:element name="ShowLargeDescInList" type="xs:boolean" />
               <xs:element name="ShowProductFeatureValues" type="xs:boolean" />
               <xs:element name="FitGuideImages" type="xs:boolean" />
               <xs:element name="MissingVehicleRecipients" type="xs:string" />
               <xs:element name="WrongInfoRecipients" type="xs:string" />
               <xs:element name="Hyperlinks" type="tns:vtHyperlinkArray" />
               <xs:element name="GetsProductAccessories" type="xs:boolean" />
               <xs:element name="GetsAccessoriesData" type="xs:boolean" />
               <xs:element name="SeperatedGuide" type="xs:boolean" />
               <xs:element name="AffiliateIntro" type="xs:string" />
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings2">
            <xs:sequence>
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings3">
            <xs:sequence>
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings4">
            <xs:sequence>
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings5">
            <xs:sequence>
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings6">
            <xs:sequence>
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings7">
            <xs:sequence>
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings8">
            <xs:sequence>
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWebsiteSettings9">
            <xs:sequence>
               <xs:element name="CompanyWebsiteUrl" type="xs:string" />
               <xs:element name="CompanyReturnUrl" type="xs:string" />
               <xs:element name="ShowFitGuideDocuments" type="xs:boolean" />
               <xs:element name="ImagePopups" type="xs:boolean" />
               <xs:element name="GetsDocuments" type="xs:boolean" />
               <xs:element name="AdminDocuments" type="xs:boolean" />
               <xs:element name="DefaultProductCategoryId" type="xs:int" />
               <xs:element name="GetsProducts" type="xs:boolean" />
               <xs:element name="OrderContactInfo" type="xs:string" />
               <xs:element name="DynamicProductDetails" type="xs:boolean" />
               <xs:element name="ProductsPerPage" type="xs:int" />
               <xs:element name="CompanyName" type="xs:string" />
               <xs:element name="AuthorizeNet" type="xs:boolean" />
               <xs:element name="TaxRate" type="xs:double" />
               <xs:element name="CompanyId" type="xs:int" />
               <xs:element name="AdminAttributeChanges" type="xs:boolean" />
               <xs:element name="VerticalAttributeStructure" type="xs:boolean" />
               <xs:element name="ShowQuickAccess" type="xs:boolean" />
               <xs:element name="AjaxVehicleSelect" type="xs:boolean" />
               <xs:element name="AjaxEnabled" type="xs:boolean" />
               <xs:element name="OrderEmails" type="xs:string" />
               <xs:element name="OrderEmailsCC" type="xs:string" />
               <xs:element name="FeedbackEmails" type="xs:string" />
               <xs:element name="FeedbackEmailsCC" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtWorkDays">
            <xs:sequence>
               <xs:element name="Sunday" type="xs:boolean" />
               <xs:element name="Monday" type="xs:boolean" />
               <xs:element name="Tuesday" type="xs:boolean" />
               <xs:element name="Wednesday" type="xs:boolean" />
               <xs:element name="Thursday" type="xs:boolean" />
               <xs:element name="Friday" type="xs:boolean" />
               <xs:element name="Saturday" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtZipInfo">
            <xs:sequence>
               <xs:element name="ZipCode" type="xs:string" />
               <xs:element name="City" type="xs:string" />
               <xs:element name="State" type="xs:string" />
               <xs:element name="AreaCode" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtZipRequest">
            <xs:sequence>
               <xs:element name="ZipCode" type="xs:double" />
               <xs:element name="WithinMiles" type="xs:int" />
               <xs:element name="OfMiles" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtZipRequest2">
            <xs:sequence>
               <xs:element name="DealerLocatorId" type="xs:int" />
               <xs:element name="AreaCode" type="xs:string" />
               <xs:element name="BrandId" type="xs:int" />
               <xs:element name="ZipCode" type="xs:double" />
               <xs:element name="WithinMiles" type="xs:int" />
               <xs:element name="OfMiles" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtAAIAMakeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAAIAMake[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAAIARegionArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAAIARegion[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAAIAVehicleArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAAIAVehicle[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAdvisoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAdvisory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAppKeyServiceArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAppKeyService[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAppService2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAppService2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAppService3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAppService3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAppServiceArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAppService[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplication[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationInfo2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationInfo3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfo4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationInfo4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationInfoArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfo2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationKeyInfo2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfo3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationKeyInfo3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationKeyInfoArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationKeyInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtApplicationPriceArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtApplicationPrice[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttribute2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttribute2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttribute[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeCategory2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeCategory2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeCategoryArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Category Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeGroup2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeGroup2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeGroupArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Group Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeInfoArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Attribute Info Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeParentArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Parent Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeParent[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributePickItemArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Pick Item Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributePickItem[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeTypeArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Type Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeValueArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Attribute Value Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeValue[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtAttributeValueConditionArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtAttributeValueCondition[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtBayInstallersArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtBayInstallers[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtBrand2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtBrand2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtBrandArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtBrand[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCall2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCall2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCallArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCall[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCatalogProductArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCatalogProduct[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCatalogVehicleProductsArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCatalogVehicleProducts[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtChartResultArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtChartResult[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany10Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany10[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany11Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany11[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany12Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany12[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany13Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany13[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany14Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany14[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany15Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany15[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany16Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany16[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany17Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany17[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany18Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany18[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany19Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany19[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany20Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany20[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany21Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany21[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany22Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany22[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany23Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany23[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany6Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany6[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany7Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany7[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany8Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany8[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompany9Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany9[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompany[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyBrowseArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyBrowse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyLead2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyLead2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyLead3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyLead3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyLeadArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyLead[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct6Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct6[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct7Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct7[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct8Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct8[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProduct9Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct9[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyProductArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyProduct[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanySizeLinkArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanySizeLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtCompanyValuesArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtCompanyValues[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtContact2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtContact2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtContactArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtContact[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDataPhrase2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDataPhrase2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDataPhraseArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDataPhrase[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDataPhraseAttributeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDataPhraseAttribute[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDataPhraseCategoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDataPhraseCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDealer2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDealer2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDealerArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDealer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDealerLocator2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDealerLocator2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDealerLocatorArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDealerLocator[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDistributorArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDistributor[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDistributorPriceArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDistributorPrice[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocument2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocument3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocument4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocument5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocument6Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument6[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocumentAppServiceArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocumentAppService[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocumentArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technolgies Document Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocument[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocumentCategory2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocumentCategory2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtDocumentCategoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtDocumentCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtEmail2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtEmail2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtEmailArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtEmail[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtEmailAttachmentArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtEmailAttachment[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtEmailExceptionArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtEmailException[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtEmployeeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtEmployee[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttribute2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtFitGuideAttribute2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttribute3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtFitGuideAttribute3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtFitGuideAttributeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtFitGuideAttribute[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtFitGuideProductAttributeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtFitGuideProductAttribute[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtForumArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtForum[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtForumCategoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtForumCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtForumThreadArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtForumThread[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtForumTopicArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtForumTopic[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHorizontalCategoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHorizontalCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHorizontalCellArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHorizontalCell[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHorizontalColumnArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHorizontalColumn[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHorizontalGroupArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHorizontalGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHorizontalRowArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHorizontalRow[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtHyperlinkArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtHyperLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtInstallBayArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtInstallBay[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtInstallPartInformationArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtInstallPartInformation[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtIntegerArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Integers
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtIntegerIntegerArrayArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtIntegerIntegerArray[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtKeyValueArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtKeyValue[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtLTemplateArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtLTemplate[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtLinkedTransactionArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtLinkedTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtLocaleArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtLocale[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtNewsArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtNews[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtOpeningInformationArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtOpeningInformation[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtOrderedPairArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtOrderedPair[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtPendingAttributeValue2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtPendingAttributeValue2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtPendingAttributeValueArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtPendingAttributeValue[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtPressReleaseArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtPressRelease[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct10Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct10[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct11Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct11[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct12Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct12[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct13Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct13[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct14Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct14[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct15Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct15[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct16Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct16[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct6Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct6[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct7Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct7[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct8Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct8[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProduct9Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct9[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductArray">
            <xs:annotation>
               <xs:documentation>
                   Array of Victory Technolgies Product Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProduct[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductAttributeValueArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductAttributeValue[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductCategory2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductCategory2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductCategory3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductCategory3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductCategory4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductCategory4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductCategoryArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Product Category Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductDump2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductDump2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductDumpArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductDump[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductDumpCompanyArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductDumpCompany[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductFeatureArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductFeature[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductManufacturer2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductManufacturer2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductManufacturerArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Product Manufacturer Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductManufacturer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductSizeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductSize[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductSpecArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductSpec[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtProductWireArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtProductWire[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtQBProductUpcArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtQBProductUpc[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtScheduledInstall2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtScheduledInstall3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtScheduledInstall4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstall5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtScheduledInstall5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtScheduledInstallArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtScheduledInstall[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtSearchAttributeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtSearchAttribute[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtSearchCategoryArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtSearchCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtSearchGroupArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtSearchGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtSizeTypeArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtSizeType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtStatisticArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtStatistic[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtSteeringSideArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtSteeringSide[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtStringArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTask2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTask2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTask3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTask3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTaskArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTask[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTaskCommentArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTaskComment[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTransaction2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTransaction2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTransaction3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTransaction3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTransaction4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTransaction4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTransaction5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTransaction5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtTransactionArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUser2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUser3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUser4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUser5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUser6Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser6[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUserApplicationArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUserApplication[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUserArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUser[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtUserBrowseArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtUserBrowse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicle2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicle2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicle[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBodyTypeArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Body Type Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBodyType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBrowse2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBrowse3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse4Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBrowse4[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowse5Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBrowse5[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleBrowseArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technolgies Vehicle Browse Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleBrowse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleDescriptorArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleDescriptor[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleImportDescriptorArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleImportDescriptor[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfo2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleInfo2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfo3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleInfo3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleInfoArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Info Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleMakeArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Make Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleMake[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleModelArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technologies Vehicle Model Structures
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleModel[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleProduct[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroup2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleProductGroup2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroup3Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleProductGroup3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleProductGroupArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleProductGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleTrim2Array">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleTrim2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleTrimArray">
            <xs:annotation>
               <xs:documentation>
                  Array of Victory Technolgies Vehicle Trims
               </xs:documentation>
            </xs:annotation>
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleValuesArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleValues[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtVehicleViewArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtVehicleView[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtWebLinkArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtWebLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="vtZipInfoArray">
            <xs:complexContent>
               <xs:restriction base="soapenc:Array">
                  <xs:sequence />
                  <xs:attribute ref="soapenc:arrayType" n1:arrayType="tns:vtZipInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
               </xs:restriction>
            </xs:complexContent>
         </xs:complexType>
         <xs:complexType name="LoginException">
            <xs:sequence />
         </xs:complexType>
         <xs:complexType name="vtBulkEmailException">
            <xs:sequence>
               <xs:element name="Errors" type="tns:vtEmailExceptionArray" />
            </xs:sequence>
         </xs:complexType>
         <xs:complexType name="vtInsufficientPrivileges">
            <xs:sequence />
         </xs:complexType>
         <xs:complexType name="vtInvalidSession">
            <xs:sequence />
         </xs:complexType>
         <xs:complexType name="vtModuleNotFound">
            <xs:sequence />
         </xs:complexType>
      </xs:schema>
   </wsdl:types>
   <wsdl:message name="vtSessionDAServices___LoginRequest">
      <wsdl:part name="LoginRequest" type="tns:vtLoginRequest" />
   </wsdl:message>
   <wsdl:message name="vtSessionDAServices___LoginResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult" />
   </wsdl:message>
   <wsdl:message name="vtSessionDAServices___SimpleLoginRequest">
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSessionDAServices___SimpleLoginResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCallsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
      <wsdl:part name="Closed" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCallsResponse">
      <wsdl:part name="Calls" type="tns:vtCallArray" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCalls2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
      <wsdl:part name="Closed" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCalls2Response">
      <wsdl:part name="Calls" type="tns:vtCall2Array" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCallResponse">
      <wsdl:part name="Call" type="tns:vtCall" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCall2Response">
      <wsdl:part name="Call" type="tns:vtCall2" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___AddCallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Call" type="tns:vtCall" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___AddCallResponse">
      <wsdl:part name="CallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___AddCall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Call" type="tns:vtCall2" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___AddCall2Response">
      <wsdl:part name="CallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___EditCallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Call" type="tns:vtCall" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___EditCallResponse" />
   <wsdl:message name="vtCallServices___EditCall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Call" type="tns:vtCall2" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___EditCall2Response" />
   <wsdl:message name="vtCallServices___DeleteCallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___DeleteCallResponse" />
   <wsdl:message name="vtCallServices___SelectCompanyContactsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCompanyContactsResponse">
      <wsdl:part name="Contacts" type="tns:vtContactArray" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCompanyCallsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCompanyCallsResponse">
      <wsdl:part name="Calls" type="tns:vtCall2Array" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCompanyContacts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="PrivateContacts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtCallServices___SelectCompanyContacts2Response">
      <wsdl:part name="Contacts" type="tns:vtContact2Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyName" type="xs:string" />
      <wsdl:part name="Address1" type="xs:string" />
      <wsdl:part name="Address2" type="xs:string" />
      <wsdl:part name="City" type="xs:string" />
      <wsdl:part name="Region" type="xs:string" />
      <wsdl:part name="PostalCode" type="xs:string" />
      <wsdl:part name="Country" type="xs:string" />
      <wsdl:part name="Phone" type="xs:string" />
      <wsdl:part name="Fax" type="xs:string" />
      <wsdl:part name="Email" type="xs:string" />
      <wsdl:part name="Notes" type="xs:string" />
      <wsdl:part name="Active" type="xs:boolean" />
      <wsdl:part name="ExpireDate" type="xs:string" />
      <wsdl:part name="Application" type="xs:string" />
      <wsdl:part name="Contact" type="xs:string" />
      <wsdl:part name="AppKey" type="xs:string" />
      <wsdl:part name="BillingRate" type="xs:double" />
      <wsdl:part name="BillingPeriod" type="xs:string" />
      <wsdl:part name="RegisteredCompany" type="xs:string" />
      <wsdl:part name="RegisteredEmail" type="xs:string" />
      <wsdl:part name="TempAppKey" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany10Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany12" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany11Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany12Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany13" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany12Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany13Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany15" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany14Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany15Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany15Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany16Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany17" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany16Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany17Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany17Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany18Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany19" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany18Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany19Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany20" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany19Response">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="AddressValidVar" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany20Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany22" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany20Response">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="AddressValid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany21Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany23" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany21Response">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="AddressValid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany3Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany4Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany5Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany6Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany8" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany7Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany9" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany8Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany10" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompany9Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyNewsItemRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="NewsItem" type="tns:vtNews" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyNewsItemResponse" />
   <wsdl:message name="vtUserServices___AddCompanyVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:string" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyVehicleBySessionRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:string" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyVehicleBySessionResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyVehicleByVehicleIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyVehicleByVehicleIdResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="SubscribedVehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyWebLinkRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="WebLink" type="tns:vtWebLink" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddCompanyWebLinkResponse" />
   <wsdl:message name="vtUserServices___AddLeadRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddLeadResponse">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddLead2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddLead2Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddLead3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddLead3Response">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddPressReleaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PressRelease" type="tns:vtPressRelease" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddPressReleaseResponse" />
   <wsdl:message name="vtUserServices___AddUserRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="CanAdmin" type="xs:boolean" />
      <wsdl:part name="CanSelect" type="xs:boolean" />
      <wsdl:part name="CanEdit" type="xs:boolean" />
      <wsdl:part name="CanLocal" type="xs:boolean" />
      <wsdl:part name="Active" type="xs:boolean" />
      <wsdl:part name="Deleted" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="UserID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser2Response">
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser3Response">
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser4Response">
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AddUser5Response">
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyNewsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="NewsId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyNewsResponse" />
   <wsdl:message name="vtUserServices___DeleteCompanyNews2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="NewsId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyNews2Response" />
   <wsdl:message name="vtUserServices___DeleteCompanyVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:string" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyWebLinkRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="WebLinkId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteCompanyWebLinkResponse" />
   <wsdl:message name="vtUserServices___DeletePressReleaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="PressReleaseId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeletePressReleaseResponse" />
   <wsdl:message name="vtUserServices___DeleteUserRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___DeleteUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ExtendExpirationsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="IncludedCompanyIds" type="tns:vtIntegerArray" />
      <wsdl:part name="ExcludedCompanyIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ExtendExpirationsResponse" />
   <wsdl:message name="vtUserServices___GetAllApplicationsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetAllApplicationsResponse">
      <wsdl:part name="Applications" type="tns:vtApplicationArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetAllLocalesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetAllLocalesResponse">
      <wsdl:part name="Locales" type="tns:vtLocaleArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetAuthorizeNetSettingsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetAuthorizeNetSettingsResponse">
      <wsdl:part name="Settings" type="tns:vtAuthorizeNetSettings" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompaniesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompaniesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompanyArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies10Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies10Response">
      <wsdl:part name="Companies" type="tns:vtCompany10Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies11Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies11Response">
      <wsdl:part name="Companies" type="tns:vtCompany11Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies12Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies12Response">
      <wsdl:part name="Companies" type="tns:vtCompany12Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies13Response">
      <wsdl:part name="Companies" type="tns:vtCompany13Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies14Response">
      <wsdl:part name="Companies" type="tns:vtCompany14Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies15Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies15Response">
      <wsdl:part name="Companies" type="tns:vtCompany15Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies16Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies16Response">
      <wsdl:part name="Companies" type="tns:vtCompany16Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies17Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies17Response">
      <wsdl:part name="Companies" type="tns:vtCompany17Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies18Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies18Response">
      <wsdl:part name="Companies" type="tns:vtCompany18Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies19Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies19Response">
      <wsdl:part name="Companies" type="tns:vtCompany19Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies2Request">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompany2Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies20Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies20Response">
      <wsdl:part name="Companies" type="tns:vtCompany20Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies21Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies21Response">
      <wsdl:part name="Companies" type="tns:vtCompany20Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies22Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies22Response">
      <wsdl:part name="Companies" type="tns:vtCompany21Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies23Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies23Response">
      <wsdl:part name="Companies" type="tns:vtCompany22Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies24Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies24Response">
      <wsdl:part name="Companies" type="tns:vtCompany23Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies25Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies25Response">
      <wsdl:part name="Companies" type="tns:vtCompany23Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies3Request">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompany3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies4Request">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies4Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompany4Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies5Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies5Response">
      <wsdl:part name="Companies" type="tns:vtCompany5Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies6Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies6Response">
      <wsdl:part name="Companies" type="tns:vtCompany6Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies7Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies7Response">
      <wsdl:part name="Companies" type="tns:vtCompany7Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies8Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies8Response">
      <wsdl:part name="Companies" type="tns:vtCompany8Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies9Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanies9Response">
      <wsdl:part name="Companies" type="tns:vtCompany9Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Company" type="tns:vtCompany" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany10Response">
      <wsdl:part name="Company" type="tns:vtCompany10" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany11Response">
      <wsdl:part name="Company" type="tns:vtCompany11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany12Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany12Response">
      <wsdl:part name="Company" type="tns:vtCompany12" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany13Response">
      <wsdl:part name="Company" type="tns:vtCompany13" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany14Response">
      <wsdl:part name="Company" type="tns:vtCompany14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany15Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany15Response">
      <wsdl:part name="Company" type="tns:vtCompany15" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany16Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany16Response">
      <wsdl:part name="Company" type="tns:vtCompany16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany17Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany17Response">
      <wsdl:part name="Company" type="tns:vtCompany17" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany18Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany18Response">
      <wsdl:part name="Company" type="tns:vtCompany18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany19Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany19Response">
      <wsdl:part name="Company" type="tns:vtCompany19" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Company" type="tns:vtCompany2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany20Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany20Response">
      <wsdl:part name="Company" type="tns:vtCompany20" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany21Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany21Response">
      <wsdl:part name="Company" type="tns:vtCompany21" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany22Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany22Response">
      <wsdl:part name="Company" type="tns:vtCompany22" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany23Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany23Response">
      <wsdl:part name="Company" type="tns:vtCompany23" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany24Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Request" type="tns:vtRequestCompany" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany24Response">
      <wsdl:part name="Company" type="tns:vtCompany23" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany3Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Company" type="tns:vtCompany3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany4Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany4Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Company" type="tns:vtCompany4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany5Response">
      <wsdl:part name="Company" type="tns:vtCompany5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany6Response">
      <wsdl:part name="Company" type="tns:vtCompany6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany7Response">
      <wsdl:part name="Company" type="tns:vtCompany7" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany8Response">
      <wsdl:part name="Company" type="tns:vtCompany8" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompany9Response">
      <wsdl:part name="Company" type="tns:vtCompany9" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyAttributeDenialsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyAttributeDenialsResponse">
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
      <wsdl:part name="GroupIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyBrowseRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyBrowseResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompanyBrowseArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyDatasourcesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyDatasourcesResponse">
      <wsdl:part name="CompanyDatasources" type="tns:vtOrderedPairArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideResponse">
      <wsdl:part name="FitGuide" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptionsResponse">
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttributeArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions2Response">
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions2" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions3Response">
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions3" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions4Response">
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions4" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyFitGuideOptions5Response">
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions5" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyListRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyListResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CompanyList" type="tns:vtCompanyArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyLocalesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyLocalesResponse">
      <wsdl:part name="Locales" type="tns:vtLocaleArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyManufacturersResponse">
      <wsdl:part name="CompanyManufacturers" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyNewsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyNewsResponse">
      <wsdl:part name="NewsItems" type="tns:vtNewsArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyNews2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyNews2Response">
      <wsdl:part name="NewsItems" type="tns:vtNewsArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanySizeLinksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanySizeLinksResponse">
      <wsdl:part name="SizeLinks" type="tns:vtCompanySizeLinkArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyVehicleIdsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyVehicleIdsResponse">
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyVehiclesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyVehiclesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyWebLinksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyWebLinksResponse">
      <wsdl:part name="Weblinks" type="tns:vtWebLinkArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyWebLinks2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetCompanyWebLinks2Response">
      <wsdl:part name="Weblinks" type="tns:vtWebLinkArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetDistributorCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRequestCompanies3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetDistributorCompaniesResponse">
      <wsdl:part name="Companies" type="tns:vtCompany23Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeadRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeadResponse">
      <wsdl:part name="Lead" type="tns:vtCompanyLead" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLead2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLead2Response">
      <wsdl:part name="Lead" type="tns:vtCompanyLead2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLead3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLead3Response">
      <wsdl:part name="Lead" type="tns:vtCompanyLead3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeadsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeadsResponse">
      <wsdl:part name="Leads" type="tns:vtCompanyLeadArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads2Response">
      <wsdl:part name="Leads" type="tns:vtCompanyLead2Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads3Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads3Response">
      <wsdl:part name="Leads" type="tns:vtCompanyLead3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtLeadRequest" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLeads4Response">
      <wsdl:part name="Leads" type="tns:vtCompanyLead3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLocaleTemplatesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetLocaleTemplatesResponse">
      <wsdl:part name="Templates" type="tns:vtLTemplateArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetMultipleStructuresRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtCompanyStructRequest" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetMultipleStructuresResponse">
      <wsdl:part name="Response" type="tns:vtCompanyStructResponse" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetMultipleStructures2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtCompanyStructRequest" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetMultipleStructures2Response">
      <wsdl:part name="Response" type="tns:vtCompanyStructResponse" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetPressReleaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PressReleaseId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetPressReleaseResponse">
      <wsdl:part name="PressRelease" type="tns:vtPressRelease" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetPressReleasesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetPressReleasesResponse">
      <wsdl:part name="PressReleases" type="tns:vtPressReleaseArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetSessionCompanyRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetSessionCompanyResponse">
      <wsdl:part name="Company" type="tns:vtCompany23" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="User" type="tns:vtUser" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser2Response">
      <wsdl:part name="User" type="tns:vtUser2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser3Response">
      <wsdl:part name="User" type="tns:vtUser3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser4Response">
      <wsdl:part name="User" type="tns:vtUser4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser5Response">
      <wsdl:part name="User" type="tns:vtUser5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="UserId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUser6Response">
      <wsdl:part name="User" type="tns:vtUser6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserApplicationsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserApplicationsResponse">
      <wsdl:part name="UserApplications" type="tns:vtUserApplicationArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserBrowseRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUserBrowseResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="UserList" type="tns:vtUserBrowseArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsersRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsersResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="UserList" type="tns:vtUserArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers2Response">
      <wsdl:part name="Users" type="tns:vtUser2Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers3Response">
      <wsdl:part name="Users" type="tns:vtUser3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers4Response">
      <wsdl:part name="Users" type="tns:vtUser4Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers5Response">
      <wsdl:part name="Users" type="tns:vtUser5Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetUsers6Response">
      <wsdl:part name="Users" type="tns:vtUser6Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettingsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettingsResponse">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings10Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings10" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings11Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings12Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings12Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings12" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings13Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings13" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings14Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings15Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings15Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings15" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings16Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings16Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings17Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings17Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings17" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings18Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings18Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings2Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings3Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings4Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings5Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings6Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings7Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings7" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings8Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings8" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings9Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings9" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginRequest">
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CanAdmin" type="xs:boolean" />
      <wsdl:part name="CanSelect" type="xs:boolean" />
      <wsdl:part name="CanEdit" type="xs:boolean" />
      <wsdl:part name="CanLocal" type="xs:boolean" />
      <wsdl:part name="CanSynch" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login10Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login10Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult7" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login11Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login11Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult8" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login12Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login12Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult9" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login13Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login13Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult10" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login14Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login14Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login15Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login15Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login16Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login16Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult12" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login17Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login17Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult13" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login18Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login18Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login19Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login19Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult15" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login2Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LogoutInfo" type="tns:vtLogoutInfo" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login20Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login20Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login21Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login21Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login22Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login22Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login23Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login23Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult17" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login24Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login24Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login25Request">
      <wsdl:part name="LoginRequest" type="tns:vtLoginInfo5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login25Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult19" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login3Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login4Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login4Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login5Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login5Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login6Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login6Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login7Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login7Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login8Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login8Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login9Request">
      <wsdl:part name="LoginInfo" type="tns:vtLoginInfo2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___Login9Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUserRequest">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="ClientAddress" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUser2Request">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="ClientAddress" type="xs:string" />
      <wsdl:part name="HTTPReferrer" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUser2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUser3Request">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="ClientAddress" type="xs:string" />
      <wsdl:part name="HTTPReferrer" type="xs:string" />
      <wsdl:part name="InnerHTTPReferrer" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LoginWebsiteUser3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="LoginResult" type="tns:vtLoginResult18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LogoffRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___LogoffResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___NumberVehiclesAllowedRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___NumberVehiclesAllowedResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="NumberAllowed" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReLoginRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReLoginResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReLogin2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="IPAddress" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReLogin2Response">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReloginWebsiteUserRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ReloginWebsiteUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ResetCompanySessionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___ResetCompanySessionsResponse" />
   <wsdl:message name="vtUserServices___SelectLeadOptionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SelectLeadOptionsResponse">
      <wsdl:part name="LeadSources" type="tns:vtStringArray" />
      <wsdl:part name="LeadTypes" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendEmailRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Email" type="tns:vtEmail" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendEmailResponse" />
   <wsdl:message name="vtUserServices___SendEmail2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Email" type="tns:vtEmail2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendEmail2Response" />
   <wsdl:message name="vtUserServices___SendEmailsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Emails" type="tns:vtEmailArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendEmailsResponse" />
   <wsdl:message name="vtUserServices___SendEmails2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Emails" type="tns:vtEmail2Array" />
      <wsdl:part name="Attachments" type="tns:vtEmailAttachmentArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendEmails2Response" />
   <wsdl:message name="vtUserServices___SendRegistrationEmailRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="EmailAddress" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SendRegistrationEmailResponse" />
   <wsdl:message name="vtUserServices___SetCompanyRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="CompanyName" type="xs:string" />
      <wsdl:part name="Address1" type="xs:string" />
      <wsdl:part name="Address2" type="xs:string" />
      <wsdl:part name="City" type="xs:string" />
      <wsdl:part name="Region" type="xs:string" />
      <wsdl:part name="PostalCode" type="xs:string" />
      <wsdl:part name="Country" type="xs:string" />
      <wsdl:part name="Phone" type="xs:string" />
      <wsdl:part name="Fax" type="xs:string" />
      <wsdl:part name="Email" type="xs:string" />
      <wsdl:part name="Notes" type="xs:string" />
      <wsdl:part name="Active" type="xs:boolean" />
      <wsdl:part name="ExpireDate" type="xs:string" />
      <wsdl:part name="Application" type="xs:string" />
      <wsdl:part name="Contact" type="xs:string" />
      <wsdl:part name="AppKey" type="xs:string" />
      <wsdl:part name="BillingRate" type="xs:double" />
      <wsdl:part name="BillingPeriod" type="xs:string" />
      <wsdl:part name="RegisteredCompany" type="xs:string" />
      <wsdl:part name="RegisteredEmail" type="xs:string" />
      <wsdl:part name="TempAppKey" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany11" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany10Response" />
   <wsdl:message name="vtUserServices___SetCompany11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany12" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany11Response" />
   <wsdl:message name="vtUserServices___SetCompany12Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany13" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany12Response" />
   <wsdl:message name="vtUserServices___SetCompany13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany13Response" />
   <wsdl:message name="vtUserServices___SetCompany14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany15" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany14Response" />
   <wsdl:message name="vtUserServices___SetCompany15Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany16" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany15Response" />
   <wsdl:message name="vtUserServices___SetCompany16Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany17" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany16Response" />
   <wsdl:message name="vtUserServices___SetCompany17Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany18" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany17Response" />
   <wsdl:message name="vtUserServices___SetCompany18Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany19" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany18Response" />
   <wsdl:message name="vtUserServices___SetCompany19Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany20" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany19Response">
      <wsdl:part name="AddressValidVar" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany2Response">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany20Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany21" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany20Response">
      <wsdl:part name="AddressValid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany21Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany22" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany21Response">
      <wsdl:part name="AddressValid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany22Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany23" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany22Response">
      <wsdl:part name="AddressValid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany3Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany3Response">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany4Response" />
   <wsdl:message name="vtUserServices___SetCompany5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany5Response" />
   <wsdl:message name="vtUserServices___SetCompany6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany6Response" />
   <wsdl:message name="vtUserServices___SetCompany7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany8" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany7Response" />
   <wsdl:message name="vtUserServices___SetCompany8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany9" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany8Response" />
   <wsdl:message name="vtUserServices___SetCompany9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Company" type="tns:vtCompany10" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompany9Response" />
   <wsdl:message name="vtUserServices___SetCompanyDataSourcesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="CompanyDataSources" type="tns:vtOrderedPairArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyDataSourcesResponse" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuideRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuideResponse" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="SuppressVehiclesNoProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide2Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="SuppressVehiclesNoProducts" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide3Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="SuppressVehiclesNoProducts" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttributeArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide4Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions2" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide5Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions3" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide6Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions4" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide7Response" />
   <wsdl:message name="vtUserServices___SetCompanyFitGuide8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
      <wsdl:part name="Manufacturers" type="tns:vtIntegerArray" />
      <wsdl:part name="FitGuideOptions" type="tns:vtFitGuideOptions5" />
      <wsdl:part name="FitGuideAttributes" type="tns:vtFitGuideAttribute3Array" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanyFitGuide8Response" />
   <wsdl:message name="vtUserServices___SetCompanySizeLinkRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="SizeLink" type="tns:vtCompanySizeLink" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanySizeLinkResponse" />
   <wsdl:message name="vtUserServices___SetCompanySizeLinksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="SizeLinks" type="tns:vtCompanySizeLinkArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetCompanySizeLinksResponse" />
   <wsdl:message name="vtUserServices___SetDeniedCompanyAttributeCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetDeniedCompanyAttributeCategoriesResponse" />
   <wsdl:message name="vtUserServices___SetDeniedCompanyAttributeGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="GroupIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetDeniedCompanyAttributeGroupsResponse" />
   <wsdl:message name="vtUserServices___SetIPAddressOwnerRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="IPAddress" type="xs:string" />
      <wsdl:part name="Owner" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetIPAddressOwnerResponse" />
   <wsdl:message name="vtUserServices___SetLeadRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetLeadResponse" />
   <wsdl:message name="vtUserServices___SetLead2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead2" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetLead2Response" />
   <wsdl:message name="vtUserServices___SetLead3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Lead" type="tns:vtCompanyLead3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetLead3Response" />
   <wsdl:message name="vtUserServices___SetNumberVehiclesAllowedRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="NumberAllowed" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetNumberVehiclesAllowedResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUserRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="CanAdmin" type="xs:boolean" />
      <wsdl:part name="CanSelect" type="xs:boolean" />
      <wsdl:part name="CanEdit" type="xs:boolean" />
      <wsdl:part name="CanLocal" type="xs:boolean" />
      <wsdl:part name="Active" type="xs:boolean" />
      <wsdl:part name="Deleted" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUserResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUser2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser3" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUser2Response" />
   <wsdl:message name="vtUserServices___SetUser3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser4" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUser3Response" />
   <wsdl:message name="vtUserServices___SetUser4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser5" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUser4Response" />
   <wsdl:message name="vtUserServices___SetUser5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="User" type="tns:vtUser6" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUser5Response" />
   <wsdl:message name="vtUserServices___SetUserActiveRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
      <wsdl:part name="Active" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetUserActiveResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetWebsiteSettingsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings14" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SetWebsiteSettingsResponse" />
   <wsdl:message name="vtUserServices___SimpleLoginRequest">
      <wsdl:part name="Username" type="xs:string" />
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SimpleLoginResponse">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SimpleLoginWebsiteUserRequest">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___SimpleLoginWebsiteUserResponse">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateCompanyLocalesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CompanyID" type="xs:int" />
      <wsdl:part name="Locales" type="tns:vtLocaleArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateCompanyLocalesResponse" />
   <wsdl:message name="vtUserServices___UpdateCompanyNewsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="News" type="tns:vtNews" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateCompanyNewsResponse" />
   <wsdl:message name="vtUserServices___UpdateLocaleTemplatesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Templates" type="tns:vtLTemplateArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateLocaleTemplatesResponse" />
   <wsdl:message name="vtUserServices___UpdatePressReleaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PressRelease" type="tns:vtPressRelease" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdatePressReleaseResponse" />
   <wsdl:message name="vtUserServices___UpdateTemplateLocalesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="TemplateID" type="xs:int" />
      <wsdl:part name="Locales" type="tns:vtLocaleArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateTemplateLocalesResponse" />
   <wsdl:message name="vtUserServices___UpdateUserApplicationsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="UserID" type="xs:int" />
      <wsdl:part name="UserApplications" type="tns:vtUserApplicationArray" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___UpdateUserApplicationsResponse" />
   <wsdl:message name="vtUserServices___VerifyCompanyVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:string" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___VerifyCompanyVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___VerifySessionExistsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___VerifySessionExistsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AppendCompanyUserApplicationsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Users" type="xs:base64Binary" />
      <wsdl:part name="ACompanyID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___AppendCompanyUserApplicationsResponse" />
   <wsdl:message name="vtUserServices___GetWebsiteSettings19Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtUserServices___GetWebsiteSettings19Response">
      <wsdl:part name="Settings" type="tns:vtWebsiteSettings19" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAdvisoryRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Advisory" type="tns:vtAdvisory" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAdvisoryResponse" />
   <wsdl:message name="vtVehicleServices___AddAttributeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
      <wsdl:part name="Caption" type="xs:string" />
      <wsdl:part name="Description" type="xs:string" />
      <wsdl:part name="DefaultValue" type="xs:string" />
      <wsdl:part name="Order" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="Category" type="xs:string" />
      <wsdl:part name="Order" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeGroupRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
      <wsdl:part name="Group" type="xs:string" />
      <wsdl:part name="Order" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeGroupResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="GroupID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributePickItemRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
      <wsdl:part name="PickItem" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributePickItemResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="PickItemID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeTypeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="AttributeType" type="xs:string" />
      <wsdl:part name="Caption" type="xs:string" />
      <wsdl:part name="DefaultValue" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddAttributeTypeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddPendingAttributeValueRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PendingValue" type="tns:vtPendingAttributeValue" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddPendingAttributeValueResponse" />
   <wsdl:message name="vtVehicleServices___AddVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
      <wsdl:part name="VideoTypeID" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicle2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
      <wsdl:part name="RightHandDrive" type="xs:boolean" />
      <wsdl:part name="VideoTypeId" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicle2Response">
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicle3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="TrimLevel" type="xs:string" />
      <wsdl:part name="DefaultTrimLevel" type="xs:boolean" />
      <wsdl:part name="RightHandDrive" type="xs:boolean" />
      <wsdl:part name="VideoTypeId" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicle3Response">
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleBodyTypeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="BodyType" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleBodyTypeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleByNameRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Vehicle" type="tns:vtVehicleDescriptor" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleByNameResponse">
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleMakeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="Make" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleMakeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="MakeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleModelRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="Model" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehicleModelResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ModelID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehiclesByNameRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleDescriptorArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AddVehiclesByNameResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicleDescriptorArray" />
      <wsdl:part name="ExistingVehicles" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AttachAttributeParentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
      <wsdl:part name="AttributeID" type="xs:int" />
      <wsdl:part name="Order" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___AttachAttributeParentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___CopyVehicleAttributesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="FromID" type="xs:int" />
      <wsdl:part name="ToIDs" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeList" type="tns:vtAttributeArray" />
      <wsdl:part name="CopyToLocal" type="xs:boolean" />
      <wsdl:part name="OverwriteExisting" type="xs:boolean" />
      <wsdl:part name="SkipBlanks" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___CopyVehicleAttributesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___CreateOpposingChassisVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
      <wsdl:part name="LeftHandDriveTemplateId" type="xs:int" />
      <wsdl:part name="RightHandDriveTemplateId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___CreateOpposingChassisVehiclesResponse" />
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeGroupsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeGroupsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeTypesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAllAttributeTypesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="AttributeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeGroupRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="GroupID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeGroupResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeGroupsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeGroupsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributePickItemRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="PickItemID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributePickItemResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributePickItemsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributePickItemsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeTypeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteAttributeTypeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___DeleteVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAllBodyTypesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAllBodyTypesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAllVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAllVehiclesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
      <wsdl:part name="SubGroups" type="xs:boolean" />
      <wsdl:part name="SubAttributes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryList" type="tns:vtAttributeCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeGroupsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupsID" type="xs:int" />
      <wsdl:part name="SubGroups" type="xs:boolean" />
      <wsdl:part name="SubAttributes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeGroupsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="GroupList" type="tns:vtAttributeGroupArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeGroupRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="AttributeGroupId" type="xs:int" />
      <wsdl:part name="SubGroups" type="xs:boolean" />
      <wsdl:part name="SubAttributes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeGroupResponse">
      <wsdl:part name="AttributeGroup" type="tns:vtAttributeGroup" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributePickItemsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="FieldTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributePickItemsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="PickList" type="tns:vtAttributePickItemArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="ParentGroupID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeList" type="tns:vtAttributeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeTypesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="PickItems" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeTypesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeTypeList" type="tns:vtAttributeTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValueRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="AttributeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValueResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Value" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValuesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValuesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValues2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="LocalValues" type="xs:boolean" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValues2Response">
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
      <wsdl:part name="LocalValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValuesByTypeRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="AttributeTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetAttributeValuesByTypeResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeValues" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetBestVehicleIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Make" type="xs:string" />
      <wsdl:part name="Model" type="xs:string" />
      <wsdl:part name="Year" type="xs:string" />
      <wsdl:part name="BodyType" type="xs:string" />
      <wsdl:part name="TrimLevel" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetBestVehicleIdResponse">
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCompanyVehicleIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="CorrelatedId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCompanyVehicleIdResponse">
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCorrelatedVehicleIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCorrelatedVehicleIdResponse">
      <wsdl:part name="CorrelatedId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCreatedVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DaySpan" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetCreatedVehiclesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetDataPhraseCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetDataPhraseCategoriesResponse">
      <wsdl:part name="Categories" type="tns:vtDataPhraseCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetDataStatisticsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StatisticType" type="tns:vtStatisticType" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetDataStatisticsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Statistics" type="tns:vtStatisticArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetLocalAttributeValueRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="AttributeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetLocalAttributeValueResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Value" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetLocalAttributeValuesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetLocalAttributeValuesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructuresRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtStructureRequest" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructuresResponse">
      <wsdl:part name="Structures" type="tns:vtStructureResult" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtStructureRequest2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures2Response">
      <wsdl:part name="Structures" type="tns:vtStructureResult2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtStructureRequest2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures3Response">
      <wsdl:part name="Structures" type="tns:vtStructureResult3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtStructureRequest3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetMultipleStructures4Response">
      <wsdl:part name="Structures" type="tns:vtStructureResult4" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAdvisoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAdvisoriesResponse">
      <wsdl:part name="Advisories" type="tns:vtAdvisoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAttributeValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAttributeValuesResponse">
      <wsdl:part name="PendingValues" type="tns:vtPendingAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAttributeValues2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetPendingAttributeValues2Response">
      <wsdl:part name="PendingValues" type="tns:vtPendingAttributeValue2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleBodyTypesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleBodyTypesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleBodyTypesDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleBodyTypesDownResponse">
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleMakesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleMakesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="MakeList" type="tns:vtVehicleMakeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleMakesDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleMakesDownResponse">
      <wsdl:part name="MakeList" type="tns:vtVehicleMakeArray" />
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleModelsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleModelsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleModelsDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleModelsDownResponse">
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleTrimsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleTrimsResponse">
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleYearsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleYearsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleYearsDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetRetailerVehicleYearsDownResponse">
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetUpdatedDataCountsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetUpdatedDataCountsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DataCounts" type="tns:vtDataCounts" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Vehicle" type="tns:vtVehicle" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicle2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicle2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Vehicle" type="tns:vtVehicle2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicle3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicle3Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Vehicle" type="tns:vtVehicle3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleAttributeCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleAttributeCategoriesResponse">
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleAttributeValuesByGroupRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="GroupIDs" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleAttributeValuesByGroupResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="AttributeValueArray" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypes2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypes2Response">
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesDownResponse">
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesDown2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBodyTypesDown2Response">
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowseRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowseResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="VehicleList" type="tns:vtVehicleBrowseArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse2Response">
      <wsdl:part name="VehicleBrowse" type="tns:vtVehicleBrowse2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse3Response">
      <wsdl:part name="VehicleBrowse" type="tns:vtVehicleBrowse3Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleBrowse4Response">
      <wsdl:part name="VehicleBrowse" type="tns:vtVehicleBrowse5Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleCountRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleCountResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Count" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrasesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="DataPhraseCategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrasesResponse">
      <wsdl:part name="DataPhrases" type="tns:vtDataPhraseArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="DataPhraseCategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases2Response">
      <wsdl:part name="DataPhrases" type="tns:vtDataPhraseArray" />
      <wsdl:part name="DataPhraseCategoryImageFileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="DataPhraseCategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases3Response">
      <wsdl:part name="DataPhrases" type="tns:vtDataPhrase2Array" />
      <wsdl:part name="DataPhraseCategoryImageFileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="AttributeCategoryId" type="xs:int" />
      <wsdl:part name="HorizontalStructure" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleDataPhrases4Response">
      <wsdl:part name="DataPhrases" type="tns:vtDataPhrase2Array" />
      <wsdl:part name="DataPhraseCategoryImageFileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleIDRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleIDResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleId2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
      <wsdl:part name="RightHandDrive" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleId2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformationRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeIDList" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeParentList" type="tns:vtAttributeParentArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformationResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="VehicleList" type="tns:vtVehicleInfoArray" />
      <wsdl:part name="AttributeList" type="tns:vtAttributeInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformation2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeIds" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeParents" type="tns:vtAttributeParentArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformation2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicleInfo2Array" />
      <wsdl:part name="Attributes" type="tns:vtAttributeInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformation3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeIds" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeParents" type="tns:vtAttributeParentArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInformation3Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicleInfo3Array" />
      <wsdl:part name="Attributes" type="tns:vtAttributeInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInfoUpdateDateRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleInfoUpdateDateResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="UpdateDate" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="MakeList" type="tns:vtVehicleMakeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakes2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakes2Response">
      <wsdl:part name="Makes" type="tns:vtVehicleMakeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakes3Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakes3Response">
      <wsdl:part name="Makes" type="tns:vtVehicleMakeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDownResponse">
      <wsdl:part name="MakeList" type="tns:vtVehicleMakeArray" />
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDown2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDown2Response">
      <wsdl:part name="Makes" type="tns:vtVehicleMakeArray" />
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDown3Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleMakesDown3Response">
      <wsdl:part name="Makes" type="tns:vtVehicleMakeArray" />
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModels2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModels2Response">
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModels3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModels3Response">
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDownResponse">
      <wsdl:part name="ModelList" type="tns:vtVehicleModelArray" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDown2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDown2Response">
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDown3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleModelsDown3Response">
      <wsdl:part name="Models" type="tns:vtVehicleModelArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleNotesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleNotesResponse">
      <wsdl:part name="Notes" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesByProductAttributeValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AttributeValues" type="tns:vtProductAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesByProductAttributeValuesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesByProductSizesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductSizes" type="tns:vtProductSizeArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesByProductSizesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesInformationRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleIDs" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesInformationResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesInformation2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesInformation2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleSteeringSidesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleSteeringSidesResponse">
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesViewedByApplicationRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesViewedByApplicationResponse">
      <wsdl:part name="VehicleViews" type="tns:vtVehicleViewArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesViewedByCompanyRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehiclesViewedByCompanyResponse">
      <wsdl:part name="VehicleViews" type="tns:vtVehicleViewArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrimsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrimsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrimArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrims2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrims2Response">
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrims3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrims3Response">
      <wsdl:part name="Trims" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrimsDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleTrimsDownResponse">
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValuesResponse">
      <wsdl:part name="Values" type="tns:vtVehicleResult" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest7" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues10Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult8" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest8" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues11Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult9" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues12Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest9" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues12Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult10" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues13Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest9" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues13Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult11" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues14Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest9" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues14Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult12" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues2Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues3Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues4Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest4" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues5Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult3" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest4" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues6Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult4" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest4" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues7Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult5" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest5" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues8Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult6" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtVehicleRequest6" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleValues9Response">
      <wsdl:part name="Values" type="tns:vtVehicleResult7" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYears2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYears2Response">
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsDownRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsDownResponse">
      <wsdl:part name="YearList" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypeList" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="TrimList" type="tns:vtVehicleTrim2Array" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsDown2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleYearsDown2Response">
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="BodyTypes" type="tns:vtVehicleBodyTypeArray" />
      <wsdl:part name="Trims" type="tns:vtStringArray" />
      <wsdl:part name="SteeringSides" type="tns:vtSteeringSideArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ImportVehicleDataRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleImportDescriptorArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ImportVehicleDataResponse">
      <wsdl:part name="ImportResult" type="tns:vtVehicleImportResult" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ImportVehicleData2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleImportDescriptorArray" />
      <wsdl:part name="ImportVideoTypes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ImportVehicleData2Response">
      <wsdl:part name="ImportResult" type="tns:vtVehicleImportResult" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___PopulateAttributeCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
      <wsdl:part name="SubGroups" type="xs:boolean" />
      <wsdl:part name="SubAttributes" type="xs:boolean" />
      <wsdl:part name="CategoryList" type="tns:vtAttributeCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___PopulateAttributeCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryList" type="tns:vtAttributeCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SearchAttributesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="SearchTerm" type="xs:string" />
      <wsdl:part name="MeraLevel" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SearchAttributesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="SearchCategories" type="tns:vtSearchCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetAttributeValueRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="AttributeID" type="xs:int" />
      <wsdl:part name="Value" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetAttributeValueResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetAttributeValuesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetAttributeValuesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetCompanyVehicleIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="CorrelatedId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetCompanyVehicleIdResponse" />
   <wsdl:message name="vtVehicleServices___SetLocalAttributeValueRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="AttributeID" type="xs:int" />
      <wsdl:part name="Value" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetLocalAttributeValueResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetLocalAttributeValuesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ValueList" type="tns:vtAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetLocalAttributeValuesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetMultipleVehicleValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Vehicles" type="tns:vtVehicleValuesArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetMultipleVehicleValuesResponse" />
   <wsdl:message name="vtVehicleServices___SetVehicleRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="MakeID" type="xs:int" />
      <wsdl:part name="ModelID" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeID" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
      <wsdl:part name="VideoTypeID" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetVehicleResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetVehicle2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="Trim" type="xs:string" />
      <wsdl:part name="RightHandDrive" type="xs:boolean" />
      <wsdl:part name="VideoTypeId" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetVehicle2Response" />
   <wsdl:message name="vtVehicleServices___SetVehicle3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="ModelId" type="xs:int" />
      <wsdl:part name="Year" type="xs:int" />
      <wsdl:part name="BodyTypeId" type="xs:int" />
      <wsdl:part name="TrimLevel" type="xs:string" />
      <wsdl:part name="DefaultTrimLevel" type="xs:boolean" />
      <wsdl:part name="RightHandDrive" type="xs:boolean" />
      <wsdl:part name="VideoTypeId" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetVehicle3Response" />
   <wsdl:message name="vtVehicleServices___SetVehicleNotesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Notes" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___SetVehicleNotesResponse" />
   <wsdl:message name="vtVehicleServices___ValidatePendingAdvisoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PendingAdvisories" type="tns:vtAdvisoryArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ValidatePendingAdvisoriesResponse" />
   <wsdl:message name="vtVehicleServices___ValidatePendingAttributeValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PendingChanges" type="tns:vtPendingAttributeValueArray" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___ValidatePendingAttributeValuesResponse" />
   <wsdl:message name="vtVehicleServices___GetVehicleIDByVINRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VIN" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtVehicleServices___GetVehicleIDByVINResponse">
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetConnectionStringRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="ConnectionString" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetConnectionStringResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetRegConnectionStringRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="ConnectionString" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetRegConnectionStringResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetDocumentPathRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="DocumentPath" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetDocumentPathResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetPasswordRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="NewPassword" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetPasswordResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetSmtpServerRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="SmtpServer" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetSmtpServerResponse" />
   <wsdl:message name="vtAdminServices___SetUpdatesPathRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="UpdatesPath" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetUpdatesPathResponse" />
   <wsdl:message name="vtAdminServices___SetUpdatesUrlRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="UpdatesUrl" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetUpdatesUrlResponse" />
   <wsdl:message name="vtAdminServices___SetHomepagePathRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="HomepagePath" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetHomepagePathResponse" />
   <wsdl:message name="vtAdminServices___SetWebVehicleImagePathRequest">
      <wsdl:part name="Password" type="xs:string" />
      <wsdl:part name="WebVehicleImagePath" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAdminServices___SetWebVehicleImagePathResponse" />
   <wsdl:message name="vtApplicationServices___CompanyGetApplicationKeysRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___CompanyGetApplicationKeysResponse">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___EditApplicationKeyRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
      <wsdl:part name="Active" type="xs:boolean" />
      <wsdl:part name="Deleted" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___EditApplicationKeyResponse" />
   <wsdl:message name="vtApplicationServices___EmailRegistrationRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="InData" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___EmailRegistrationResponse" />
   <wsdl:message name="vtApplicationServices___GetAllApplicationPricesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAllApplicationPricesResponse">
      <wsdl:part name="ApplicationPrices" type="tns:vtApplicationPriceArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAllDistributorPricesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAllDistributorPricesResponse">
      <wsdl:part name="DistributorPrices" type="tns:vtDistributorPriceArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationIdForSerialPrefixRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SerialPrefix" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationIdForSerialPrefixResponse">
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyInfoRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyInfoResponse">
      <wsdl:part name="KeyInfo" type="tns:vtApplicationKeyInfo2" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyInfo2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyInfo2Response">
      <wsdl:part name="KeyInfo" type="tns:vtApplicationKeyInfo3" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyListRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeyListResponse">
      <wsdl:part name="ApplicationKeyInfo" type="tns:vtApplicationKeyInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeysRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeysResponse">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest2" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys2Response">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest3" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys3Response">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest4" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys4Response">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtApplicationKeyRequest5" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationKeys5Response">
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationPricesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationPricesResponse">
      <wsdl:part name="ApplicationPrices" type="tns:vtApplicationPriceArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplicationsResponse">
      <wsdl:part name="Applications" type="tns:vtApplicationInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications2Response">
      <wsdl:part name="Applications" type="tns:vtApplicationInfo2Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications3Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications3Response">
      <wsdl:part name="Applications" type="tns:vtApplicationInfo3Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications4Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetApplications4Response">
      <wsdl:part name="Applications" type="tns:vtApplicationInfo4Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAppServicesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAppServicesResponse">
      <wsdl:part name="AppServices" type="tns:vtAppServiceArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAppServices2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetAppServices2Response">
      <wsdl:part name="AppServices" type="tns:vtAppService3Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorApplicationsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorApplicationsResponse">
      <wsdl:part name="Applications" type="tns:vtApplicationInfo4Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorKeysRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorKeysResponse">
      <wsdl:part name="ApplicationKeys" type="tns:vtApplicationKeyInfo2Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorKeys2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorKeys2Response">
      <wsdl:part name="ApplicationKeys" type="tns:vtApplicationKeyInfo3Array" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetDistributorsResponse">
      <wsdl:part name="Distributors" type="tns:vtDistributorArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetPurchaseLinkApplicationInfoRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PurchaseLink" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetPurchaseLinkApplicationInfoResponse">
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetSerialNumberApplicationKeyRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SerialNumber" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___GetSerialNumberApplicationKeyResponse">
      <wsdl:part name="ApplicationKey" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___UpdateApplicationKeyRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="xs:string" />
      <wsdl:part name="Active" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___UpdateApplicationKeyResponse" />
   <wsdl:message name="vtApplicationServices___UpdateApplicationKey2Request">
      <wsdl:part name="Sessionid" type="xs:string" />
      <wsdl:part name="ApplicationKey" type="tns:vtApplicationKeyInfo3" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___UpdateApplicationKey2Response" />
   <wsdl:message name="vtApplicationServices___UpdateApplicationKeyAppServicesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AppKeyServices" type="tns:vtAppKeyServiceArray" />
   </wsdl:message>
   <wsdl:message name="vtApplicationServices___UpdateApplicationKeyAppServicesResponse" />
   <wsdl:message name="vtChartServices___SelectActiveCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ChartRequest" type="tns:vtChartRequest" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectActiveCompaniesResponse">
      <wsdl:part name="ChartResults" type="tns:vtChartResultArray" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectOnlineCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ChartRequest" type="tns:vtChartRequest" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectOnlineCompaniesResponse">
      <wsdl:part name="ChartResults" type="tns:vtChartResultArray" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectExpiredCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ChartRequest" type="tns:vtChartRequest" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectExpiredCompaniesResponse">
      <wsdl:part name="ChartResults" type="tns:vtChartResultArray" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectNewCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ChartRequest" type="tns:vtChartRequest" />
   </wsdl:message>
   <wsdl:message name="vtChartServices___SelectNewCompaniesResponse">
      <wsdl:part name="ChartResults" type="tns:vtChartResultArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___DealerOnLocatorRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="DealerLocatorId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___DealerOnLocatorResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetAllBrandsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetAllBrandsResponse">
      <wsdl:part name="Brands" type="tns:vtBrandArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerBrandsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerBrandsResponse">
      <wsdl:part name="Brands" type="tns:vtBrand2Array" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerInfoRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DealerLocatorId" type="xs:int" />
      <wsdl:part name="DealerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerInfoResponse">
      <wsdl:part name="Dealer" type="tns:vtDealer2" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerLocatorsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealerLocatorsResponse">
      <wsdl:part name="DealerLocators" type="tns:vtDealerLocatorArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealersWithinMilesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ZipCode" type="xs:double" />
      <wsdl:part name="Miles" type="xs:int" />
      <wsdl:part name="DealerLocatorId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealersWithinMilesResponse">
      <wsdl:part name="Dealers" type="tns:vtDealerArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealersWithinMiles2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtZipRequest2" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetDealersWithinMiles2Response">
      <wsdl:part name="Dealers" type="tns:vtDealer2Array" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetTopTierLocatorsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetTopTierLocatorsResponse">
      <wsdl:part name="DealerLocators" type="tns:vtDealerLocatorArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetZipsWithinRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtZipRequest" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___GetZipsWithinResponse">
      <wsdl:part name="ZipList" type="tns:vtZipInfoArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___RequestListingRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DealerLocatorId" type="xs:int" />
      <wsdl:part name="DealerInfo" type="tns:vtDealer" />
      <wsdl:part name="Email" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___RequestListingResponse" />
   <wsdl:message name="vtDealerServices___RequestTopTierListingsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="DealerLocatorIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___RequestTopTierListingsResponse" />
   <wsdl:message name="vtDealerServices___SetDealerInfoRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DealerLocatorId" type="xs:int" />
      <wsdl:part name="Dealer" type="tns:vtDealer2" />
   </wsdl:message>
   <wsdl:message name="vtDealerServices___SetDealerInfoResponse" />
   <wsdl:message name="vtDocumentServices___AddCompanyVehicleDocumentsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddCompanyVehicleDocumentsResponse" />
   <wsdl:message name="vtDocumentServices___AddDocumentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
      <wsdl:part name="DocumentName" type="xs:string" />
      <wsdl:part name="FileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DocumentID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument2" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument3" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument3Response">
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument4" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument4Response">
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument5" />
      <wsdl:part name="DocumentFile" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument5Response">
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument6" />
      <wsdl:part name="DocumentFile" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocument6Response">
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="Category" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentCategory2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Category" type="tns:vtDocumentCategory2" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentCategory2Response">
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentVehicleRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentVehicleResponse" />
   <wsdl:message name="vtDocumentServices___AddDocumentVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddDocumentVehiclesResponse" />
   <wsdl:message name="vtDocumentServices___AddVehicleDocumentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="DocumentID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddVehicleDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddVehicleDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddVehicleDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddVehicleDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___AddVehicleDocuments2Response" />
   <wsdl:message name="vtDocumentServices___CopyVehicleDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="FromID" type="xs:int" />
      <wsdl:part name="ToIDs" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___CopyVehicleDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="DocumentID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___DeleteDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentType" type="tns:vtDocumentType" />
      <wsdl:part name="FileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Document" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentByFileNameRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentType" type="tns:vtDocumentType" />
      <wsdl:part name="FileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentByFileNameResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Document" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentByIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentByIdResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Document" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryList" type="tns:vtDocumentCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategories2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategories2Response">
      <wsdl:part name="CategoryList" type="tns:vtDocumentCategory2Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Category" type="tns:vtDocumentCategory" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DocumentList" type="tns:vtDocumentArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DocumentList" type="tns:vtDocument2Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="Vehicles" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments3Response">
      <wsdl:part name="Documents" type="tns:vtDocument3Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments4Response">
      <wsdl:part name="Documents" type="tns:vtDocument4Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocuments5Response">
      <wsdl:part name="Documents" type="tns:vtDocument6Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetDocumentVehiclesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocumentCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocumentCategoriesResponse">
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="DocumentList" type="tns:vtDocumentArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments2Response">
      <wsdl:part name="Documents" type="tns:vtDocument2Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Vehicles" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments3Response">
      <wsdl:part name="Documents" type="tns:vtDocument3Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments4Response">
      <wsdl:part name="Documents" type="tns:vtDocument4Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___GetVehicleDocuments5Response">
      <wsdl:part name="Documents" type="tns:vtDocument6Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveDocumentVehicleRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveDocumentVehicleResponse" />
   <wsdl:message name="vtDocumentServices___RemoveDocumentVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveDocumentVehiclesResponse" />
   <wsdl:message name="vtDocumentServices___RemoveVehicleDocumentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="DocumentID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveVehicleDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveVehicleDocumentsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___RemoveVehicleDocumentsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocumentsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocumentsResponse">
      <wsdl:part name="Documents" type="tns:vtDocumentArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments2Response">
      <wsdl:part name="Documents" type="tns:vtDocument2Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
      <wsdl:part name="Vehicles" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments3Response">
      <wsdl:part name="Documents" type="tns:vtDocument3Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments4Response">
      <wsdl:part name="Documents" type="tns:vtDocument4Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
      <wsdl:part name="Request" type="tns:vtDocumentRequest" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchAllDocuments5Response">
      <wsdl:part name="Documents" type="tns:vtDocument6Array" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchVehicleDocumentsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SearchVehicleDocumentsResponse">
      <wsdl:part name="Documents" type="tns:vtDocumentArray" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="DocumentID" type="xs:int" />
      <wsdl:part name="CategoryID" type="xs:int" />
      <wsdl:part name="Publish" type="xs:boolean" />
      <wsdl:part name="DocumentName" type="xs:string" />
      <wsdl:part name="FileName" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument2" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument2Response">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument3" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument3Response" />
   <wsdl:message name="vtDocumentServices___SetDocument4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument4" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument4Response" />
   <wsdl:message name="vtDocumentServices___SetDocument5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument6" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument5Response" />
   <wsdl:message name="vtDocumentServices___SetDocument6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument6" />
      <wsdl:part name="DocumentFile" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocument6Response" />
   <wsdl:message name="vtDocumentServices___SetDocumentCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="Category" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentCategory2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Category" type="tns:vtDocumentCategory2" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentCategory2Response" />
   <wsdl:message name="vtDocumentServices___SetDocumentsCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentsCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentsCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="DocumentID" type="xs:int" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___SetDocumentsCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___StoreDocumentRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DocumentId" type="xs:int" />
      <wsdl:part name="FileName" type="xs:string" />
      <wsdl:part name="Document" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___StoreDocumentResponse" />
   <wsdl:message name="vtDocumentServices___StoreDocument2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Document" type="tns:vtDocument6" />
      <wsdl:part name="DocumentFile" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtDocumentServices___StoreDocument2Response" />
   <wsdl:message name="vtForumServices___AddTopicRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ForumId" type="xs:int" />
      <wsdl:part name="Change" type="tns:vtForumThreadChange" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___AddTopicResponse">
      <wsdl:part name="Thread" type="tns:vtForumThread" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___EditThreadRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ThreadId" type="xs:int" />
      <wsdl:part name="Change" type="tns:vtForumThreadChange" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___EditThreadResponse">
      <wsdl:part name="Thread" type="tns:vtForumThread" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SubForums" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetCategoriesResponse">
      <wsdl:part name="Categories" type="tns:vtForumCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetForumsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetForumsResponse">
      <wsdl:part name="Forums" type="tns:vtForumArray" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetThreadsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TopicId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetThreadsResponse">
      <wsdl:part name="Threads" type="tns:vtForumThreadArray" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetTopicsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ForumId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___GetTopicsResponse">
      <wsdl:part name="Topics" type="tns:vtForumTopicArray" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___ReplyTopicRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TopicId" type="xs:int" />
      <wsdl:part name="Change" type="tns:vtForumThreadChange" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___ReplyTopicResponse">
      <wsdl:part name="Thread" type="tns:vtForumThread" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___SearchForumRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtForumServices___SearchForumResponse">
      <wsdl:part name="Topics" type="tns:vtForumTopicArray" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___AddTransactionRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Transaction" type="tns:vtTransaction3" />
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___AddTransactionResponse">
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___AddTransaction2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Transaction" type="tns:vtTransaction4" />
      <wsdl:part name="ApplicationKeys" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___AddTransaction2Response">
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___CompleteAppServicePurchaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PurchaseInfo" type="tns:vtAppServicePurchase" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___CompleteAppServicePurchaseResponse" />
   <wsdl:message name="vtPaymentServices___CompleteIPNRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PaypalInfo" type="tns:vtPaypalInfo2" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___CompleteIPNResponse" />
   <wsdl:message name="vtPaymentServices___CompleteRenewalRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RenewInfo" type="tns:vtSubscriptionInfo" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___CompleteRenewalResponse" />
   <wsdl:message name="vtPaymentServices___CompleteVehiclePurchaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehiclePurchaseInfo" type="tns:vtSubscriptionInfo" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___CompleteVehiclePurchaseResponse" />
   <wsdl:message name="vtPaymentServices___GetCompanyTransactionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetCompanyTransactionsResponse">
      <wsdl:part name="Transactions" type="tns:vtTransactionArray" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetCompanyTransactions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetCompanyTransactions2Response">
      <wsdl:part name="Transactions" type="tns:vtTransaction2Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetDistributorTransactionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetDistributorTransactionsResponse">
      <wsdl:part name="Transactions" type="tns:vtTransaction4Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetDistributorTransactions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetDistributorTransactions2Response">
      <wsdl:part name="Transactions" type="tns:vtTransaction5Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactionsResponse">
      <wsdl:part name="Transactions" type="tns:vtTransactionArray" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions2Response">
      <wsdl:part name="Transactions" type="tns:vtTransaction2Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions3Response">
      <wsdl:part name="Transactions" type="tns:vtTransaction4Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___GetTransactions4Response">
      <wsdl:part name="Transactions" type="tns:vtTransaction5Array" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ProcessIPNRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PaypalInfo" type="tns:vtPaypalInfo3" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ProcessIPNResponse">
      <wsdl:part name="Valid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___StartPurchaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="DistributorId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___StartPurchaseResponse">
      <wsdl:part name="Application" type="tns:vtApplicationInfo3" />
      <wsdl:part name="PurchaseLinkId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateAppServicePurchaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PurchaseInfo" type="tns:vtAppServicePurchase" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateAppServicePurchaseResponse">
      <wsdl:part name="Valid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateAppServicePurchase2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PurchaseInfo" type="tns:vtAppServicePurchase" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateAppServicePurchase2Response">
      <wsdl:part name="Valid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateRenewalRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RenewInfo" type="tns:vtSubscriptionInfo" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateRenewalResponse">
      <wsdl:part name="Valid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateVehiclePurchaseRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehiclePurchaseInfo" type="tns:vtSubscriptionInfo" />
   </wsdl:message>
   <wsdl:message name="vtPaymentServices___ValidateVehiclePurchaseResponse">
      <wsdl:part name="Valid" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyOrderProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Product" type="tns:vtCompanyProduct2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyOrderProductResponse" />
   <wsdl:message name="vtProductServices___AddCompanyOrderProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Product" type="tns:vtCompanyProduct4" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyOrderProduct2Response" />
   <wsdl:message name="vtProductServices___AddCompanyOrderProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyOrderProductsResponse" />
   <wsdl:message name="vtProductServices___AddCompanyOrderProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyOrderProducts2Response" />
   <wsdl:message name="vtProductServices___AddCompanyProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProductResponse" />
   <wsdl:message name="vtProductServices___AddCompanyProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Product" type="tns:vtCompanyProduct" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProduct2Response" />
   <wsdl:message name="vtProductServices___AddCompanyProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProductsResponse" />
   <wsdl:message name="vtProductServices___AddCompanyProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts2Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts3Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts4Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts5Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts6Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts7Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct7Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts8Response" />
   <wsdl:message name="vtProductServices___AddCompanyProducts9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtCompanyProduct9Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddCompanyProducts9Response" />
   <wsdl:message name="vtProductServices___AddProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct2" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductResponse">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct4" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct2Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct5" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct3Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct6" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct4Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct7" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct5Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct8" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct6Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct9" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct7Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct13" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProduct8Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="Category" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductList" type="tns:vtProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductsResponse">
      <wsdl:part name="ProductList" type="tns:vtProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProducts2Response">
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductSerialNumbersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ApplicationId" type="xs:string" />
      <wsdl:part name="LicenseLength" type="xs:int" />
      <wsdl:part name="ProductSerials" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductSerialNumbersResponse" />
   <wsdl:message name="vtProductServices___AddProductToCartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CartId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtCompanyProduct5" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddProductToCartResponse" />
   <wsdl:message name="vtProductServices___AddUpdateCompanyProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Product" type="tns:vtCompanyProduct9" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateCompanyProductResponse" />
   <wsdl:message name="vtProductServices___AddUpdateProductByPartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct4" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductByPartResponse">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductByPart2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct5" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductByPart2Response">
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPartResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Products" type="tns:vtProduct11Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart3Response">
      <wsdl:part name="Products" type="tns:vtProduct11Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Products" type="tns:vtProduct13Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddUpdateProductsByPart4Response">
      <wsdl:part name="Products" type="tns:vtProduct13Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ProductID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtVehicleProductGroupArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductGroupsResponse" />
   <wsdl:message name="vtProductServices___AddVehicleProductGroups2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Products" type="tns:vtVehicleProductGroup2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductGroups2Response" />
   <wsdl:message name="vtProductServices___AddVehicleProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductsByProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductsByProductResponse" />
   <wsdl:message name="vtProductServices___AddVehicleProductsByProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___AddVehicleProductsByProduct2Response" />
   <wsdl:message name="vtProductServices___ClearShoppingCartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CartId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___ClearShoppingCartResponse" />
   <wsdl:message name="vtProductServices___ClearVehicleProductGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___ClearVehicleProductGroupsResponse" />
   <wsdl:message name="vtProductServices___ClearVehicleProductGroups2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleProductList" type="tns:vtVehicleProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___ClearVehicleProductGroups2Response" />
   <wsdl:message name="vtProductServices___CopyVehicleProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="FromID" type="xs:int" />
      <wsdl:part name="ToID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___CopyVehicleProductsResponse" />
   <wsdl:message name="vtProductServices___DeleteCompanyOrderProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteCompanyOrderProductResponse" />
   <wsdl:message name="vtProductServices___DeleteCompanyOrderProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteCompanyOrderProductsResponse" />
   <wsdl:message name="vtProductServices___DeleteCompanyProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteCompanyProductResponse" />
   <wsdl:message name="vtProductServices___DeleteCompanyProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteCompanyProductsResponse" />
   <wsdl:message name="vtProductServices___DeleteProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteProductResponse" />
   <wsdl:message name="vtProductServices___DeleteProductCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteProductCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteProductFromCartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CartId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteProductFromCartResponse" />
   <wsdl:message name="vtProductServices___DeleteProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ProductIDs" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___DeleteProductsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts3Response">
      <wsdl:part name="Products" type="tns:vtProduct9Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts4Response">
      <wsdl:part name="Products" type="tns:vtProduct13Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllManufacturerProducts5Response">
      <wsdl:part name="Products" type="tns:vtProduct14Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllProductManufacturersRequest">
      <wsdl:part name="SessionID" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllProductManufacturersResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ManufacturerList" type="tns:vtProductManufacturerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllProductManufacturers2Request">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllProductManufacturers2Response">
      <wsdl:part name="Manufacturers" type="tns:vtProductManufacturer2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProductsResponse">
      <wsdl:part name="ProductList" type="tns:vtProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts2Response">
      <wsdl:part name="ProductList" type="tns:vtProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts3Response">
      <wsdl:part name="ProductList" type="tns:vtProduct3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts4Response">
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
      <wsdl:part name="SizedProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProducts5Response">
      <wsdl:part name="Products" type="tns:vtProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProductsCompleteRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetAllVehicleProductsCompleteResponse">
      <wsdl:part name="Products" type="tns:vtProduct12Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyInstallationAccessoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="CorrelatedCategoryId" type="xs:string" />
      <wsdl:part name="RequiredOnly" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyInstallationAccessoriesResponse">
      <wsdl:part name="ProductAccessories" type="tns:vtCompanyProduct8Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductCategoriesResponse">
      <wsdl:part name="ProductCategories" type="tns:vtProductCategory3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct10Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductsByCategoriesPagedRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductsPerPage" type="xs:int" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="Page" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyOrderProductsByCategoriesPagedResponse">
      <wsdl:part name="TotalProducts" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct10Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="ProductAttributes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductResponse">
      <wsdl:part name="Product" type="tns:vtProduct15" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductBySKURequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="SKU" type="xs:string" />
      <wsdl:part name="ProductAttributes" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductBySKUResponse">
      <wsdl:part name="Product" type="tns:vtProduct15" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductCategoryIdsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="CorrelatedCategoryId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductCategoryIdsResponse">
      <wsdl:part name="ProductCategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductDumpRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="IncludeIgnored" type="xs:boolean" />
      <wsdl:part name="IncludeMatched" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductDumpResponse">
      <wsdl:part name="Products" type="tns:vtProductDumpArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductDump2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="IncludeIgnored" type="xs:boolean" />
      <wsdl:part name="IncludeMatched" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductDump2Response">
      <wsdl:part name="Products" type="tns:vtProductDump2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct10Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsByCategoryPagedRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductCategoryId" type="xs:int" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductsPerPage" type="xs:int" />
      <wsdl:part name="Page" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsByCategoryPagedResponse">
      <wsdl:part name="TotalProducts" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct8Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsByCategoryPaged2Request">
      <wsdl:part name="SessioId" type="xs:string" />
      <wsdl:part name="ProductCategoryId" type="xs:int" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductsPerPage" type="xs:int" />
      <wsdl:part name="Page" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyProductsByCategoryPaged2Response">
      <wsdl:part name="TotalProducts" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct12Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyVehicleProductAccessoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyVehicleProductAccessoriesResponse">
      <wsdl:part name="Accessories" type="tns:vtProduct16Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyVehicleProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCompanyVehicleProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct12Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCreatedManufacturerProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="DaySpan" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCreatedManufacturerProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCreatedManufacturerProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="DaySpan" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetCreatedManufacturerProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetFitguideCompanyProductCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetFitguideCompanyProductCategoriesResponse">
      <wsdl:part name="ProductCategories" type="tns:vtProductCategory3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductCategoriesResponse">
      <wsdl:part name="ProductCategories" type="tns:vtProductCategory3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsResponse">
      <wsdl:part name="ProductList" type="tns:vtProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts2Response">
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts3Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts4Response">
      <wsdl:part name="Products" type="tns:vtProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts5Response">
      <wsdl:part name="Products" type="tns:vtProduct7Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts6Response">
      <wsdl:part name="Products" type="tns:vtProduct8Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts7Response">
      <wsdl:part name="Products" type="tns:vtProduct9Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProducts8Response">
      <wsdl:part name="Products" type="tns:vtProduct13Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="ParentCategories" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategoriesResponse">
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategories2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategories2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategoriesPagedRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="ProductsPerPage" type="xs:int" />
      <wsdl:part name="Page" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerProductsByCategoriesPagedResponse">
      <wsdl:part name="TotalProducts" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct10Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerVehicleProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetManufacturerVehicleProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductResponse">
      <wsdl:part name="Product" type="tns:vtProduct8" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProduct2Response">
      <wsdl:part name="Product" type="tns:vtProduct10" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCatalogRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCatalogResponse">
      <wsdl:part name="Catalog" type="tns:vtCatalogVehicleProductsArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="CategoryList" type="tns:vtProductCategoryArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories2Response">
      <wsdl:part name="CategoryList" type="tns:vtProductCategory2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories3Response">
      <wsdl:part name="Categories" type="tns:vtProductCategory3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="SubCategories" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategories4Response">
      <wsdl:part name="Categories" type="tns:vtProductCategory4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoryManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoryManufacturersResponse">
      <wsdl:part name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoryNonUniversalManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductCategoryNonUniversalManufacturersResponse">
      <wsdl:part name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductDumpCompaniesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductDumpCompaniesResponse">
      <wsdl:part name="Companies" type="tns:vtProductDumpCompanyArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturerRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ManufacturerID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturerResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Manufacturer" type="tns:vtProductManufacturer" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturer2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturer2Response">
      <wsdl:part name="Manufacturer" type="tns:vtProductManufacturer2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturersRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductManufacturersResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ManufacturerList" type="tns:vtProductManufacturerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumberRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PartNumber" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumberResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumber2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PartNumber" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumber2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumber3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PartNumber" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumber3Response">
      <wsdl:part name="Products" type="tns:vtProduct12Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumbersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="PartNumbers" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductsByPartNumbersResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductVehicleIdsBySKURequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="SKU" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductVehicleIdsBySKUResponse">
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductVehiclesResponse">
      <wsdl:part name="VehicleList" type="tns:vtVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductWiresRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetProductWiresResponse">
      <wsdl:part name="ProductWires" type="tns:vtProductWireArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformationRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformationResponse">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation10Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest3" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation10Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse8" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation11Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest4" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation11Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse9" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation2Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation3Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation4Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse3" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation5Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse4" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation6Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse5" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation7Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse6" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation8Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse7" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation9Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtRetailerVehicleRequest2" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleInformation9Response">
      <wsdl:part name="Response" type="tns:vtRetailerVehicleResponse8" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct8Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RetailerId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetRetailerVehicleProducts3Response">
      <wsdl:part name="Products" type="tns:vtProduct10Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetSessionManufacturerRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetSessionManufacturerResponse">
      <wsdl:part name="Manufacturer" type="tns:vtProductManufacturer" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetShoppingCartProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="CartId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetShoppingCartProductsResponse">
      <wsdl:part name="Products" type="tns:vtCompanyProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetSizeTypesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetSizeTypesResponse">
      <wsdl:part name="SizeTypes" type="tns:vtSizeTypeArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUnmatchedManufacturerProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUnmatchedManufacturerProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUpdatedManufacturerProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="DaySpan" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUpdatedManufacturerProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUpdatedManufacturerProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="DaySpan" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetUpdatedManufacturerProducts2Response">
      <wsdl:part name="Products" type="tns:vtProduct5Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoriesResponse">
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoryManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoryManufacturersResponse">
      <wsdl:part name="ProductCategoryManufacturers" type="tns:vtIntegerIntegerArrayArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoryNonUniversalManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductCategoryNonUniversalManufacturersResponse">
      <wsdl:part name="ProductCategoryNonUniversalManufacturers" type="tns:vtIntegerIntegerArrayArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductGroupsResponse">
      <wsdl:part name="GroupList" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ProductList" type="tns:vtProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProducts2Request">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProducts2Response">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="ProductList" type="tns:vtProduct2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProducts3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProducts3Response">
      <wsdl:part name="ProductList" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByCategoryIdsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="UniversalProducts" type="xs:boolean" />
      <wsdl:part name="SizedProducts" type="xs:boolean" />
      <wsdl:part name="CategoryIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByCategoryIdsResponse">
      <wsdl:part name="Products" type="tns:vtProduct12Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByGroupIDsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="GroupIDs" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByGroupIDsResponse">
      <wsdl:part name="ProductsArray" type="tns:vtVehicleProductGroupArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByGroupIds2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="GroupIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVehicleProductsByGroupIds2Response">
      <wsdl:part name="ProductsArray" type="tns:vtVehicleProductGroup3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVisibleProductManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___GetVisibleProductManufacturersResponse">
      <wsdl:part name="Manufacturers" type="tns:vtProductManufacturer2Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateManufacturersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Manufacturers" type="tns:vtProductManufacturerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateManufacturersResponse">
      <wsdl:part name="Manufacturers" type="tns:vtProductManufacturerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroupsResponse">
      <wsdl:part name="Products" type="tns:vtProduct3Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroups2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroups2Response">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroups3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Products" type="tns:vtProduct6Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___PopulateVehicleProductGroups3Response" />
   <wsdl:message name="vtProductServices___RemoveVehicleProductRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ProductID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___RemoveVehicleProductResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___RemoveVehicleProductsRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="VehicleID" type="xs:int" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___RemoveVehicleProductsResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___RemoveVehicleProducts2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleProductList" type="tns:vtVehicleProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___RemoveVehicleProducts2Response" />
   <wsdl:message name="vtProductServices___SearchAllProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SearchAllProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SearchVehicleProductsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
      <wsdl:part name="Terms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SearchVehicleProductsResponse">
      <wsdl:part name="Products" type="tns:vtProduct4Array" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SelectPartNumberListRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SelectPartNumberListResponse">
      <wsdl:part name="Products" type="tns:vtProductArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetCompanyProductIdRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="CorrelatedId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetCompanyProductIdResponse" />
   <wsdl:message name="vtProductServices___SetManufacturerRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Manufacturer" type="tns:vtProductManufacturer" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetManufacturerResponse" />
   <wsdl:message name="vtProductServices___SetManufacturerFitGuideRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ManufacturerId" type="xs:int" />
      <wsdl:part name="FitGuide" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetManufacturerFitGuideResponse" />
   <wsdl:message name="vtProductServices___SetProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct2" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductResponse" />
   <wsdl:message name="vtProductServices___SetProduct2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct4" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct2Response" />
   <wsdl:message name="vtProductServices___SetProduct3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct5" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct3Response" />
   <wsdl:message name="vtProductServices___SetProduct4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct6" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct4Response" />
   <wsdl:message name="vtProductServices___SetProduct5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct7" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct5Response" />
   <wsdl:message name="vtProductServices___SetProduct6Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct8" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct6Response" />
   <wsdl:message name="vtProductServices___SetProduct7Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct9" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct7Response" />
   <wsdl:message name="vtProductServices___SetProduct8Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProduct13" />
      <wsdl:part name="Image" type="xs:base64Binary" />
      <wsdl:part name="Instructions" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProduct8Response" />
   <wsdl:message name="vtProductServices___SetProductCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="CategoryID" type="xs:int" />
      <wsdl:part name="ParentCategoryID" type="xs:int" />
      <wsdl:part name="Category" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductDumpRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Product" type="tns:vtProductDump" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductDumpResponse" />
   <wsdl:message name="vtProductServices___SetProductInCartRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CartId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="Quantity" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductInCartResponse" />
   <wsdl:message name="vtProductServices___SetProductsCategoriesRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ProductIds" type="tns:vtIntegerArray" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductsCategoriesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductsCategoryRequest">
      <wsdl:part name="SessionID" type="xs:string" />
      <wsdl:part name="ProductID" type="xs:int" />
      <wsdl:part name="CategoryID" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductsCategoryResponse">
      <wsdl:part name="Result" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductWiresRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:int" />
      <wsdl:part name="ProductWires" type="tns:vtProductWireArray" />
   </wsdl:message>
   <wsdl:message name="vtProductServices___SetProductWiresResponse" />
   <wsdl:message name="vtProductDAServices___GetCompanyProductCategoriesRequest">
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductDAServices___GetCompanyProductCategoriesResponse">
      <wsdl:part name="DataTable" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtProductDAServices___GetCompanyVehicleProductCategoriesRequest">
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtProductDAServices___GetCompanyVehicleProductCategoriesResponse">
      <wsdl:part name="DataTable" type="xs:base64Binary" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetAAIAVehiclesWithoutMatchesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="RegionId" type="xs:int" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetAAIAVehiclesWithoutMatchesResponse">
      <wsdl:part name="Vehicles" type="tns:vtAAIAVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesCreatedBetweenRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesCreatedBetweenResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForMakesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="MakeIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForMakesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForMakes2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="MakeIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForMakes2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForYearsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesForYearsResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesMissingDefaultTrimsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesMissingDefaultTrimsResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesMissingDefaultTrims2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesMissingDefaultTrims2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithDocumentsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithDocumentsResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="DocumentIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithDocuments2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutDocumentsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutDocumentsResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutDocuments2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutDocuments2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutValuesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutValues2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="AttributeIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithoutValues2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithValuesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Values" type="tns:vtAttributeValueConditionArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithValuesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithValues2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Locales" type="tns:vtIntegerArray" />
      <wsdl:part name="Years" type="tns:vtIntegerArray" />
      <wsdl:part name="Values" type="tns:vtAttributeValueConditionArray" />
   </wsdl:message>
   <wsdl:message name="vtReportServices___GetVehiclesWithValues2Response">
      <wsdl:part name="Vehicles" type="tns:vtVehicle2Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddLinkedTransactionRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Transaction" type="tns:vtLinkedTransaction" />
      <wsdl:part name="LinkedTransaction" type="tns:vtLinkedTransaction" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddLinkedTransactionResponse" />
   <wsdl:message name="vtSchedulingServices___AddNPDSubmissionRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddNPDSubmissionResponse" />
   <wsdl:message name="vtSchedulingServices___AddScheduledInstallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstallResponse">
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall2" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall2Response">
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall4" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall3Response">
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall5" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___AddScheduledInstall4Response">
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___DeleteScheduledInstallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___DeleteScheduledInstallResponse" />
   <wsdl:message name="vtSchedulingServices___GetBayInstallersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetBayInstallersResponse">
      <wsdl:part name="BayInstallers" type="tns:vtBayInstallersArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicleRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CustomerId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicleResponse">
      <wsdl:part name="ScheduledVehicle" type="tns:vtScheduledVehicle" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicle2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CustomerId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicle2Response">
      <wsdl:part name="ScheduledVehicle" type="tns:vtScheduledVehicle2" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicle3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CustomerId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetCustomerVehicle3Response">
      <wsdl:part name="ScheduledVehicle" type="tns:vtScheduledVehicle3" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetInstallBaysRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetInstallBaysResponse">
      <wsdl:part name="InstallBays" type="tns:vtInstallBayArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetLinkedTransactionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetLinkedTransactionsResponse">
      <wsdl:part name="LinkedTransactions" type="tns:vtLinkedTransactionArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetQBProductUpcRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetQBProductUpcResponse">
      <wsdl:part name="UPC" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallResponse">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall2Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall2" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall3Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall3" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall4Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall4" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstallId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstall5Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall5" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransactionRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransactionResponse">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall3" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransaction2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransaction2Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall4" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransaction3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TransactionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallForTransaction3Response">
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall5" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstallsResponse">
      <wsdl:part name="ScheduledInstalls" type="tns:vtScheduledInstallArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls2Response">
      <wsdl:part name="ScheduledInstalls" type="tns:vtScheduledInstall2Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls3Response">
      <wsdl:part name="ScheduledInstalls" type="tns:vtScheduledInstall3Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls4Response">
      <wsdl:part name="ScheduledInstalls" type="tns:vtScheduledInstall4Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="StartDate" type="xs:dateTime" />
      <wsdl:part name="EndDate" type="xs:dateTime" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetScheduledInstalls5Response">
      <wsdl:part name="ScheduledInstalls" type="tns:vtScheduledInstall5Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="GetBays" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptionsResponse">
      <wsdl:part name="Options" type="tns:vtSchedulingOptions" />
      <wsdl:part name="InstallBays" type="tns:vtInstallBayArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="GetBays" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptions2Response">
      <wsdl:part name="Options" type="tns:vtSchedulingOptions2" />
      <wsdl:part name="InstallBays" type="tns:vtInstallBayArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptions3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="GetBays" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetSchedulingOptions3Response">
      <wsdl:part name="Options" type="tns:vtSchedulingOptions3" />
      <wsdl:part name="InstallBays" type="tns:vtInstallBayArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetUpcQBProductRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="UPC" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___GetUpcQBProductResponse">
      <wsdl:part name="ProductId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___MapIdsToNumbersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Ids" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___MapIdsToNumbersResponse">
      <wsdl:part name="Numbers" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstallsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SearchBy" type="tns:vtSearchInstallsBy" />
      <wsdl:part name="SearchTerms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstallsResponse">
      <wsdl:part name="Results" type="tns:vtScheduledInstallArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SearchBy" type="tns:vtSearchInstallsBy" />
      <wsdl:part name="SearchTerms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls2Response">
      <wsdl:part name="Results" type="tns:vtScheduledInstall2Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SearchBy" type="tns:vtSearchInstallsBy" />
      <wsdl:part name="SearchTerms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls3Response">
      <wsdl:part name="Results" type="tns:vtScheduledInstall3Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SearchBy" type="tns:vtSearchInstallsBy" />
      <wsdl:part name="SearchTerms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls4Response">
      <wsdl:part name="Results" type="tns:vtScheduledInstall4Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls5Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="SearchBy" type="tns:vtSearchInstallsBy" />
      <wsdl:part name="SearchTerms" type="tns:vtStringArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SearchForScheduledInstalls5Response">
      <wsdl:part name="Results" type="tns:vtScheduledInstall5Array" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetBayInstallersRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="BayInstallers" type="tns:vtBayInstallersArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetBayInstallersResponse" />
   <wsdl:message name="vtSchedulingServices___SetInstallBaysRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="InstallBays" type="tns:vtInstallBayArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetInstallBaysResponse" />
   <wsdl:message name="vtSchedulingServices___SetQBProductUpcsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ProductUpcs" type="tns:vtQBProductUpcArray" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetQBProductUpcsResponse" />
   <wsdl:message name="vtSchedulingServices___SetScheduledInstallRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetScheduledInstallResponse" />
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall2" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall2Response" />
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall4" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall3Response" />
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall4Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ScheduledInstall" type="tns:vtScheduledInstall5" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetScheduledInstall4Response" />
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Options" type="tns:vtSchedulingOptions" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptionsResponse" />
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptions2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Options" type="tns:vtSchedulingOptions2" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptions2Response" />
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptions3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Options" type="tns:vtSchedulingOptions3" />
   </wsdl:message>
   <wsdl:message name="vtSchedulingServices___SetSchedulingOptions3Response" />
   <wsdl:message name="vtStructureServices___AddCategoryRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Category" type="tns:vtAttributeCategory2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___AddCategoryResponse">
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___AddGroupRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Group" type="tns:vtAttributeGroup2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___AddGroupResponse">
      <wsdl:part name="GroupId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___AddAttributeRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Attribute" type="tns:vtAttribute2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___AddAttributeResponse">
      <wsdl:part name="AttributeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___DeleteCategoryRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CategoryId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___DeleteCategoryResponse" />
   <wsdl:message name="vtStructureServices___DeleteGroupRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="GroupId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___DeleteGroupResponse" />
   <wsdl:message name="vtStructureServices___DeleteAttributeRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AttributeId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___DeleteAttributeResponse" />
   <wsdl:message name="vtStructureServices___GetHorizontalCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="ParentCategoryId" type="xs:int" />
      <wsdl:part name="SubGroups" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___GetHorizontalCategoriesResponse">
      <wsdl:part name="HorizontalCategories" type="tns:vtHorizontalCategoryArray" />
      <wsdl:part name="HorizontalCells" type="tns:vtHorizontalCellArray" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetCategoryRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Category" type="tns:vtAttributeCategory2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetCategoryResponse" />
   <wsdl:message name="vtStructureServices___SetGroupRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Group" type="tns:vtAttributeGroup2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetGroupResponse" />
   <wsdl:message name="vtStructureServices___SetAttributeRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Attribute" type="tns:vtAttribute2" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetAttributeResponse" />
   <wsdl:message name="vtStructureServices___SetCategoriesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Categories" type="tns:vtAttributeCategory2Array" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetCategoriesResponse" />
   <wsdl:message name="vtStructureServices___SetGroupsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Groups" type="tns:vtAttributeGroup2Array" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetGroupsResponse" />
   <wsdl:message name="vtStructureServices___SetAttributesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Attributes" type="tns:vtAttribute2Array" />
   </wsdl:message>
   <wsdl:message name="vtStructureServices___SetAttributesResponse" />
   <wsdl:message name="vtTaskServices___AddTaskRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___AddTaskResponse">
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___AddTask2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask2" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___AddTask2Response">
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___AddTask3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask3" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___AddTask3Response">
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___DeleteTaskRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___DeleteTaskResponse" />
   <wsdl:message name="vtTaskServices___GetClosedTasksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetClosedTasksResponse">
      <wsdl:part name="Tasks" type="tns:vtTaskArray" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetClosedTasks2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetClosedTasks2Response">
      <wsdl:part name="Tasks" type="tns:vtTask2Array" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetCompaniesWithTasksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetCompaniesWithTasksResponse">
      <wsdl:part name="Companies" type="tns:vtCompanyBrowseArray" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetOpenTasksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetOpenTasksResponse">
      <wsdl:part name="Tasks" type="tns:vtTaskArray" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetOpenTasks2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetOpenTasks2Response">
      <wsdl:part name="Tasks" type="tns:vtTask2Array" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTaskRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTaskResponse">
      <wsdl:part name="Task" type="tns:vtTask" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTask2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTask2Response">
      <wsdl:part name="Task" type="tns:vtTask2" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTask3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="TaskId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTask3Response">
      <wsdl:part name="Task" type="tns:vtTask3" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasksRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Closed" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasksResponse">
      <wsdl:part name="Tasks" type="tns:vtTaskArray" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasks2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Closed" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasks2Response">
      <wsdl:part name="Tasks" type="tns:vtTask2Array" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasks3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="CompanyId" type="xs:int" />
      <wsdl:part name="Closed" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___GetTasks3Response">
      <wsdl:part name="Tasks" type="tns:vtTask3Array" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___SetTaskRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___SetTaskResponse" />
   <wsdl:message name="vtTaskServices___SetTask2Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask2" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___SetTask2Response" />
   <wsdl:message name="vtTaskServices___SetTask3Request">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Task" type="tns:vtTask3" />
   </wsdl:message>
   <wsdl:message name="vtTaskServices___SetTask3Response" />
   <wsdl:message name="vtUpdateServices___CheckForUpdatesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="Request" type="tns:vtUpdatesRequest" />
   </wsdl:message>
   <wsdl:message name="vtUpdateServices___CheckForUpdatesResponse">
      <wsdl:part name="Result" type="xs:boolean" />
      <wsdl:part name="Response" type="tns:vtUpdatesResponse" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetMakesRequest">
      <wsdl:part name="Sessionid" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetMakesResponse">
      <wsdl:part name="Makes" type="tns:vtAAIAMakeArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetRegionsRequest">
      <wsdl:part name="SessionId" type="xs:string" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetRegionsResponse">
      <wsdl:part name="Regions" type="tns:vtAAIARegionArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="RegionId" type="xs:int" />
      <wsdl:part name="OnlyUnmatched" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVehiclesResponse">
      <wsdl:part name="Vehicles" type="tns:vtAAIAVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetAAIAVehiclesForVehicleRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="VehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetAAIAVehiclesForVehicleResponse">
      <wsdl:part name="AAIAVehicles" type="tns:vtAAIAVehicleArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVehiclesForAAIAVehicleRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AAIAVehicleId" type="xs:int" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVehiclesForAAIAVehicleResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicleBrowse4Array" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVictoryVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="MakeId" type="xs:int" />
      <wsdl:part name="UnmatchedOnly" type="xs:boolean" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___GetVictoryVehiclesResponse">
      <wsdl:part name="Vehicles" type="tns:vtVehicleBrowse3Array" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___MatchVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AAIAVehicleIds" type="tns:vtIntegerArray" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___MatchVehiclesResponse" />
   <wsdl:message name="vtAAIAVehicleServices___UnmatchVehiclesRequest">
      <wsdl:part name="SessionId" type="xs:string" />
      <wsdl:part name="AAIAVehicleIds" type="tns:vtIntegerArray" />
      <wsdl:part name="VehicleIds" type="tns:vtIntegerArray" />
   </wsdl:message>
   <wsdl:message name="vtAAIAVehicleServices___UnmatchVehiclesResponse" />
   <wsdl:portType name="vtSessionDAServices">
      <wsdl:operation name="Login">
         <wsdl:input message="tns:vtSessionDAServices___LoginRequest" />
         <wsdl:output message="tns:vtSessionDAServices___LoginResponse" />
      </wsdl:operation>
      <wsdl:operation name="SimpleLogin">
         <wsdl:input message="tns:vtSessionDAServices___SimpleLoginRequest" />
         <wsdl:output message="tns:vtSessionDAServices___SimpleLoginResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtCallServices">
      <wsdl:operation name="SelectCalls">
         <wsdl:input message="tns:vtCallServices___SelectCallsRequest" />
         <wsdl:output message="tns:vtCallServices___SelectCallsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectCalls2">
         <wsdl:input message="tns:vtCallServices___SelectCalls2Request" />
         <wsdl:output message="tns:vtCallServices___SelectCalls2Response" />
      </wsdl:operation>
      <wsdl:operation name="SelectCall">
         <wsdl:input message="tns:vtCallServices___SelectCallRequest" />
         <wsdl:output message="tns:vtCallServices___SelectCallResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectCall2">
         <wsdl:input message="tns:vtCallServices___SelectCall2Request" />
         <wsdl:output message="tns:vtCallServices___SelectCall2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCall">
         <wsdl:input message="tns:vtCallServices___AddCallRequest" />
         <wsdl:output message="tns:vtCallServices___AddCallResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCall2">
         <wsdl:input message="tns:vtCallServices___AddCall2Request" />
         <wsdl:output message="tns:vtCallServices___AddCall2Response" />
      </wsdl:operation>
      <wsdl:operation name="EditCall">
         <wsdl:input message="tns:vtCallServices___EditCallRequest" />
         <wsdl:output message="tns:vtCallServices___EditCallResponse" />
      </wsdl:operation>
      <wsdl:operation name="EditCall2">
         <wsdl:input message="tns:vtCallServices___EditCall2Request" />
         <wsdl:output message="tns:vtCallServices___EditCall2Response" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCall">
         <wsdl:input message="tns:vtCallServices___DeleteCallRequest" />
         <wsdl:output message="tns:vtCallServices___DeleteCallResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyContacts">
         <wsdl:input message="tns:vtCallServices___SelectCompanyContactsRequest" />
         <wsdl:output message="tns:vtCallServices___SelectCompanyContactsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyCalls">
         <wsdl:input message="tns:vtCallServices___SelectCompanyCallsRequest" />
         <wsdl:output message="tns:vtCallServices___SelectCompanyCallsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyContacts2">
         <wsdl:input message="tns:vtCallServices___SelectCompanyContacts2Request" />
         <wsdl:output message="tns:vtCallServices___SelectCompanyContacts2Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtUserServices">
      <wsdl:operation name="AddCompany">
         <wsdl:input message="tns:vtUserServices___AddCompanyRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany10">
         <wsdl:input message="tns:vtUserServices___AddCompany10Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany10Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany11">
         <wsdl:input message="tns:vtUserServices___AddCompany11Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany11Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany12">
         <wsdl:input message="tns:vtUserServices___AddCompany12Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany12Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany13">
         <wsdl:input message="tns:vtUserServices___AddCompany13Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany13Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany14">
         <wsdl:input message="tns:vtUserServices___AddCompany14Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany14Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany15">
         <wsdl:input message="tns:vtUserServices___AddCompany15Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany15Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany16">
         <wsdl:input message="tns:vtUserServices___AddCompany16Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany16Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany17">
         <wsdl:input message="tns:vtUserServices___AddCompany17Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany17Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany18">
         <wsdl:input message="tns:vtUserServices___AddCompany18Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany18Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany19">
         <wsdl:input message="tns:vtUserServices___AddCompany19Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany19Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany2">
         <wsdl:input message="tns:vtUserServices___AddCompany2Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany20">
         <wsdl:input message="tns:vtUserServices___AddCompany20Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany20Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany21">
         <wsdl:input message="tns:vtUserServices___AddCompany21Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany21Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany3">
         <wsdl:input message="tns:vtUserServices___AddCompany3Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany4">
         <wsdl:input message="tns:vtUserServices___AddCompany4Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany5">
         <wsdl:input message="tns:vtUserServices___AddCompany5Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany5Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany6">
         <wsdl:input message="tns:vtUserServices___AddCompany6Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany6Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany7">
         <wsdl:input message="tns:vtUserServices___AddCompany7Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany7Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany8">
         <wsdl:input message="tns:vtUserServices___AddCompany8Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany8Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompany9">
         <wsdl:input message="tns:vtUserServices___AddCompany9Request" />
         <wsdl:output message="tns:vtUserServices___AddCompany9Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyNewsItem">
         <wsdl:input message="tns:vtUserServices___AddCompanyNewsItemRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyNewsItemResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicle">
         <wsdl:input message="tns:vtUserServices___AddCompanyVehicleRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicleBySession">
         <wsdl:input message="tns:vtUserServices___AddCompanyVehicleBySessionRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyVehicleBySessionResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicleByVehicleId">
         <wsdl:input message="tns:vtUserServices___AddCompanyVehicleByVehicleIdRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyVehicleByVehicleIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyWebLink">
         <wsdl:input message="tns:vtUserServices___AddCompanyWebLinkRequest" />
         <wsdl:output message="tns:vtUserServices___AddCompanyWebLinkResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddLead">
         <wsdl:input message="tns:vtUserServices___AddLeadRequest" />
         <wsdl:output message="tns:vtUserServices___AddLeadResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddLead2">
         <wsdl:input message="tns:vtUserServices___AddLead2Request" />
         <wsdl:output message="tns:vtUserServices___AddLead2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddLead3">
         <wsdl:input message="tns:vtUserServices___AddLead3Request" />
         <wsdl:output message="tns:vtUserServices___AddLead3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddPressRelease">
         <wsdl:input message="tns:vtUserServices___AddPressReleaseRequest" />
         <wsdl:output message="tns:vtUserServices___AddPressReleaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUser">
         <wsdl:input message="tns:vtUserServices___AddUserRequest" />
         <wsdl:output message="tns:vtUserServices___AddUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUser2">
         <wsdl:input message="tns:vtUserServices___AddUser2Request" />
         <wsdl:output message="tns:vtUserServices___AddUser2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUser3">
         <wsdl:input message="tns:vtUserServices___AddUser3Request" />
         <wsdl:output message="tns:vtUserServices___AddUser3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUser4">
         <wsdl:input message="tns:vtUserServices___AddUser4Request" />
         <wsdl:output message="tns:vtUserServices___AddUser4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUser5">
         <wsdl:input message="tns:vtUserServices___AddUser5Request" />
         <wsdl:output message="tns:vtUserServices___AddUser5Response" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompany">
         <wsdl:input message="tns:vtUserServices___DeleteCompanyRequest" />
         <wsdl:output message="tns:vtUserServices___DeleteCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyNews">
         <wsdl:input message="tns:vtUserServices___DeleteCompanyNewsRequest" />
         <wsdl:output message="tns:vtUserServices___DeleteCompanyNewsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyNews2">
         <wsdl:input message="tns:vtUserServices___DeleteCompanyNews2Request" />
         <wsdl:output message="tns:vtUserServices___DeleteCompanyNews2Response" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyVehicle">
         <wsdl:input message="tns:vtUserServices___DeleteCompanyVehicleRequest" />
         <wsdl:output message="tns:vtUserServices___DeleteCompanyVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyWebLink">
         <wsdl:input message="tns:vtUserServices___DeleteCompanyWebLinkRequest" />
         <wsdl:output message="tns:vtUserServices___DeleteCompanyWebLinkResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeletePressRelease">
         <wsdl:input message="tns:vtUserServices___DeletePressReleaseRequest" />
         <wsdl:output message="tns:vtUserServices___DeletePressReleaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteUser">
         <wsdl:input message="tns:vtUserServices___DeleteUserRequest" />
         <wsdl:output message="tns:vtUserServices___DeleteUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="ExtendExpirations">
         <wsdl:input message="tns:vtUserServices___ExtendExpirationsRequest" />
         <wsdl:output message="tns:vtUserServices___ExtendExpirationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllApplications">
         <wsdl:input message="tns:vtUserServices___GetAllApplicationsRequest" />
         <wsdl:output message="tns:vtUserServices___GetAllApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllLocales">
         <wsdl:input message="tns:vtUserServices___GetAllLocalesRequest" />
         <wsdl:output message="tns:vtUserServices___GetAllLocalesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAuthorizeNetSettings">
         <wsdl:input message="tns:vtUserServices___GetAuthorizeNetSettingsRequest" />
         <wsdl:output message="tns:vtUserServices___GetAuthorizeNetSettingsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies">
         <wsdl:input message="tns:vtUserServices___GetCompaniesRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies10">
         <wsdl:input message="tns:vtUserServices___GetCompanies10Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies10Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies11">
         <wsdl:input message="tns:vtUserServices___GetCompanies11Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies11Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies12">
         <wsdl:input message="tns:vtUserServices___GetCompanies12Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies12Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies13">
         <wsdl:input message="tns:vtUserServices___GetCompanies13Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies13Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies14">
         <wsdl:input message="tns:vtUserServices___GetCompanies14Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies14Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies15">
         <wsdl:input message="tns:vtUserServices___GetCompanies15Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies15Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies16">
         <wsdl:input message="tns:vtUserServices___GetCompanies16Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies16Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies17">
         <wsdl:input message="tns:vtUserServices___GetCompanies17Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies17Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies18">
         <wsdl:input message="tns:vtUserServices___GetCompanies18Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies18Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies19">
         <wsdl:input message="tns:vtUserServices___GetCompanies19Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies19Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies2">
         <wsdl:input message="tns:vtUserServices___GetCompanies2Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies20">
         <wsdl:input message="tns:vtUserServices___GetCompanies20Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies20Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies21">
         <wsdl:input message="tns:vtUserServices___GetCompanies21Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies21Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies22">
         <wsdl:input message="tns:vtUserServices___GetCompanies22Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies22Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies23">
         <wsdl:input message="tns:vtUserServices___GetCompanies23Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies23Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies24">
         <wsdl:input message="tns:vtUserServices___GetCompanies24Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies24Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies25">
         <wsdl:input message="tns:vtUserServices___GetCompanies25Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies25Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies3">
         <wsdl:input message="tns:vtUserServices___GetCompanies3Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies4">
         <wsdl:input message="tns:vtUserServices___GetCompanies4Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies5">
         <wsdl:input message="tns:vtUserServices___GetCompanies5Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies6">
         <wsdl:input message="tns:vtUserServices___GetCompanies6Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies7">
         <wsdl:input message="tns:vtUserServices___GetCompanies7Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies8">
         <wsdl:input message="tns:vtUserServices___GetCompanies8Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanies9">
         <wsdl:input message="tns:vtUserServices___GetCompanies9Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanies9Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany">
         <wsdl:input message="tns:vtUserServices___GetCompanyRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany10">
         <wsdl:input message="tns:vtUserServices___GetCompany10Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany10Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany11">
         <wsdl:input message="tns:vtUserServices___GetCompany11Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany11Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany12">
         <wsdl:input message="tns:vtUserServices___GetCompany12Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany12Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany13">
         <wsdl:input message="tns:vtUserServices___GetCompany13Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany13Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany14">
         <wsdl:input message="tns:vtUserServices___GetCompany14Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany14Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany15">
         <wsdl:input message="tns:vtUserServices___GetCompany15Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany15Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany16">
         <wsdl:input message="tns:vtUserServices___GetCompany16Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany16Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany17">
         <wsdl:input message="tns:vtUserServices___GetCompany17Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany17Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany18">
         <wsdl:input message="tns:vtUserServices___GetCompany18Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany18Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany19">
         <wsdl:input message="tns:vtUserServices___GetCompany19Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany19Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany2">
         <wsdl:input message="tns:vtUserServices___GetCompany2Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany20">
         <wsdl:input message="tns:vtUserServices___GetCompany20Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany20Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany21">
         <wsdl:input message="tns:vtUserServices___GetCompany21Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany21Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany22">
         <wsdl:input message="tns:vtUserServices___GetCompany22Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany22Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany23">
         <wsdl:input message="tns:vtUserServices___GetCompany23Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany23Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany24">
         <wsdl:input message="tns:vtUserServices___GetCompany24Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany24Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany3">
         <wsdl:input message="tns:vtUserServices___GetCompany3Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany4">
         <wsdl:input message="tns:vtUserServices___GetCompany4Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany5">
         <wsdl:input message="tns:vtUserServices___GetCompany5Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany6">
         <wsdl:input message="tns:vtUserServices___GetCompany6Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany7">
         <wsdl:input message="tns:vtUserServices___GetCompany7Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany8">
         <wsdl:input message="tns:vtUserServices___GetCompany8Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompany9">
         <wsdl:input message="tns:vtUserServices___GetCompany9Request" />
         <wsdl:output message="tns:vtUserServices___GetCompany9Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyAttributeDenials">
         <wsdl:input message="tns:vtUserServices___GetCompanyAttributeDenialsRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyAttributeDenialsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyBrowse">
         <wsdl:input message="tns:vtUserServices___GetCompanyBrowseRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyBrowseResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyDatasources">
         <wsdl:input message="tns:vtUserServices___GetCompanyDatasourcesRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyDatasourcesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuide">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideOptionsRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideOptionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions2">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideOptions2Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideOptions2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions3">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideOptions3Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideOptions3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions4">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideOptions4Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideOptions4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions5">
         <wsdl:input message="tns:vtUserServices___GetCompanyFitGuideOptions5Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyFitGuideOptions5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyList">
         <wsdl:input message="tns:vtUserServices___GetCompanyListRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyListResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyLocales">
         <wsdl:input message="tns:vtUserServices___GetCompanyLocalesRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyLocalesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyManufacturers">
         <wsdl:input message="tns:vtUserServices___GetCompanyManufacturersRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyNews">
         <wsdl:input message="tns:vtUserServices___GetCompanyNewsRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyNewsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyNews2">
         <wsdl:input message="tns:vtUserServices___GetCompanyNews2Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyNews2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanySizeLinks">
         <wsdl:input message="tns:vtUserServices___GetCompanySizeLinksRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanySizeLinksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleIds">
         <wsdl:input message="tns:vtUserServices___GetCompanyVehicleIdsRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyVehicleIdsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicles">
         <wsdl:input message="tns:vtUserServices___GetCompanyVehiclesRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyWebLinks">
         <wsdl:input message="tns:vtUserServices___GetCompanyWebLinksRequest" />
         <wsdl:output message="tns:vtUserServices___GetCompanyWebLinksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyWebLinks2">
         <wsdl:input message="tns:vtUserServices___GetCompanyWebLinks2Request" />
         <wsdl:output message="tns:vtUserServices___GetCompanyWebLinks2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorCompanies">
         <wsdl:input message="tns:vtUserServices___GetDistributorCompaniesRequest" />
         <wsdl:output message="tns:vtUserServices___GetDistributorCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLead">
         <wsdl:input message="tns:vtUserServices___GetLeadRequest" />
         <wsdl:output message="tns:vtUserServices___GetLeadResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLead2">
         <wsdl:input message="tns:vtUserServices___GetLead2Request" />
         <wsdl:output message="tns:vtUserServices___GetLead2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetLead3">
         <wsdl:input message="tns:vtUserServices___GetLead3Request" />
         <wsdl:output message="tns:vtUserServices___GetLead3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetLeads">
         <wsdl:input message="tns:vtUserServices___GetLeadsRequest" />
         <wsdl:output message="tns:vtUserServices___GetLeadsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLeads2">
         <wsdl:input message="tns:vtUserServices___GetLeads2Request" />
         <wsdl:output message="tns:vtUserServices___GetLeads2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetLeads3">
         <wsdl:input message="tns:vtUserServices___GetLeads3Request" />
         <wsdl:output message="tns:vtUserServices___GetLeads3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetLeads4">
         <wsdl:input message="tns:vtUserServices___GetLeads4Request" />
         <wsdl:output message="tns:vtUserServices___GetLeads4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetLocaleTemplates">
         <wsdl:input message="tns:vtUserServices___GetLocaleTemplatesRequest" />
         <wsdl:output message="tns:vtUserServices___GetLocaleTemplatesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures">
         <wsdl:input message="tns:vtUserServices___GetMultipleStructuresRequest" />
         <wsdl:output message="tns:vtUserServices___GetMultipleStructuresResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures2">
         <wsdl:input message="tns:vtUserServices___GetMultipleStructures2Request" />
         <wsdl:output message="tns:vtUserServices___GetMultipleStructures2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetPressRelease">
         <wsdl:input message="tns:vtUserServices___GetPressReleaseRequest" />
         <wsdl:output message="tns:vtUserServices___GetPressReleaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetPressReleases">
         <wsdl:input message="tns:vtUserServices___GetPressReleasesRequest" />
         <wsdl:output message="tns:vtUserServices___GetPressReleasesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetSessionCompany">
         <wsdl:input message="tns:vtUserServices___GetSessionCompanyRequest" />
         <wsdl:output message="tns:vtUserServices___GetSessionCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUser">
         <wsdl:input message="tns:vtUserServices___GetUserRequest" />
         <wsdl:output message="tns:vtUserServices___GetUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUser2">
         <wsdl:input message="tns:vtUserServices___GetUser2Request" />
         <wsdl:output message="tns:vtUserServices___GetUser2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUser3">
         <wsdl:input message="tns:vtUserServices___GetUser3Request" />
         <wsdl:output message="tns:vtUserServices___GetUser3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUser4">
         <wsdl:input message="tns:vtUserServices___GetUser4Request" />
         <wsdl:output message="tns:vtUserServices___GetUser4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUser5">
         <wsdl:input message="tns:vtUserServices___GetUser5Request" />
         <wsdl:output message="tns:vtUserServices___GetUser5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUser6">
         <wsdl:input message="tns:vtUserServices___GetUser6Request" />
         <wsdl:output message="tns:vtUserServices___GetUser6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUserApplications">
         <wsdl:input message="tns:vtUserServices___GetUserApplicationsRequest" />
         <wsdl:output message="tns:vtUserServices___GetUserApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUserBrowse">
         <wsdl:input message="tns:vtUserServices___GetUserBrowseRequest" />
         <wsdl:output message="tns:vtUserServices___GetUserBrowseResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers">
         <wsdl:input message="tns:vtUserServices___GetUsersRequest" />
         <wsdl:output message="tns:vtUserServices___GetUsersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers2">
         <wsdl:input message="tns:vtUserServices___GetUsers2Request" />
         <wsdl:output message="tns:vtUserServices___GetUsers2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers3">
         <wsdl:input message="tns:vtUserServices___GetUsers3Request" />
         <wsdl:output message="tns:vtUserServices___GetUsers3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers4">
         <wsdl:input message="tns:vtUserServices___GetUsers4Request" />
         <wsdl:output message="tns:vtUserServices___GetUsers4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers5">
         <wsdl:input message="tns:vtUserServices___GetUsers5Request" />
         <wsdl:output message="tns:vtUserServices___GetUsers5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUsers6">
         <wsdl:input message="tns:vtUserServices___GetUsers6Request" />
         <wsdl:output message="tns:vtUserServices___GetUsers6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettingsRequest" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettingsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings10">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings10Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings10Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings11">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings11Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings11Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings12">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings12Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings12Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings13">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings13Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings13Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings14">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings14Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings14Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings15">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings15Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings15Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings16">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings16Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings16Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings17">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings17Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings17Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings18">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings18Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings18Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings2">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings2Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings3">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings3Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings4">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings4Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings5">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings5Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings6">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings6Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings7">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings7Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings8">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings8Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings9">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings9Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings9Response" />
      </wsdl:operation>
      <wsdl:operation name="Login">
         <wsdl:input message="tns:vtUserServices___LoginRequest" />
         <wsdl:output message="tns:vtUserServices___LoginResponse" />
      </wsdl:operation>
      <wsdl:operation name="Login10">
         <wsdl:input message="tns:vtUserServices___Login10Request" />
         <wsdl:output message="tns:vtUserServices___Login10Response" />
      </wsdl:operation>
      <wsdl:operation name="Login11">
         <wsdl:input message="tns:vtUserServices___Login11Request" />
         <wsdl:output message="tns:vtUserServices___Login11Response" />
      </wsdl:operation>
      <wsdl:operation name="Login12">
         <wsdl:input message="tns:vtUserServices___Login12Request" />
         <wsdl:output message="tns:vtUserServices___Login12Response" />
      </wsdl:operation>
      <wsdl:operation name="Login13">
         <wsdl:input message="tns:vtUserServices___Login13Request" />
         <wsdl:output message="tns:vtUserServices___Login13Response" />
      </wsdl:operation>
      <wsdl:operation name="Login14">
         <wsdl:input message="tns:vtUserServices___Login14Request" />
         <wsdl:output message="tns:vtUserServices___Login14Response" />
      </wsdl:operation>
      <wsdl:operation name="Login15">
         <wsdl:input message="tns:vtUserServices___Login15Request" />
         <wsdl:output message="tns:vtUserServices___Login15Response" />
      </wsdl:operation>
      <wsdl:operation name="Login16">
         <wsdl:input message="tns:vtUserServices___Login16Request" />
         <wsdl:output message="tns:vtUserServices___Login16Response" />
      </wsdl:operation>
      <wsdl:operation name="Login17">
         <wsdl:input message="tns:vtUserServices___Login17Request" />
         <wsdl:output message="tns:vtUserServices___Login17Response" />
      </wsdl:operation>
      <wsdl:operation name="Login18">
         <wsdl:input message="tns:vtUserServices___Login18Request" />
         <wsdl:output message="tns:vtUserServices___Login18Response" />
      </wsdl:operation>
      <wsdl:operation name="Login19">
         <wsdl:input message="tns:vtUserServices___Login19Request" />
         <wsdl:output message="tns:vtUserServices___Login19Response" />
      </wsdl:operation>
      <wsdl:operation name="Login2">
         <wsdl:input message="tns:vtUserServices___Login2Request" />
         <wsdl:output message="tns:vtUserServices___Login2Response" />
      </wsdl:operation>
      <wsdl:operation name="Login20">
         <wsdl:input message="tns:vtUserServices___Login20Request" />
         <wsdl:output message="tns:vtUserServices___Login20Response" />
      </wsdl:operation>
      <wsdl:operation name="Login21">
         <wsdl:input message="tns:vtUserServices___Login21Request" />
         <wsdl:output message="tns:vtUserServices___Login21Response" />
      </wsdl:operation>
      <wsdl:operation name="Login22">
         <wsdl:input message="tns:vtUserServices___Login22Request" />
         <wsdl:output message="tns:vtUserServices___Login22Response" />
      </wsdl:operation>
      <wsdl:operation name="Login23">
         <wsdl:input message="tns:vtUserServices___Login23Request" />
         <wsdl:output message="tns:vtUserServices___Login23Response" />
      </wsdl:operation>
      <wsdl:operation name="Login24">
         <wsdl:input message="tns:vtUserServices___Login24Request" />
         <wsdl:output message="tns:vtUserServices___Login24Response" />
      </wsdl:operation>
      <wsdl:operation name="Login25">
         <wsdl:input message="tns:vtUserServices___Login25Request" />
         <wsdl:output message="tns:vtUserServices___Login25Response" />
      </wsdl:operation>
      <wsdl:operation name="Login3">
         <wsdl:input message="tns:vtUserServices___Login3Request" />
         <wsdl:output message="tns:vtUserServices___Login3Response" />
      </wsdl:operation>
      <wsdl:operation name="Login4">
         <wsdl:input message="tns:vtUserServices___Login4Request" />
         <wsdl:output message="tns:vtUserServices___Login4Response" />
      </wsdl:operation>
      <wsdl:operation name="Login5">
         <wsdl:input message="tns:vtUserServices___Login5Request" />
         <wsdl:output message="tns:vtUserServices___Login5Response" />
      </wsdl:operation>
      <wsdl:operation name="Login6">
         <wsdl:input message="tns:vtUserServices___Login6Request" />
         <wsdl:output message="tns:vtUserServices___Login6Response" />
      </wsdl:operation>
      <wsdl:operation name="Login7">
         <wsdl:input message="tns:vtUserServices___Login7Request" />
         <wsdl:output message="tns:vtUserServices___Login7Response" />
      </wsdl:operation>
      <wsdl:operation name="Login8">
         <wsdl:input message="tns:vtUserServices___Login8Request" />
         <wsdl:output message="tns:vtUserServices___Login8Response" />
      </wsdl:operation>
      <wsdl:operation name="Login9">
         <wsdl:input message="tns:vtUserServices___Login9Request" />
         <wsdl:output message="tns:vtUserServices___Login9Response" />
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser">
         <wsdl:input message="tns:vtUserServices___LoginWebsiteUserRequest" />
         <wsdl:output message="tns:vtUserServices___LoginWebsiteUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser2">
         <wsdl:input message="tns:vtUserServices___LoginWebsiteUser2Request" />
         <wsdl:output message="tns:vtUserServices___LoginWebsiteUser2Response" />
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser3">
         <wsdl:input message="tns:vtUserServices___LoginWebsiteUser3Request" />
         <wsdl:output message="tns:vtUserServices___LoginWebsiteUser3Response" />
      </wsdl:operation>
      <wsdl:operation name="Logoff">
         <wsdl:input message="tns:vtUserServices___LogoffRequest" />
         <wsdl:output message="tns:vtUserServices___LogoffResponse" />
      </wsdl:operation>
      <wsdl:operation name="NumberVehiclesAllowed">
         <wsdl:input message="tns:vtUserServices___NumberVehiclesAllowedRequest" />
         <wsdl:output message="tns:vtUserServices___NumberVehiclesAllowedResponse" />
      </wsdl:operation>
      <wsdl:operation name="ReLogin">
         <wsdl:input message="tns:vtUserServices___ReLoginRequest" />
         <wsdl:output message="tns:vtUserServices___ReLoginResponse" />
      </wsdl:operation>
      <wsdl:operation name="ReLogin2">
         <wsdl:input message="tns:vtUserServices___ReLogin2Request" />
         <wsdl:output message="tns:vtUserServices___ReLogin2Response" />
      </wsdl:operation>
      <wsdl:operation name="ReloginWebsiteUser">
         <wsdl:input message="tns:vtUserServices___ReloginWebsiteUserRequest" />
         <wsdl:output message="tns:vtUserServices___ReloginWebsiteUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="ResetCompanySessions">
         <wsdl:input message="tns:vtUserServices___ResetCompanySessionsRequest" />
         <wsdl:output message="tns:vtUserServices___ResetCompanySessionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectLeadOptions">
         <wsdl:documentation>
            This method is used for getting the values available for LeadType and LeadSource values. It will most likely be done different in a newer version and be removed. The sp&apos;s powering it would most likely be removed as well.. procSelectLeadTypes and procSelectLeadSources.
         </wsdl:documentation>
         <wsdl:input message="tns:vtUserServices___SelectLeadOptionsRequest" />
         <wsdl:output message="tns:vtUserServices___SelectLeadOptionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SendEmail">
         <wsdl:input message="tns:vtUserServices___SendEmailRequest" />
         <wsdl:output message="tns:vtUserServices___SendEmailResponse" />
      </wsdl:operation>
      <wsdl:operation name="SendEmail2">
         <wsdl:input message="tns:vtUserServices___SendEmail2Request" />
         <wsdl:output message="tns:vtUserServices___SendEmail2Response" />
      </wsdl:operation>
      <wsdl:operation name="SendEmails">
         <wsdl:input message="tns:vtUserServices___SendEmailsRequest" />
         <wsdl:output message="tns:vtUserServices___SendEmailsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SendEmails2">
         <wsdl:input message="tns:vtUserServices___SendEmails2Request" />
         <wsdl:output message="tns:vtUserServices___SendEmails2Response" />
      </wsdl:operation>
      <wsdl:operation name="SendRegistrationEmail">
         <wsdl:input message="tns:vtUserServices___SendRegistrationEmailRequest" />
         <wsdl:output message="tns:vtUserServices___SendRegistrationEmailResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany">
         <wsdl:input message="tns:vtUserServices___SetCompanyRequest" />
         <wsdl:output message="tns:vtUserServices___SetCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany10">
         <wsdl:input message="tns:vtUserServices___SetCompany10Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany10Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany11">
         <wsdl:input message="tns:vtUserServices___SetCompany11Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany11Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany12">
         <wsdl:input message="tns:vtUserServices___SetCompany12Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany12Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany13">
         <wsdl:input message="tns:vtUserServices___SetCompany13Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany13Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany14">
         <wsdl:input message="tns:vtUserServices___SetCompany14Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany14Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany15">
         <wsdl:input message="tns:vtUserServices___SetCompany15Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany15Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany16">
         <wsdl:input message="tns:vtUserServices___SetCompany16Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany16Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany17">
         <wsdl:input message="tns:vtUserServices___SetCompany17Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany17Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany18">
         <wsdl:input message="tns:vtUserServices___SetCompany18Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany18Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany19">
         <wsdl:input message="tns:vtUserServices___SetCompany19Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany19Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany2">
         <wsdl:input message="tns:vtUserServices___SetCompany2Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany20">
         <wsdl:input message="tns:vtUserServices___SetCompany20Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany20Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany21">
         <wsdl:input message="tns:vtUserServices___SetCompany21Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany21Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany22">
         <wsdl:input message="tns:vtUserServices___SetCompany22Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany22Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany3">
         <wsdl:input message="tns:vtUserServices___SetCompany3Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany4">
         <wsdl:input message="tns:vtUserServices___SetCompany4Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany5">
         <wsdl:input message="tns:vtUserServices___SetCompany5Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany6">
         <wsdl:input message="tns:vtUserServices___SetCompany6Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany6Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany7">
         <wsdl:input message="tns:vtUserServices___SetCompany7Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany7Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany8">
         <wsdl:input message="tns:vtUserServices___SetCompany8Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany8Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompany9">
         <wsdl:input message="tns:vtUserServices___SetCompany9Request" />
         <wsdl:output message="tns:vtUserServices___SetCompany9Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyDataSources">
         <wsdl:input message="tns:vtUserServices___SetCompanyDataSourcesRequest" />
         <wsdl:output message="tns:vtUserServices___SetCompanyDataSourcesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuideRequest" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuideResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide2">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide2Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide3">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide3Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide4">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide4Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide5">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide5Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide6">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide6Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide6Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide7">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide7Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide7Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide8">
         <wsdl:input message="tns:vtUserServices___SetCompanyFitGuide8Request" />
         <wsdl:output message="tns:vtUserServices___SetCompanyFitGuide8Response" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanySizeLink">
         <wsdl:input message="tns:vtUserServices___SetCompanySizeLinkRequest" />
         <wsdl:output message="tns:vtUserServices___SetCompanySizeLinkResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanySizeLinks">
         <wsdl:input message="tns:vtUserServices___SetCompanySizeLinksRequest" />
         <wsdl:output message="tns:vtUserServices___SetCompanySizeLinksResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDeniedCompanyAttributeCategories">
         <wsdl:input message="tns:vtUserServices___SetDeniedCompanyAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtUserServices___SetDeniedCompanyAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDeniedCompanyAttributeGroups">
         <wsdl:input message="tns:vtUserServices___SetDeniedCompanyAttributeGroupsRequest" />
         <wsdl:output message="tns:vtUserServices___SetDeniedCompanyAttributeGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetIPAddressOwner">
         <wsdl:input message="tns:vtUserServices___SetIPAddressOwnerRequest" />
         <wsdl:output message="tns:vtUserServices___SetIPAddressOwnerResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetLead">
         <wsdl:input message="tns:vtUserServices___SetLeadRequest" />
         <wsdl:output message="tns:vtUserServices___SetLeadResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetLead2">
         <wsdl:input message="tns:vtUserServices___SetLead2Request" />
         <wsdl:output message="tns:vtUserServices___SetLead2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetLead3">
         <wsdl:input message="tns:vtUserServices___SetLead3Request" />
         <wsdl:output message="tns:vtUserServices___SetLead3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetNumberVehiclesAllowed">
         <wsdl:input message="tns:vtUserServices___SetNumberVehiclesAllowedRequest" />
         <wsdl:output message="tns:vtUserServices___SetNumberVehiclesAllowedResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetUser">
         <wsdl:input message="tns:vtUserServices___SetUserRequest" />
         <wsdl:output message="tns:vtUserServices___SetUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetUser2">
         <wsdl:input message="tns:vtUserServices___SetUser2Request" />
         <wsdl:output message="tns:vtUserServices___SetUser2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetUser3">
         <wsdl:input message="tns:vtUserServices___SetUser3Request" />
         <wsdl:output message="tns:vtUserServices___SetUser3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetUser4">
         <wsdl:input message="tns:vtUserServices___SetUser4Request" />
         <wsdl:output message="tns:vtUserServices___SetUser4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetUser5">
         <wsdl:input message="tns:vtUserServices___SetUser5Request" />
         <wsdl:output message="tns:vtUserServices___SetUser5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetUserActive">
         <wsdl:input message="tns:vtUserServices___SetUserActiveRequest" />
         <wsdl:output message="tns:vtUserServices___SetUserActiveResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetWebsiteSettings">
         <wsdl:input message="tns:vtUserServices___SetWebsiteSettingsRequest" />
         <wsdl:output message="tns:vtUserServices___SetWebsiteSettingsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SimpleLogin">
         <wsdl:input message="tns:vtUserServices___SimpleLoginRequest" />
         <wsdl:output message="tns:vtUserServices___SimpleLoginResponse" />
      </wsdl:operation>
      <wsdl:operation name="SimpleLoginWebsiteUser">
         <wsdl:input message="tns:vtUserServices___SimpleLoginWebsiteUserRequest" />
         <wsdl:output message="tns:vtUserServices___SimpleLoginWebsiteUserResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateCompanyLocales">
         <wsdl:input message="tns:vtUserServices___UpdateCompanyLocalesRequest" />
         <wsdl:output message="tns:vtUserServices___UpdateCompanyLocalesResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateCompanyNews">
         <wsdl:input message="tns:vtUserServices___UpdateCompanyNewsRequest" />
         <wsdl:output message="tns:vtUserServices___UpdateCompanyNewsResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateLocaleTemplates">
         <wsdl:input message="tns:vtUserServices___UpdateLocaleTemplatesRequest" />
         <wsdl:output message="tns:vtUserServices___UpdateLocaleTemplatesResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdatePressRelease">
         <wsdl:input message="tns:vtUserServices___UpdatePressReleaseRequest" />
         <wsdl:output message="tns:vtUserServices___UpdatePressReleaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateTemplateLocales">
         <wsdl:input message="tns:vtUserServices___UpdateTemplateLocalesRequest" />
         <wsdl:output message="tns:vtUserServices___UpdateTemplateLocalesResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateUserApplications">
         <wsdl:input message="tns:vtUserServices___UpdateUserApplicationsRequest" />
         <wsdl:output message="tns:vtUserServices___UpdateUserApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="VerifyCompanyVehicle">
         <wsdl:input message="tns:vtUserServices___VerifyCompanyVehicleRequest" />
         <wsdl:output message="tns:vtUserServices___VerifyCompanyVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="VerifySessionExists">
         <wsdl:input message="tns:vtUserServices___VerifySessionExistsRequest" />
         <wsdl:output message="tns:vtUserServices___VerifySessionExistsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AppendCompanyUserApplications">
         <wsdl:input message="tns:vtUserServices___AppendCompanyUserApplicationsRequest" />
         <wsdl:output message="tns:vtUserServices___AppendCompanyUserApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings19">
         <wsdl:input message="tns:vtUserServices___GetWebsiteSettings19Request" />
         <wsdl:output message="tns:vtUserServices___GetWebsiteSettings19Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtUserDAServices" />
   <wsdl:portType name="vtVehicleServices">
      <wsdl:documentation>
          Victory Technologies Technician Web Service, Vehicle Services.  This service allows for accessing and manipulating the vehicles contained within the Technician data store, including manipulation of vehicle makes, models, and attributes.
      </wsdl:documentation>
      <wsdl:operation name="AddAdvisory">
         <wsdl:input message="tns:vtVehicleServices___AddAdvisoryRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAdvisoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttribute">
         <wsdl:input message="tns:vtVehicleServices___AddAttributeRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAttributeResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttributeCategory">
         <wsdl:input message="tns:vtVehicleServices___AddAttributeCategoryRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAttributeCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttributeGroup">
         <wsdl:input message="tns:vtVehicleServices___AddAttributeGroupRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAttributeGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttributePickItem">
         <wsdl:input message="tns:vtVehicleServices___AddAttributePickItemRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAttributePickItemResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttributeType">
         <wsdl:input message="tns:vtVehicleServices___AddAttributeTypeRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddAttributeTypeResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddPendingAttributeValue">
         <wsdl:input message="tns:vtVehicleServices___AddPendingAttributeValueRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddPendingAttributeValueResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicle">
         <wsdl:input message="tns:vtVehicleServices___AddVehicleRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicle2">
         <wsdl:input message="tns:vtVehicleServices___AddVehicle2Request" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicle2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicle3">
         <wsdl:input message="tns:vtVehicleServices___AddVehicle3Request" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicle3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleBodyType">
         <wsdl:input message="tns:vtVehicleServices___AddVehicleBodyTypeRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicleBodyTypeResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleByName">
         <wsdl:input message="tns:vtVehicleServices___AddVehicleByNameRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicleByNameResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleMake">
         <wsdl:input message="tns:vtVehicleServices___AddVehicleMakeRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicleMakeResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleModel">
         <wsdl:input message="tns:vtVehicleServices___AddVehicleModelRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehicleModelResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehiclesByName">
         <wsdl:input message="tns:vtVehicleServices___AddVehiclesByNameRequest" />
         <wsdl:output message="tns:vtVehicleServices___AddVehiclesByNameResponse" />
      </wsdl:operation>
      <wsdl:operation name="AttachAttributeParent">
         <wsdl:input message="tns:vtVehicleServices___AttachAttributeParentRequest" />
         <wsdl:output message="tns:vtVehicleServices___AttachAttributeParentResponse" />
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleAttributes">
         <wsdl:input message="tns:vtVehicleServices___CopyVehicleAttributesRequest" />
         <wsdl:output message="tns:vtVehicleServices___CopyVehicleAttributesResponse" />
      </wsdl:operation>
      <wsdl:operation name="CreateOpposingChassisVehicles">
         <wsdl:input message="tns:vtVehicleServices___CreateOpposingChassisVehiclesRequest" />
         <wsdl:output message="tns:vtVehicleServices___CreateOpposingChassisVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeCategories">
         <wsdl:input message="tns:vtVehicleServices___DeleteAllAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAllAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeGroups">
         <wsdl:input message="tns:vtVehicleServices___DeleteAllAttributeGroupsRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAllAttributeGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributes">
         <wsdl:input message="tns:vtVehicleServices___DeleteAllAttributesRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAllAttributesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeTypes">
         <wsdl:input message="tns:vtVehicleServices___DeleteAllAttributeTypesRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAllAttributeTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttribute">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeCategories">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeCategory">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeCategoryRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeGroup">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeGroupRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeGroups">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeGroupsRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributePickItem">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributePickItemRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributePickItemResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributePickItems">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributePickItemsRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributePickItemsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributes">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributesRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributesResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeType">
         <wsdl:input message="tns:vtVehicleServices___DeleteAttributeTypeRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteAttributeTypeResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteVehicle">
         <wsdl:input message="tns:vtVehicleServices___DeleteVehicleRequest" />
         <wsdl:output message="tns:vtVehicleServices___DeleteVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllBodyTypes">
         <wsdl:input message="tns:vtVehicleServices___GetAllBodyTypesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAllBodyTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicles">
         <wsdl:input message="tns:vtVehicleServices___GetAllVehiclesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAllVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeCategories">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeGroups">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeGroupsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeGroup">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeGroupRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributePickItems">
         <wsdl:input message="tns:vtVehicleServices___GetAttributePickItemsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributePickItemsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributes">
         <wsdl:input message="tns:vtVehicleServices___GetAttributesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeTypes">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeTypesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValue">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeValueRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeValueResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValues2">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeValues2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeValues2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValuesByType">
         <wsdl:input message="tns:vtVehicleServices___GetAttributeValuesByTypeRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetAttributeValuesByTypeResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetBestVehicleId">
         <wsdl:input message="tns:vtVehicleServices___GetBestVehicleIdRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetBestVehicleIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleId">
         <wsdl:input message="tns:vtVehicleServices___GetCompanyVehicleIdRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetCompanyVehicleIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCorrelatedVehicleId">
         <wsdl:input message="tns:vtVehicleServices___GetCorrelatedVehicleIdRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetCorrelatedVehicleIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCreatedVehicles">
         <wsdl:input message="tns:vtVehicleServices___GetCreatedVehiclesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetCreatedVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDataPhraseCategories">
         <wsdl:input message="tns:vtVehicleServices___GetDataPhraseCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetDataPhraseCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDataStatistics">
         <wsdl:input message="tns:vtVehicleServices___GetDataStatisticsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetDataStatisticsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLocalAttributeValue">
         <wsdl:input message="tns:vtVehicleServices___GetLocalAttributeValueRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetLocalAttributeValueResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLocalAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___GetLocalAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetLocalAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures">
         <wsdl:input message="tns:vtVehicleServices___GetMultipleStructuresRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetMultipleStructuresResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures2">
         <wsdl:input message="tns:vtVehicleServices___GetMultipleStructures2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetMultipleStructures2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures3">
         <wsdl:input message="tns:vtVehicleServices___GetMultipleStructures3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetMultipleStructures3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures4">
         <wsdl:input message="tns:vtVehicleServices___GetMultipleStructures4Request" />
         <wsdl:output message="tns:vtVehicleServices___GetMultipleStructures4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetPendingAdvisories">
         <wsdl:input message="tns:vtVehicleServices___GetPendingAdvisoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetPendingAdvisoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetPendingAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___GetPendingAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetPendingAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetPendingAttributeValues2">
         <wsdl:input message="tns:vtVehicleServices___GetPendingAttributeValues2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetPendingAttributeValues2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleBodyTypes">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleBodyTypesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleBodyTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleBodyTypesDown">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleBodyTypesDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleBodyTypesDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleMakes">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleMakesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleMakesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleMakesDown">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleMakesDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleMakesDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleModels">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleModelsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleModelsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleModelsDown">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleModelsDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleModelsDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleTrims">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleTrimsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleTrimsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleYears">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleYearsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleYearsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleYearsDown">
         <wsdl:input message="tns:vtVehicleServices___GetRetailerVehicleYearsDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetRetailerVehicleYearsDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedDataCounts">
         <wsdl:input message="tns:vtVehicleServices___GetUpdatedDataCountsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetUpdatedDataCountsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicle">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicle2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicle2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicle2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicle3">
         <wsdl:input message="tns:vtVehicleServices___GetVehicle3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicle3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleAttributeCategories">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleAttributeValuesByGroup">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleAttributeValuesByGroupRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleAttributeValuesByGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypes">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBodyTypesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBodyTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypes2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBodyTypes2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBodyTypes2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypesDown">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBodyTypesDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBodyTypesDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypesDown2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBodyTypesDown2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBodyTypesDown2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBrowseRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBrowseResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBrowse2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBrowse2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse3">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBrowse3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBrowse3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse4">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleBrowse4Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleBrowse4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleCount">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleCountRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleCountResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases">
         <wsdl:documentation>
            Unused old method originally tailored for best buy with vie online and decided
to link dataphrases to our own attribute categories.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleDataPhrasesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleDataPhrasesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases2">
         <wsdl:documentation>
            Unused old method originally tailored for best buy with vie online and decided
to link dataphrases to our own attribute categories.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleDataPhrases2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleDataPhrases2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases3">
         <wsdl:documentation>
            Unused old method originally tailored for best buy with vie online and decided
to link dataphrases to our own attribute categories.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleDataPhrases3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleDataPhrases3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases4">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleDataPhrases4Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleDataPhrases4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleID">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleIDRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleIDResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleId2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleId2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleId2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleInformationRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleInformationResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleInformation2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleInformation2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation3">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleInformation3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleInformation3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInfoUpdateDate">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleInfoUpdateDateRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleInfoUpdateDateResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakes2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakes2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes3">
         <wsdl:documentation>
                                                      Introduced to fix the fact that no makes were returned if the makes had no vehicles, either because of a locale limitation or if no actual vehicles exist. These makes should still be returned with HasVehicles flagged as false.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakes3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakes3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakesDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakesDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakesDown2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakesDown2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown3">
         <wsdl:documentation>
            Introduced to fix the fact that no makes were returned if the makes had no vehicles, either because of a locale limitation or if no actual vehicles exist. These makes should still be returned with HasVehicles flagged as false.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleMakesDown3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleMakesDown3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModelsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModelsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModels2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModels2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels3">
         <wsdl:documentation>
            Introduced to fix the fact that no models were returned if the models had no vehicles, either because of a locale limitation or if no actual vehicles exist. These models should still be returned with HasVehicles flagged as false.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModels3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModels3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModelsDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModelsDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModelsDown2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModelsDown2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown3">
         <wsdl:documentation>
            Introduced to fix the fact that no models were returned if the models had no vehicles, either because of a locale limitation or if no actual vehicles exist. These models should still be returned with HasVehicles flagged as false.
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleModelsDown3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleModelsDown3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleNotes">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleNotesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleNotesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesByProductAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesByProductAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesByProductAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesByProductSizes">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesByProductSizesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesByProductSizesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesInformation">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesInformationRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesInformationResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesInformation2">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesInformation2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesInformation2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleSteeringSides">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleSteeringSidesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleSteeringSidesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesViewedByApplication">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesViewedByApplicationRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesViewedByApplicationResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesViewedByCompany">
         <wsdl:input message="tns:vtVehicleServices___GetVehiclesViewedByCompanyRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehiclesViewedByCompanyResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleTrimsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleTrimsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleTrims2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleTrims2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims3">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleTrims3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleTrims3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrimsDown">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleTrimsDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleTrimsDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues10">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues10Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues10Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues11">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues11Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues11Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues12">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues12Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues12Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues13">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues13Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues13Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues14">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues14Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues14Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues3">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues3Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues4">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues4Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues5">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues5Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues6">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues6Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues7">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues7Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues8">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues8Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues9">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleValues9Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleValues9Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYears">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleYearsRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleYearsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYears2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleYears2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleYears2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYearsDown">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleYearsDownRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleYearsDownResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYearsDown2">
         <wsdl:input message="tns:vtVehicleServices___GetVehicleYearsDown2Request" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleYearsDown2Response" />
      </wsdl:operation>
      <wsdl:operation name="ImportVehicleData">
         <wsdl:input message="tns:vtVehicleServices___ImportVehicleDataRequest" />
         <wsdl:output message="tns:vtVehicleServices___ImportVehicleDataResponse" />
      </wsdl:operation>
      <wsdl:operation name="ImportVehicleData2">
         <wsdl:input message="tns:vtVehicleServices___ImportVehicleData2Request" />
         <wsdl:output message="tns:vtVehicleServices___ImportVehicleData2Response" />
      </wsdl:operation>
      <wsdl:operation name="PopulateAttributeCategories">
         <wsdl:input message="tns:vtVehicleServices___PopulateAttributeCategoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___PopulateAttributeCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchAttributes">
         <wsdl:input message="tns:vtVehicleServices___SearchAttributesRequest" />
         <wsdl:output message="tns:vtVehicleServices___SearchAttributesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetAttributeValue">
         <wsdl:input message="tns:vtVehicleServices___SetAttributeValueRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetAttributeValueResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___SetAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyVehicleId">
         <wsdl:input message="tns:vtVehicleServices___SetCompanyVehicleIdRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetCompanyVehicleIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetLocalAttributeValue">
         <wsdl:input message="tns:vtVehicleServices___SetLocalAttributeValueRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetLocalAttributeValueResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetLocalAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___SetLocalAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetLocalAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetMultipleVehicleValues">
         <wsdl:input message="tns:vtVehicleServices___SetMultipleVehicleValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetMultipleVehicleValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetVehicle">
         <wsdl:input message="tns:vtVehicleServices___SetVehicleRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetVehicle2">
         <wsdl:input message="tns:vtVehicleServices___SetVehicle2Request" />
         <wsdl:output message="tns:vtVehicleServices___SetVehicle2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetVehicle3">
         <wsdl:input message="tns:vtVehicleServices___SetVehicle3Request" />
         <wsdl:output message="tns:vtVehicleServices___SetVehicle3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetVehicleNotes">
         <wsdl:input message="tns:vtVehicleServices___SetVehicleNotesRequest" />
         <wsdl:output message="tns:vtVehicleServices___SetVehicleNotesResponse" />
      </wsdl:operation>
      <wsdl:operation name="ValidatePendingAdvisories">
         <wsdl:input message="tns:vtVehicleServices___ValidatePendingAdvisoriesRequest" />
         <wsdl:output message="tns:vtVehicleServices___ValidatePendingAdvisoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="ValidatePendingAttributeValues">
         <wsdl:input message="tns:vtVehicleServices___ValidatePendingAttributeValuesRequest" />
         <wsdl:output message="tns:vtVehicleServices___ValidatePendingAttributeValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleIDByVIN">
         <wsdl:documentation>
            Method to return vehicle id for a specified VIN
         </wsdl:documentation>
         <wsdl:input message="tns:vtVehicleServices___GetVehicleIDByVINRequest" />
         <wsdl:output message="tns:vtVehicleServices___GetVehicleIDByVINResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtVehicleDAServices" />
   <wsdl:portType name="vtAdminServices">
      <wsdl:documentation>
         Victory Technologies Administration Web Service
      </wsdl:documentation>
      <wsdl:operation name="SetConnectionString">
         <wsdl:input message="tns:vtAdminServices___SetConnectionStringRequest" />
         <wsdl:output message="tns:vtAdminServices___SetConnectionStringResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetRegConnectionString">
         <wsdl:input message="tns:vtAdminServices___SetRegConnectionStringRequest" />
         <wsdl:output message="tns:vtAdminServices___SetRegConnectionStringResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDocumentPath">
         <wsdl:input message="tns:vtAdminServices___SetDocumentPathRequest" />
         <wsdl:output message="tns:vtAdminServices___SetDocumentPathResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetPassword">
         <wsdl:input message="tns:vtAdminServices___SetPasswordRequest" />
         <wsdl:output message="tns:vtAdminServices___SetPasswordResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetSmtpServer">
         <wsdl:input message="tns:vtAdminServices___SetSmtpServerRequest" />
         <wsdl:output message="tns:vtAdminServices___SetSmtpServerResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetUpdatesPath">
         <wsdl:input message="tns:vtAdminServices___SetUpdatesPathRequest" />
         <wsdl:output message="tns:vtAdminServices___SetUpdatesPathResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetUpdatesUrl">
         <wsdl:input message="tns:vtAdminServices___SetUpdatesUrlRequest" />
         <wsdl:output message="tns:vtAdminServices___SetUpdatesUrlResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetHomepagePath">
         <wsdl:input message="tns:vtAdminServices___SetHomepagePathRequest" />
         <wsdl:output message="tns:vtAdminServices___SetHomepagePathResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetWebVehicleImagePath">
         <wsdl:input message="tns:vtAdminServices___SetWebVehicleImagePathRequest" />
         <wsdl:output message="tns:vtAdminServices___SetWebVehicleImagePathResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtApplicationServices">
      <wsdl:operation name="CompanyGetApplicationKeys">
         <wsdl:input message="tns:vtApplicationServices___CompanyGetApplicationKeysRequest" />
         <wsdl:output message="tns:vtApplicationServices___CompanyGetApplicationKeysResponse" />
      </wsdl:operation>
      <wsdl:operation name="EditApplicationKey">
         <wsdl:input message="tns:vtApplicationServices___EditApplicationKeyRequest" />
         <wsdl:output message="tns:vtApplicationServices___EditApplicationKeyResponse" />
      </wsdl:operation>
      <wsdl:operation name="EmailRegistration">
         <wsdl:input message="tns:vtApplicationServices___EmailRegistrationRequest" />
         <wsdl:output message="tns:vtApplicationServices___EmailRegistrationResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllApplicationPrices">
         <wsdl:input message="tns:vtApplicationServices___GetAllApplicationPricesRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetAllApplicationPricesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllDistributorPrices">
         <wsdl:input message="tns:vtApplicationServices___GetAllDistributorPricesRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetAllDistributorPricesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationIdForSerialPrefix">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationIdForSerialPrefixRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationIdForSerialPrefixResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyInfo">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeyInfoRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeyInfoResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyInfo2">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeyInfo2Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeyInfo2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyList">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeyListRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeyListResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeysRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeysResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys2">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeys2Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeys2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys3">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeys3Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeys3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys4">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeys4Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeys4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys5">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationKeys5Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationKeys5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplicationPrices">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationPricesRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationPricesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplications">
         <wsdl:input message="tns:vtApplicationServices___GetApplicationsRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetApplications2">
         <wsdl:input message="tns:vtApplicationServices___GetApplications2Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplications2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplications3">
         <wsdl:input message="tns:vtApplicationServices___GetApplications3Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplications3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetApplications4">
         <wsdl:input message="tns:vtApplicationServices___GetApplications4Request" />
         <wsdl:output message="tns:vtApplicationServices___GetApplications4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAppServices">
         <wsdl:input message="tns:vtApplicationServices___GetAppServicesRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetAppServicesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAppServices2">
         <wsdl:input message="tns:vtApplicationServices___GetAppServices2Request" />
         <wsdl:output message="tns:vtApplicationServices___GetAppServices2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorApplications">
         <wsdl:input message="tns:vtApplicationServices___GetDistributorApplicationsRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetDistributorApplicationsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorKeys">
         <wsdl:input message="tns:vtApplicationServices___GetDistributorKeysRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetDistributorKeysResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorKeys2">
         <wsdl:input message="tns:vtApplicationServices___GetDistributorKeys2Request" />
         <wsdl:output message="tns:vtApplicationServices___GetDistributorKeys2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributors">
         <wsdl:input message="tns:vtApplicationServices___GetDistributorsRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetDistributorsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetPurchaseLinkApplicationInfo">
         <wsdl:input message="tns:vtApplicationServices___GetPurchaseLinkApplicationInfoRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetPurchaseLinkApplicationInfoResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetSerialNumberApplicationKey">
         <wsdl:input message="tns:vtApplicationServices___GetSerialNumberApplicationKeyRequest" />
         <wsdl:output message="tns:vtApplicationServices___GetSerialNumberApplicationKeyResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKey">
         <wsdl:input message="tns:vtApplicationServices___UpdateApplicationKeyRequest" />
         <wsdl:output message="tns:vtApplicationServices___UpdateApplicationKeyResponse" />
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKey2">
         <wsdl:input message="tns:vtApplicationServices___UpdateApplicationKey2Request" />
         <wsdl:output message="tns:vtApplicationServices___UpdateApplicationKey2Response" />
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKeyAppServices">
         <wsdl:input message="tns:vtApplicationServices___UpdateApplicationKeyAppServicesRequest" />
         <wsdl:output message="tns:vtApplicationServices___UpdateApplicationKeyAppServicesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtApplicationDAServices" />
   <wsdl:portType name="vtChartServices">
      <wsdl:operation name="SelectActiveCompanies">
         <wsdl:input message="tns:vtChartServices___SelectActiveCompaniesRequest" />
         <wsdl:output message="tns:vtChartServices___SelectActiveCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectOnlineCompanies">
         <wsdl:input message="tns:vtChartServices___SelectOnlineCompaniesRequest" />
         <wsdl:output message="tns:vtChartServices___SelectOnlineCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectExpiredCompanies">
         <wsdl:input message="tns:vtChartServices___SelectExpiredCompaniesRequest" />
         <wsdl:output message="tns:vtChartServices___SelectExpiredCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectNewCompanies">
         <wsdl:input message="tns:vtChartServices___SelectNewCompaniesRequest" />
         <wsdl:output message="tns:vtChartServices___SelectNewCompaniesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtDealerServices">
      <wsdl:operation name="DealerOnLocator">
         <wsdl:input message="tns:vtDealerServices___DealerOnLocatorRequest" />
         <wsdl:output message="tns:vtDealerServices___DealerOnLocatorResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllBrands">
         <wsdl:input message="tns:vtDealerServices___GetAllBrandsRequest" />
         <wsdl:output message="tns:vtDealerServices___GetAllBrandsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDealerBrands">
         <wsdl:input message="tns:vtDealerServices___GetDealerBrandsRequest" />
         <wsdl:output message="tns:vtDealerServices___GetDealerBrandsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDealerInfo">
         <wsdl:input message="tns:vtDealerServices___GetDealerInfoRequest" />
         <wsdl:output message="tns:vtDealerServices___GetDealerInfoResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDealerLocators">
         <wsdl:input message="tns:vtDealerServices___GetDealerLocatorsRequest" />
         <wsdl:output message="tns:vtDealerServices___GetDealerLocatorsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDealersWithinMiles">
         <wsdl:input message="tns:vtDealerServices___GetDealersWithinMilesRequest" />
         <wsdl:output message="tns:vtDealerServices___GetDealersWithinMilesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDealersWithinMiles2">
         <wsdl:input message="tns:vtDealerServices___GetDealersWithinMiles2Request" />
         <wsdl:output message="tns:vtDealerServices___GetDealersWithinMiles2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTopTierLocators">
         <wsdl:input message="tns:vtDealerServices___GetTopTierLocatorsRequest" />
         <wsdl:output message="tns:vtDealerServices___GetTopTierLocatorsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetZipsWithin">
         <wsdl:input message="tns:vtDealerServices___GetZipsWithinRequest" />
         <wsdl:output message="tns:vtDealerServices___GetZipsWithinResponse" />
      </wsdl:operation>
      <wsdl:operation name="RequestListing">
         <wsdl:input message="tns:vtDealerServices___RequestListingRequest" />
         <wsdl:output message="tns:vtDealerServices___RequestListingResponse" />
      </wsdl:operation>
      <wsdl:operation name="RequestTopTierListings">
         <wsdl:input message="tns:vtDealerServices___RequestTopTierListingsRequest" />
         <wsdl:output message="tns:vtDealerServices___RequestTopTierListingsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDealerInfo">
         <wsdl:input message="tns:vtDealerServices___SetDealerInfoRequest" />
         <wsdl:output message="tns:vtDealerServices___SetDealerInfoResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtDocumentServices">
      <wsdl:operation name="AddCompanyVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___AddCompanyVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddCompanyVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument">
         <wsdl:input message="tns:vtDocumentServices___AddDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument2">
         <wsdl:input message="tns:vtDocumentServices___AddDocument2Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocument2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument3">
         <wsdl:input message="tns:vtDocumentServices___AddDocument3Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocument3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument4">
         <wsdl:input message="tns:vtDocumentServices___AddDocument4Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocument4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument5">
         <wsdl:input message="tns:vtDocumentServices___AddDocument5Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocument5Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocument6">
         <wsdl:input message="tns:vtDocumentServices___AddDocument6Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocument6Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocumentCategory">
         <wsdl:input message="tns:vtDocumentServices___AddDocumentCategoryRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddDocumentCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddDocumentCategory2">
         <wsdl:input message="tns:vtDocumentServices___AddDocumentCategory2Request" />
         <wsdl:output message="tns:vtDocumentServices___AddDocumentCategory2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddDocumentVehicle">
         <wsdl:input message="tns:vtDocumentServices___AddDocumentVehicleRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddDocumentVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddDocumentVehicles">
         <wsdl:input message="tns:vtDocumentServices___AddDocumentVehiclesRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddDocumentVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocument">
         <wsdl:input message="tns:vtDocumentServices___AddVehicleDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddVehicleDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___AddVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___AddVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocuments2">
         <wsdl:input message="tns:vtDocumentServices___AddVehicleDocuments2Request" />
         <wsdl:output message="tns:vtDocumentServices___AddVehicleDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___CopyVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___CopyVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteDocument">
         <wsdl:input message="tns:vtDocumentServices___DeleteDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___DeleteDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteDocumentCategory">
         <wsdl:input message="tns:vtDocumentServices___DeleteDocumentCategoryRequest" />
         <wsdl:output message="tns:vtDocumentServices___DeleteDocumentCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteDocuments">
         <wsdl:input message="tns:vtDocumentServices___DeleteDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___DeleteDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocument">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentByFileName">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentByFileNameRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentByFileNameResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentById">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentByIdRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentByIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategories">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentCategoriesRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategories2">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentCategories2Request" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentCategories2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategory">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentCategoryRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocuments">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDocuments2">
         <wsdl:input message="tns:vtDocumentServices___GetDocuments2Request" />
         <wsdl:output message="tns:vtDocumentServices___GetDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDocuments3">
         <wsdl:input message="tns:vtDocumentServices___GetDocuments3Request" />
         <wsdl:output message="tns:vtDocumentServices___GetDocuments3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDocuments4">
         <wsdl:input message="tns:vtDocumentServices___GetDocuments4Request" />
         <wsdl:output message="tns:vtDocumentServices___GetDocuments4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDocuments5">
         <wsdl:input message="tns:vtDocumentServices___GetDocuments5Request" />
         <wsdl:output message="tns:vtDocumentServices___GetDocuments5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDocumentVehicles">
         <wsdl:input message="tns:vtDocumentServices___GetDocumentVehiclesRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetDocumentVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocumentCategories">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocumentCategoriesRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocumentCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments2">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocuments2Request" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments3">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocuments3Request" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocuments3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments4">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocuments4Request" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocuments4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments5">
         <wsdl:input message="tns:vtDocumentServices___GetVehicleDocuments5Request" />
         <wsdl:output message="tns:vtDocumentServices___GetVehicleDocuments5Response" />
      </wsdl:operation>
      <wsdl:operation name="RemoveDocumentVehicle">
         <wsdl:input message="tns:vtDocumentServices___RemoveDocumentVehicleRequest" />
         <wsdl:output message="tns:vtDocumentServices___RemoveDocumentVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="RemoveDocumentVehicles">
         <wsdl:input message="tns:vtDocumentServices___RemoveDocumentVehiclesRequest" />
         <wsdl:output message="tns:vtDocumentServices___RemoveDocumentVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleDocument">
         <wsdl:input message="tns:vtDocumentServices___RemoveVehicleDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___RemoveVehicleDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___RemoveVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___RemoveVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments">
         <wsdl:input message="tns:vtDocumentServices___SearchAllDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___SearchAllDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments2">
         <wsdl:input message="tns:vtDocumentServices___SearchAllDocuments2Request" />
         <wsdl:output message="tns:vtDocumentServices___SearchAllDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments3">
         <wsdl:input message="tns:vtDocumentServices___SearchAllDocuments3Request" />
         <wsdl:output message="tns:vtDocumentServices___SearchAllDocuments3Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments4">
         <wsdl:input message="tns:vtDocumentServices___SearchAllDocuments4Request" />
         <wsdl:output message="tns:vtDocumentServices___SearchAllDocuments4Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments5">
         <wsdl:input message="tns:vtDocumentServices___SearchAllDocuments5Request" />
         <wsdl:output message="tns:vtDocumentServices___SearchAllDocuments5Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchVehicleDocuments">
         <wsdl:input message="tns:vtDocumentServices___SearchVehicleDocumentsRequest" />
         <wsdl:output message="tns:vtDocumentServices___SearchVehicleDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument">
         <wsdl:input message="tns:vtDocumentServices___SetDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___SetDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument2">
         <wsdl:input message="tns:vtDocumentServices___SetDocument2Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocument2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument3">
         <wsdl:input message="tns:vtDocumentServices___SetDocument3Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocument3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument4">
         <wsdl:input message="tns:vtDocumentServices___SetDocument4Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocument4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument5">
         <wsdl:input message="tns:vtDocumentServices___SetDocument5Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocument5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocument6">
         <wsdl:input message="tns:vtDocumentServices___SetDocument6Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocument6Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocumentCategory">
         <wsdl:input message="tns:vtDocumentServices___SetDocumentCategoryRequest" />
         <wsdl:output message="tns:vtDocumentServices___SetDocumentCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDocumentCategory2">
         <wsdl:input message="tns:vtDocumentServices___SetDocumentCategory2Request" />
         <wsdl:output message="tns:vtDocumentServices___SetDocumentCategory2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetDocumentsCategories">
         <wsdl:input message="tns:vtDocumentServices___SetDocumentsCategoriesRequest" />
         <wsdl:output message="tns:vtDocumentServices___SetDocumentsCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetDocumentsCategory">
         <wsdl:input message="tns:vtDocumentServices___SetDocumentsCategoryRequest" />
         <wsdl:output message="tns:vtDocumentServices___SetDocumentsCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="StoreDocument">
         <wsdl:input message="tns:vtDocumentServices___StoreDocumentRequest" />
         <wsdl:output message="tns:vtDocumentServices___StoreDocumentResponse" />
      </wsdl:operation>
      <wsdl:operation name="StoreDocument2">
         <wsdl:input message="tns:vtDocumentServices___StoreDocument2Request" />
         <wsdl:output message="tns:vtDocumentServices___StoreDocument2Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtDocumentDAServices" />
   <wsdl:portType name="vtForumServices">
      <wsdl:operation name="AddTopic">
         <wsdl:input message="tns:vtForumServices___AddTopicRequest" />
         <wsdl:output message="tns:vtForumServices___AddTopicResponse" />
      </wsdl:operation>
      <wsdl:operation name="EditThread">
         <wsdl:input message="tns:vtForumServices___EditThreadRequest" />
         <wsdl:output message="tns:vtForumServices___EditThreadResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCategories">
         <wsdl:input message="tns:vtForumServices___GetCategoriesRequest" />
         <wsdl:output message="tns:vtForumServices___GetCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetForums">
         <wsdl:input message="tns:vtForumServices___GetForumsRequest" />
         <wsdl:output message="tns:vtForumServices___GetForumsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetThreads">
         <wsdl:input message="tns:vtForumServices___GetThreadsRequest" />
         <wsdl:output message="tns:vtForumServices___GetThreadsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetTopics">
         <wsdl:input message="tns:vtForumServices___GetTopicsRequest" />
         <wsdl:output message="tns:vtForumServices___GetTopicsResponse" />
      </wsdl:operation>
      <wsdl:operation name="ReplyTopic">
         <wsdl:input message="tns:vtForumServices___ReplyTopicRequest" />
         <wsdl:output message="tns:vtForumServices___ReplyTopicResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchForum">
         <wsdl:input message="tns:vtForumServices___SearchForumRequest" />
         <wsdl:output message="tns:vtForumServices___SearchForumResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtPaymentServices">
      <wsdl:operation name="AddTransaction">
         <wsdl:input message="tns:vtPaymentServices___AddTransactionRequest" />
         <wsdl:output message="tns:vtPaymentServices___AddTransactionResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddTransaction2">
         <wsdl:input message="tns:vtPaymentServices___AddTransaction2Request" />
         <wsdl:output message="tns:vtPaymentServices___AddTransaction2Response" />
      </wsdl:operation>
      <wsdl:operation name="CompleteAppServicePurchase">
         <wsdl:input message="tns:vtPaymentServices___CompleteAppServicePurchaseRequest" />
         <wsdl:output message="tns:vtPaymentServices___CompleteAppServicePurchaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="CompleteIPN">
         <wsdl:input message="tns:vtPaymentServices___CompleteIPNRequest" />
         <wsdl:output message="tns:vtPaymentServices___CompleteIPNResponse" />
      </wsdl:operation>
      <wsdl:operation name="CompleteRenewal">
         <wsdl:input message="tns:vtPaymentServices___CompleteRenewalRequest" />
         <wsdl:output message="tns:vtPaymentServices___CompleteRenewalResponse" />
      </wsdl:operation>
      <wsdl:operation name="CompleteVehiclePurchase">
         <wsdl:input message="tns:vtPaymentServices___CompleteVehiclePurchaseRequest" />
         <wsdl:output message="tns:vtPaymentServices___CompleteVehiclePurchaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyTransactions">
         <wsdl:input message="tns:vtPaymentServices___GetCompanyTransactionsRequest" />
         <wsdl:output message="tns:vtPaymentServices___GetCompanyTransactionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyTransactions2">
         <wsdl:input message="tns:vtPaymentServices___GetCompanyTransactions2Request" />
         <wsdl:output message="tns:vtPaymentServices___GetCompanyTransactions2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorTransactions">
         <wsdl:input message="tns:vtPaymentServices___GetDistributorTransactionsRequest" />
         <wsdl:output message="tns:vtPaymentServices___GetDistributorTransactionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetDistributorTransactions2">
         <wsdl:input message="tns:vtPaymentServices___GetDistributorTransactions2Request" />
         <wsdl:output message="tns:vtPaymentServices___GetDistributorTransactions2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTransactions">
         <wsdl:input message="tns:vtPaymentServices___GetTransactionsRequest" />
         <wsdl:output message="tns:vtPaymentServices___GetTransactionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetTransactions2">
         <wsdl:input message="tns:vtPaymentServices___GetTransactions2Request" />
         <wsdl:output message="tns:vtPaymentServices___GetTransactions2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTransactions3">
         <wsdl:input message="tns:vtPaymentServices___GetTransactions3Request" />
         <wsdl:output message="tns:vtPaymentServices___GetTransactions3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTransactions4">
         <wsdl:input message="tns:vtPaymentServices___GetTransactions4Request" />
         <wsdl:output message="tns:vtPaymentServices___GetTransactions4Response" />
      </wsdl:operation>
      <wsdl:operation name="ProcessIPN">
         <wsdl:input message="tns:vtPaymentServices___ProcessIPNRequest" />
         <wsdl:output message="tns:vtPaymentServices___ProcessIPNResponse" />
      </wsdl:operation>
      <wsdl:operation name="StartPurchase">
         <wsdl:input message="tns:vtPaymentServices___StartPurchaseRequest" />
         <wsdl:output message="tns:vtPaymentServices___StartPurchaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="ValidateAppServicePurchase">
         <wsdl:input message="tns:vtPaymentServices___ValidateAppServicePurchaseRequest" />
         <wsdl:output message="tns:vtPaymentServices___ValidateAppServicePurchaseResponse" />
      </wsdl:operation>
      <wsdl:operation name="ValidateAppServicePurchase2">
         <wsdl:input message="tns:vtPaymentServices___ValidateAppServicePurchase2Request" />
         <wsdl:output message="tns:vtPaymentServices___ValidateAppServicePurchase2Response" />
      </wsdl:operation>
      <wsdl:operation name="ValidateRenewal">
         <wsdl:input message="tns:vtPaymentServices___ValidateRenewalRequest" />
         <wsdl:output message="tns:vtPaymentServices___ValidateRenewalResponse" />
      </wsdl:operation>
      <wsdl:operation name="ValidateVehiclePurchase">
         <wsdl:input message="tns:vtPaymentServices___ValidateVehiclePurchaseRequest" />
         <wsdl:output message="tns:vtPaymentServices___ValidateVehiclePurchaseResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtProductServices">
      <wsdl:operation name="AddCompanyOrderProduct">
         <wsdl:input message="tns:vtProductServices___AddCompanyOrderProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddCompanyOrderProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProduct2">
         <wsdl:input message="tns:vtProductServices___AddCompanyOrderProduct2Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyOrderProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProducts">
         <wsdl:input message="tns:vtProductServices___AddCompanyOrderProductsRequest" />
         <wsdl:output message="tns:vtProductServices___AddCompanyOrderProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProducts2">
         <wsdl:input message="tns:vtProductServices___AddCompanyOrderProducts2Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyOrderProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProduct">
         <wsdl:input message="tns:vtProductServices___AddCompanyProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProduct2">
         <wsdl:input message="tns:vtProductServices___AddCompanyProduct2Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts">
         <wsdl:input message="tns:vtProductServices___AddCompanyProductsRequest" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts2">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts2Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts3">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts3Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts4">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts4Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts5">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts5Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts5Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts6">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts6Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts6Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts7">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts7Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts7Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts8">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts8Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts8Response" />
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts9">
         <wsdl:input message="tns:vtProductServices___AddCompanyProducts9Request" />
         <wsdl:output message="tns:vtProductServices___AddCompanyProducts9Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct">
         <wsdl:input message="tns:vtProductServices___AddProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct2">
         <wsdl:input message="tns:vtProductServices___AddProduct2Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct3">
         <wsdl:input message="tns:vtProductServices___AddProduct3Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct4">
         <wsdl:input message="tns:vtProductServices___AddProduct4Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct5">
         <wsdl:input message="tns:vtProductServices___AddProduct5Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct5Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct6">
         <wsdl:input message="tns:vtProductServices___AddProduct6Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct6Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct7">
         <wsdl:input message="tns:vtProductServices___AddProduct7Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct7Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProduct8">
         <wsdl:input message="tns:vtProductServices___AddProduct8Request" />
         <wsdl:output message="tns:vtProductServices___AddProduct8Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProductCategory">
         <wsdl:input message="tns:vtProductServices___AddProductCategoryRequest" />
         <wsdl:output message="tns:vtProductServices___AddProductCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddProducts">
         <wsdl:input message="tns:vtProductServices___AddProductsRequest" />
         <wsdl:output message="tns:vtProductServices___AddProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddProducts2">
         <wsdl:input message="tns:vtProductServices___AddProducts2Request" />
         <wsdl:output message="tns:vtProductServices___AddProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddProductSerialNumbers">
         <wsdl:input message="tns:vtProductServices___AddProductSerialNumbersRequest" />
         <wsdl:output message="tns:vtProductServices___AddProductSerialNumbersResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddProductToCart">
         <wsdl:input message="tns:vtProductServices___AddProductToCartRequest" />
         <wsdl:output message="tns:vtProductServices___AddProductToCartResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateCompanyProduct">
         <wsdl:input message="tns:vtProductServices___AddUpdateCompanyProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddUpdateCompanyProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductByPart">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductByPartRequest" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductByPartResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductByPart2">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductByPart2Request" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductByPart2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductsByPartRequest" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductsByPartResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart2">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductsByPart2Request" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductsByPart2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart3">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductsByPart3Request" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductsByPart3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart4">
         <wsdl:input message="tns:vtProductServices___AddUpdateProductsByPart4Request" />
         <wsdl:output message="tns:vtProductServices___AddUpdateProductsByPart4Response" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProduct">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductGroups">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductGroupsRequest" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductGroups2">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductGroups2Request" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductGroups2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProducts">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductsByProduct">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductsByProductRequest" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductsByProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductsByProduct2">
         <wsdl:input message="tns:vtProductServices___AddVehicleProductsByProduct2Request" />
         <wsdl:output message="tns:vtProductServices___AddVehicleProductsByProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="ClearShoppingCart">
         <wsdl:input message="tns:vtProductServices___ClearShoppingCartRequest" />
         <wsdl:output message="tns:vtProductServices___ClearShoppingCartResponse" />
      </wsdl:operation>
      <wsdl:operation name="ClearVehicleProductGroups">
         <wsdl:input message="tns:vtProductServices___ClearVehicleProductGroupsRequest" />
         <wsdl:output message="tns:vtProductServices___ClearVehicleProductGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="ClearVehicleProductGroups2">
         <wsdl:input message="tns:vtProductServices___ClearVehicleProductGroups2Request" />
         <wsdl:output message="tns:vtProductServices___ClearVehicleProductGroups2Response" />
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleProducts">
         <wsdl:input message="tns:vtProductServices___CopyVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___CopyVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyOrderProduct">
         <wsdl:input message="tns:vtProductServices___DeleteCompanyOrderProductRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteCompanyOrderProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyOrderProducts">
         <wsdl:input message="tns:vtProductServices___DeleteCompanyOrderProductsRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteCompanyOrderProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyProduct">
         <wsdl:input message="tns:vtProductServices___DeleteCompanyProductRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteCompanyProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyProducts">
         <wsdl:input message="tns:vtProductServices___DeleteCompanyProductsRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteCompanyProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteProduct">
         <wsdl:input message="tns:vtProductServices___DeleteProductRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteProductCategory">
         <wsdl:input message="tns:vtProductServices___DeleteProductCategoryRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteProductCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteProductFromCart">
         <wsdl:input message="tns:vtProductServices___DeleteProductFromCartRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteProductFromCartResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteProducts">
         <wsdl:input message="tns:vtProductServices___DeleteProductsRequest" />
         <wsdl:output message="tns:vtProductServices___DeleteProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts">
         <wsdl:input message="tns:vtProductServices___GetAllManufacturerProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetAllManufacturerProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts2">
         <wsdl:input message="tns:vtProductServices___GetAllManufacturerProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetAllManufacturerProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts3">
         <wsdl:input message="tns:vtProductServices___GetAllManufacturerProducts3Request" />
         <wsdl:output message="tns:vtProductServices___GetAllManufacturerProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts4">
         <wsdl:input message="tns:vtProductServices___GetAllManufacturerProducts4Request" />
         <wsdl:output message="tns:vtProductServices___GetAllManufacturerProducts4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts5">
         <wsdl:input message="tns:vtProductServices___GetAllManufacturerProducts5Request" />
         <wsdl:output message="tns:vtProductServices___GetAllManufacturerProducts5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllProductManufacturers">
         <wsdl:input message="tns:vtProductServices___GetAllProductManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetAllProductManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllProductManufacturers2">
         <wsdl:input message="tns:vtProductServices___GetAllProductManufacturers2Request" />
         <wsdl:output message="tns:vtProductServices___GetAllProductManufacturers2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts2">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts3">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProducts3Request" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts4">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProducts4Request" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProducts4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts5">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProducts5Request" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProducts5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProductsComplete">
         <wsdl:input message="tns:vtProductServices___GetAllVehicleProductsCompleteRequest" />
         <wsdl:output message="tns:vtProductServices___GetAllVehicleProductsCompleteResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyInstallationAccessories">
         <wsdl:input message="tns:vtProductServices___GetCompanyInstallationAccessoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyInstallationAccessoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProductCategories">
         <wsdl:input message="tns:vtProductServices___GetCompanyOrderProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyOrderProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProducts">
         <wsdl:input message="tns:vtProductServices___GetCompanyOrderProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyOrderProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProductsByCategoriesPaged">
         <wsdl:input message="tns:vtProductServices___GetCompanyOrderProductsByCategoriesPagedRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyOrderProductsByCategoriesPagedResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProduct">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductBySKU">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductBySKURequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductBySKUResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductCategoryIds">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductCategoryIdsRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductCategoryIdsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductDump">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductDumpRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductDumpResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductDump2">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductDump2Request" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductDump2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProducts">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProducts2">
         <wsdl:input message="tns:vtProductServices___GetCompanyProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductsByCategoryPaged">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductsByCategoryPagedRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductsByCategoryPagedResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductsByCategoryPaged2">
         <wsdl:input message="tns:vtProductServices___GetCompanyProductsByCategoryPaged2Request" />
         <wsdl:output message="tns:vtProductServices___GetCompanyProductsByCategoryPaged2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProductAccessories">
         <wsdl:input message="tns:vtProductServices___GetCompanyVehicleProductAccessoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyVehicleProductAccessoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProducts">
         <wsdl:input message="tns:vtProductServices___GetCompanyVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetCompanyVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCreatedManufacturerProducts">
         <wsdl:input message="tns:vtProductServices___GetCreatedManufacturerProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetCreatedManufacturerProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCreatedManufacturerProducts2">
         <wsdl:input message="tns:vtProductServices___GetCreatedManufacturerProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetCreatedManufacturerProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetFitguideCompanyProductCategories">
         <wsdl:input message="tns:vtProductServices___GetFitguideCompanyProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetFitguideCompanyProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductCategories">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts2">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts3">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts3Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts4">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts4Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts5">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts5Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts6">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts6Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts7">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts7Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts8">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProducts8Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProducts8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategories">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProductsByCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProductsByCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategories2">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProductsByCategories2Request" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProductsByCategories2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategoriesPaged">
         <wsdl:input message="tns:vtProductServices___GetManufacturerProductsByCategoriesPagedRequest" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerProductsByCategoriesPagedResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerVehicleProducts">
         <wsdl:input message="tns:vtProductServices___GetManufacturerVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetManufacturerVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProduct">
         <wsdl:input message="tns:vtProductServices___GetProductRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProduct2">
         <wsdl:input message="tns:vtProductServices___GetProduct2Request" />
         <wsdl:output message="tns:vtProductServices___GetProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCatalog">
         <wsdl:input message="tns:vtProductServices___GetProductCatalogRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductCatalogResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories">
         <wsdl:input message="tns:vtProductServices___GetProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories2">
         <wsdl:input message="tns:vtProductServices___GetProductCategories2Request" />
         <wsdl:output message="tns:vtProductServices___GetProductCategories2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories3">
         <wsdl:input message="tns:vtProductServices___GetProductCategories3Request" />
         <wsdl:output message="tns:vtProductServices___GetProductCategories3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories4">
         <wsdl:input message="tns:vtProductServices___GetProductCategories4Request" />
         <wsdl:output message="tns:vtProductServices___GetProductCategories4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategoryManufacturers">
         <wsdl:input message="tns:vtProductServices___GetProductCategoryManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductCategoryManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductCategoryNonUniversalManufacturers">
         <wsdl:input message="tns:vtProductServices___GetProductCategoryNonUniversalManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductCategoryNonUniversalManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductDumpCompanies">
         <wsdl:input message="tns:vtProductServices___GetProductDumpCompaniesRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductDumpCompaniesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturer">
         <wsdl:input message="tns:vtProductServices___GetProductManufacturerRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductManufacturerResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturer2">
         <wsdl:input message="tns:vtProductServices___GetProductManufacturer2Request" />
         <wsdl:output message="tns:vtProductServices___GetProductManufacturer2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturers">
         <wsdl:input message="tns:vtProductServices___GetProductManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProducts">
         <wsdl:input message="tns:vtProductServices___GetProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProducts2">
         <wsdl:input message="tns:vtProductServices___GetProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber">
         <wsdl:input message="tns:vtProductServices___GetProductsByPartNumberRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductsByPartNumberResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber2">
         <wsdl:input message="tns:vtProductServices___GetProductsByPartNumber2Request" />
         <wsdl:output message="tns:vtProductServices___GetProductsByPartNumber2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber3">
         <wsdl:input message="tns:vtProductServices___GetProductsByPartNumber3Request" />
         <wsdl:output message="tns:vtProductServices___GetProductsByPartNumber3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumbers">
         <wsdl:input message="tns:vtProductServices___GetProductsByPartNumbersRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductsByPartNumbersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductVehicleIdsBySKU">
         <wsdl:input message="tns:vtProductServices___GetProductVehicleIdsBySKURequest" />
         <wsdl:output message="tns:vtProductServices___GetProductVehicleIdsBySKUResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductVehicles">
         <wsdl:input message="tns:vtProductServices___GetProductVehiclesRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetProductWires">
         <wsdl:input message="tns:vtProductServices___GetProductWiresRequest" />
         <wsdl:output message="tns:vtProductServices___GetProductWiresResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformationRequest" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformationResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation10">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation10Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation10Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation11">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation11Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation11Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation2">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation2Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation3">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation3Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation4">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation4Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation5">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation5Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation6">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation6Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation6Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation7">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation7Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation7Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation8">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation8Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation8Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation9">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleInformation9Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleInformation9Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts2">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts3">
         <wsdl:input message="tns:vtProductServices___GetRetailerVehicleProducts3Request" />
         <wsdl:output message="tns:vtProductServices___GetRetailerVehicleProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetSessionManufacturer">
         <wsdl:input message="tns:vtProductServices___GetSessionManufacturerRequest" />
         <wsdl:output message="tns:vtProductServices___GetSessionManufacturerResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetShoppingCartProducts">
         <wsdl:input message="tns:vtProductServices___GetShoppingCartProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetShoppingCartProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetSizeTypes">
         <wsdl:input message="tns:vtProductServices___GetSizeTypesRequest" />
         <wsdl:output message="tns:vtProductServices___GetSizeTypesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUnmatchedManufacturerProducts">
         <wsdl:input message="tns:vtProductServices___GetUnmatchedManufacturerProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetUnmatchedManufacturerProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedManufacturerProducts">
         <wsdl:input message="tns:vtProductServices___GetUpdatedManufacturerProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetUpdatedManufacturerProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedManufacturerProducts2">
         <wsdl:input message="tns:vtProductServices___GetUpdatedManufacturerProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetUpdatedManufacturerProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategories">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategoryManufacturers">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductCategoryManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductCategoryManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategoryNonUniversalManufacturers">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductCategoryNonUniversalManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductCategoryNonUniversalManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductGroups">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductGroupsRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts2">
         <wsdl:input message="tns:vtProductServices___GetVehicleProducts2Request" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts3">
         <wsdl:input message="tns:vtProductServices___GetVehicleProducts3Request" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProducts3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByCategoryIds">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductsByCategoryIdsRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductsByCategoryIdsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByGroupIDs">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductsByGroupIDsRequest" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductsByGroupIDsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByGroupIds2">
         <wsdl:input message="tns:vtProductServices___GetVehicleProductsByGroupIds2Request" />
         <wsdl:output message="tns:vtProductServices___GetVehicleProductsByGroupIds2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVisibleProductManufacturers">
         <wsdl:input message="tns:vtProductServices___GetVisibleProductManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___GetVisibleProductManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="PopulateManufacturers">
         <wsdl:input message="tns:vtProductServices___PopulateManufacturersRequest" />
         <wsdl:output message="tns:vtProductServices___PopulateManufacturersResponse" />
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups">
         <wsdl:input message="tns:vtProductServices___PopulateVehicleProductGroupsRequest" />
         <wsdl:output message="tns:vtProductServices___PopulateVehicleProductGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups2">
         <wsdl:input message="tns:vtProductServices___PopulateVehicleProductGroups2Request" />
         <wsdl:output message="tns:vtProductServices___PopulateVehicleProductGroups2Response" />
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups3">
         <wsdl:input message="tns:vtProductServices___PopulateVehicleProductGroups3Request" />
         <wsdl:output message="tns:vtProductServices___PopulateVehicleProductGroups3Response" />
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProduct">
         <wsdl:input message="tns:vtProductServices___RemoveVehicleProductRequest" />
         <wsdl:output message="tns:vtProductServices___RemoveVehicleProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProducts">
         <wsdl:input message="tns:vtProductServices___RemoveVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___RemoveVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProducts2">
         <wsdl:input message="tns:vtProductServices___RemoveVehicleProducts2Request" />
         <wsdl:output message="tns:vtProductServices___RemoveVehicleProducts2Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchAllProducts">
         <wsdl:input message="tns:vtProductServices___SearchAllProductsRequest" />
         <wsdl:output message="tns:vtProductServices___SearchAllProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchVehicleProducts">
         <wsdl:input message="tns:vtProductServices___SearchVehicleProductsRequest" />
         <wsdl:output message="tns:vtProductServices___SearchVehicleProductsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SelectPartNumberList">
         <wsdl:input message="tns:vtProductServices___SelectPartNumberListRequest" />
         <wsdl:output message="tns:vtProductServices___SelectPartNumberListResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCompanyProductId">
         <wsdl:input message="tns:vtProductServices___SetCompanyProductIdRequest" />
         <wsdl:output message="tns:vtProductServices___SetCompanyProductIdResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetManufacturer">
         <wsdl:input message="tns:vtProductServices___SetManufacturerRequest" />
         <wsdl:output message="tns:vtProductServices___SetManufacturerResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetManufacturerFitGuide">
         <wsdl:input message="tns:vtProductServices___SetManufacturerFitGuideRequest" />
         <wsdl:output message="tns:vtProductServices___SetManufacturerFitGuideResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct">
         <wsdl:input message="tns:vtProductServices___SetProductRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct2">
         <wsdl:input message="tns:vtProductServices___SetProduct2Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct3">
         <wsdl:input message="tns:vtProductServices___SetProduct3Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct4">
         <wsdl:input message="tns:vtProductServices___SetProduct4Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct5">
         <wsdl:input message="tns:vtProductServices___SetProduct5Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct6">
         <wsdl:input message="tns:vtProductServices___SetProduct6Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct6Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct7">
         <wsdl:input message="tns:vtProductServices___SetProduct7Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct7Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProduct8">
         <wsdl:input message="tns:vtProductServices___SetProduct8Request" />
         <wsdl:output message="tns:vtProductServices___SetProduct8Response" />
      </wsdl:operation>
      <wsdl:operation name="SetProductCategory">
         <wsdl:input message="tns:vtProductServices___SetProductCategoryRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProductDump">
         <wsdl:input message="tns:vtProductServices___SetProductDumpRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductDumpResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProductInCart">
         <wsdl:input message="tns:vtProductServices___SetProductInCartRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductInCartResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProductsCategories">
         <wsdl:input message="tns:vtProductServices___SetProductsCategoriesRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductsCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProductsCategory">
         <wsdl:input message="tns:vtProductServices___SetProductsCategoryRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductsCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetProductWires">
         <wsdl:input message="tns:vtProductServices___SetProductWiresRequest" />
         <wsdl:output message="tns:vtProductServices___SetProductWiresResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtProductDAServices">
      <wsdl:operation name="GetCompanyProductCategories">
         <wsdl:documentation>
            This method retrieves cached datasets as to reduce hits to the database.
         </wsdl:documentation>
         <wsdl:input message="tns:vtProductDAServices___GetCompanyProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductDAServices___GetCompanyProductCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProductCategories">
         <wsdl:documentation>
            This method retrieves cached datasets as to reduce hits to the database.
         </wsdl:documentation>
         <wsdl:input message="tns:vtProductDAServices___GetCompanyVehicleProductCategoriesRequest" />
         <wsdl:output message="tns:vtProductDAServices___GetCompanyVehicleProductCategoriesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtReportServices">
      <wsdl:operation name="GetAAIAVehiclesWithoutMatches">
         <wsdl:input message="tns:vtReportServices___GetAAIAVehiclesWithoutMatchesRequest" />
         <wsdl:output message="tns:vtReportServices___GetAAIAVehiclesWithoutMatchesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesCreatedBetween">
         <wsdl:input message="tns:vtReportServices___GetVehiclesCreatedBetweenRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesCreatedBetweenResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForMakes">
         <wsdl:input message="tns:vtReportServices___GetVehiclesForMakesRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesForMakesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForMakes2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesForMakes2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesForMakes2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForYears">
         <wsdl:input message="tns:vtReportServices___GetVehiclesForYearsRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesForYearsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesMissingDefaultTrims">
         <wsdl:input message="tns:vtReportServices___GetVehiclesMissingDefaultTrimsRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesMissingDefaultTrimsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesMissingDefaultTrims2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesMissingDefaultTrims2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesMissingDefaultTrims2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithDocuments">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithDocumentsRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithDocuments2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithDocuments2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutDocuments">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithoutDocumentsRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithoutDocumentsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutDocuments2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithoutDocuments2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithoutDocuments2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutValues">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithoutValuesRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithoutValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutValues2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithoutValues2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithoutValues2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithValues">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithValuesRequest" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithValuesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithValues2">
         <wsdl:input message="tns:vtReportServices___GetVehiclesWithValues2Request" />
         <wsdl:output message="tns:vtReportServices___GetVehiclesWithValues2Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtSchedulingServices">
      <wsdl:operation name="AddLinkedTransaction">
         <wsdl:input message="tns:vtSchedulingServices___AddLinkedTransactionRequest" />
         <wsdl:output message="tns:vtSchedulingServices___AddLinkedTransactionResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddNPDSubmission">
         <wsdl:input message="tns:vtSchedulingServices___AddNPDSubmissionRequest" />
         <wsdl:output message="tns:vtSchedulingServices___AddNPDSubmissionResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall">
         <wsdl:input message="tns:vtSchedulingServices___AddScheduledInstallRequest" />
         <wsdl:output message="tns:vtSchedulingServices___AddScheduledInstallResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall2">
         <wsdl:input message="tns:vtSchedulingServices___AddScheduledInstall2Request" />
         <wsdl:output message="tns:vtSchedulingServices___AddScheduledInstall2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall3">
         <wsdl:input message="tns:vtSchedulingServices___AddScheduledInstall3Request" />
         <wsdl:output message="tns:vtSchedulingServices___AddScheduledInstall3Response" />
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall4">
         <wsdl:input message="tns:vtSchedulingServices___AddScheduledInstall4Request" />
         <wsdl:output message="tns:vtSchedulingServices___AddScheduledInstall4Response" />
      </wsdl:operation>
      <wsdl:operation name="DeleteScheduledInstall">
         <wsdl:input message="tns:vtSchedulingServices___DeleteScheduledInstallRequest" />
         <wsdl:output message="tns:vtSchedulingServices___DeleteScheduledInstallResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetBayInstallers">
         <wsdl:input message="tns:vtSchedulingServices___GetBayInstallersRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetBayInstallersResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle">
         <wsdl:input message="tns:vtSchedulingServices___GetCustomerVehicleRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetCustomerVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle2">
         <wsdl:input message="tns:vtSchedulingServices___GetCustomerVehicle2Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetCustomerVehicle2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle3">
         <wsdl:input message="tns:vtSchedulingServices___GetCustomerVehicle3Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetCustomerVehicle3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetInstallBays">
         <wsdl:input message="tns:vtSchedulingServices___GetInstallBaysRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetInstallBaysResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetLinkedTransactions">
         <wsdl:input message="tns:vtSchedulingServices___GetLinkedTransactionsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetLinkedTransactionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetQBProductUpc">
         <wsdl:input message="tns:vtSchedulingServices___GetQBProductUpcRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetQBProductUpcResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstallRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstallResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall2">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstall2Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstall2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall3">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstall3Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstall3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall4">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstall4Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstall4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall5">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstall5Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstall5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstallForTransactionRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstallForTransactionResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction2">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstallForTransaction2Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstallForTransaction2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction3">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstallForTransaction3Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstallForTransaction3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstallsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstallsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls2">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstalls2Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstalls2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls3">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstalls3Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstalls3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls4">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstalls4Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstalls4Response" />
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls5">
         <wsdl:input message="tns:vtSchedulingServices___GetScheduledInstalls5Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetScheduledInstalls5Response" />
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions">
         <wsdl:input message="tns:vtSchedulingServices___GetSchedulingOptionsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetSchedulingOptionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions2">
         <wsdl:input message="tns:vtSchedulingServices___GetSchedulingOptions2Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetSchedulingOptions2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions3">
         <wsdl:input message="tns:vtSchedulingServices___GetSchedulingOptions3Request" />
         <wsdl:output message="tns:vtSchedulingServices___GetSchedulingOptions3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetUpcQBProduct">
         <wsdl:input message="tns:vtSchedulingServices___GetUpcQBProductRequest" />
         <wsdl:output message="tns:vtSchedulingServices___GetUpcQBProductResponse" />
      </wsdl:operation>
      <wsdl:operation name="MapIdsToNumbers">
         <wsdl:input message="tns:vtSchedulingServices___MapIdsToNumbersRequest" />
         <wsdl:output message="tns:vtSchedulingServices___MapIdsToNumbersResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls">
         <wsdl:input message="tns:vtSchedulingServices___SearchForScheduledInstallsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SearchForScheduledInstallsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls2">
         <wsdl:input message="tns:vtSchedulingServices___SearchForScheduledInstalls2Request" />
         <wsdl:output message="tns:vtSchedulingServices___SearchForScheduledInstalls2Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls3">
         <wsdl:input message="tns:vtSchedulingServices___SearchForScheduledInstalls3Request" />
         <wsdl:output message="tns:vtSchedulingServices___SearchForScheduledInstalls3Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls4">
         <wsdl:input message="tns:vtSchedulingServices___SearchForScheduledInstalls4Request" />
         <wsdl:output message="tns:vtSchedulingServices___SearchForScheduledInstalls4Response" />
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls5">
         <wsdl:input message="tns:vtSchedulingServices___SearchForScheduledInstalls5Request" />
         <wsdl:output message="tns:vtSchedulingServices___SearchForScheduledInstalls5Response" />
      </wsdl:operation>
      <wsdl:operation name="SetBayInstallers">
         <wsdl:input message="tns:vtSchedulingServices___SetBayInstallersRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SetBayInstallersResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetInstallBays">
         <wsdl:input message="tns:vtSchedulingServices___SetInstallBaysRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SetInstallBaysResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetQBProductUpcs">
         <wsdl:input message="tns:vtSchedulingServices___SetQBProductUpcsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SetQBProductUpcsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall">
         <wsdl:input message="tns:vtSchedulingServices___SetScheduledInstallRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SetScheduledInstallResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall2">
         <wsdl:input message="tns:vtSchedulingServices___SetScheduledInstall2Request" />
         <wsdl:output message="tns:vtSchedulingServices___SetScheduledInstall2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall3">
         <wsdl:input message="tns:vtSchedulingServices___SetScheduledInstall3Request" />
         <wsdl:output message="tns:vtSchedulingServices___SetScheduledInstall3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall4">
         <wsdl:input message="tns:vtSchedulingServices___SetScheduledInstall4Request" />
         <wsdl:output message="tns:vtSchedulingServices___SetScheduledInstall4Response" />
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions">
         <wsdl:input message="tns:vtSchedulingServices___SetSchedulingOptionsRequest" />
         <wsdl:output message="tns:vtSchedulingServices___SetSchedulingOptionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions2">
         <wsdl:input message="tns:vtSchedulingServices___SetSchedulingOptions2Request" />
         <wsdl:output message="tns:vtSchedulingServices___SetSchedulingOptions2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions3">
         <wsdl:input message="tns:vtSchedulingServices___SetSchedulingOptions3Request" />
         <wsdl:output message="tns:vtSchedulingServices___SetSchedulingOptions3Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtStructureServices">
      <wsdl:operation name="AddCategory">
         <wsdl:input message="tns:vtStructureServices___AddCategoryRequest" />
         <wsdl:output message="tns:vtStructureServices___AddCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddGroup">
         <wsdl:input message="tns:vtStructureServices___AddGroupRequest" />
         <wsdl:output message="tns:vtStructureServices___AddGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddAttribute">
         <wsdl:input message="tns:vtStructureServices___AddAttributeRequest" />
         <wsdl:output message="tns:vtStructureServices___AddAttributeResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteCategory">
         <wsdl:input message="tns:vtStructureServices___DeleteCategoryRequest" />
         <wsdl:output message="tns:vtStructureServices___DeleteCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteGroup">
         <wsdl:input message="tns:vtStructureServices___DeleteGroupRequest" />
         <wsdl:output message="tns:vtStructureServices___DeleteGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="DeleteAttribute">
         <wsdl:input message="tns:vtStructureServices___DeleteAttributeRequest" />
         <wsdl:output message="tns:vtStructureServices___DeleteAttributeResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetHorizontalCategories">
         <wsdl:input message="tns:vtStructureServices___GetHorizontalCategoriesRequest" />
         <wsdl:output message="tns:vtStructureServices___GetHorizontalCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCategory">
         <wsdl:input message="tns:vtStructureServices___SetCategoryRequest" />
         <wsdl:output message="tns:vtStructureServices___SetCategoryResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetGroup">
         <wsdl:input message="tns:vtStructureServices___SetGroupRequest" />
         <wsdl:output message="tns:vtStructureServices___SetGroupResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetAttribute">
         <wsdl:input message="tns:vtStructureServices___SetAttributeRequest" />
         <wsdl:output message="tns:vtStructureServices___SetAttributeResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetCategories">
         <wsdl:input message="tns:vtStructureServices___SetCategoriesRequest" />
         <wsdl:output message="tns:vtStructureServices___SetCategoriesResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetGroups">
         <wsdl:input message="tns:vtStructureServices___SetGroupsRequest" />
         <wsdl:output message="tns:vtStructureServices___SetGroupsResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetAttributes">
         <wsdl:input message="tns:vtStructureServices___SetAttributesRequest" />
         <wsdl:output message="tns:vtStructureServices___SetAttributesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtStructureDAServices" />
   <wsdl:portType name="vtTaskServices">
      <wsdl:operation name="AddTask">
         <wsdl:input message="tns:vtTaskServices___AddTaskRequest" />
         <wsdl:output message="tns:vtTaskServices___AddTaskResponse" />
      </wsdl:operation>
      <wsdl:operation name="AddTask2">
         <wsdl:input message="tns:vtTaskServices___AddTask2Request" />
         <wsdl:output message="tns:vtTaskServices___AddTask2Response" />
      </wsdl:operation>
      <wsdl:operation name="AddTask3">
         <wsdl:input message="tns:vtTaskServices___AddTask3Request" />
         <wsdl:output message="tns:vtTaskServices___AddTask3Response" />
      </wsdl:operation>
      <wsdl:operation name="DeleteTask">
         <wsdl:input message="tns:vtTaskServices___DeleteTaskRequest" />
         <wsdl:output message="tns:vtTaskServices___DeleteTaskResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetClosedTasks">
         <wsdl:input message="tns:vtTaskServices___GetClosedTasksRequest" />
         <wsdl:output message="tns:vtTaskServices___GetClosedTasksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetClosedTasks2">
         <wsdl:input message="tns:vtTaskServices___GetClosedTasks2Request" />
         <wsdl:output message="tns:vtTaskServices___GetClosedTasks2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetCompaniesWithTasks">
         <wsdl:input message="tns:vtTaskServices___GetCompaniesWithTasksRequest" />
         <wsdl:output message="tns:vtTaskServices___GetCompaniesWithTasksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetOpenTasks">
         <wsdl:input message="tns:vtTaskServices___GetOpenTasksRequest" />
         <wsdl:output message="tns:vtTaskServices___GetOpenTasksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetOpenTasks2">
         <wsdl:input message="tns:vtTaskServices___GetOpenTasks2Request" />
         <wsdl:output message="tns:vtTaskServices___GetOpenTasks2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTask">
         <wsdl:input message="tns:vtTaskServices___GetTaskRequest" />
         <wsdl:output message="tns:vtTaskServices___GetTaskResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetTask2">
         <wsdl:input message="tns:vtTaskServices___GetTask2Request" />
         <wsdl:output message="tns:vtTaskServices___GetTask2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTask3">
         <wsdl:input message="tns:vtTaskServices___GetTask3Request" />
         <wsdl:output message="tns:vtTaskServices___GetTask3Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTasks">
         <wsdl:input message="tns:vtTaskServices___GetTasksRequest" />
         <wsdl:output message="tns:vtTaskServices___GetTasksResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetTasks2">
         <wsdl:input message="tns:vtTaskServices___GetTasks2Request" />
         <wsdl:output message="tns:vtTaskServices___GetTasks2Response" />
      </wsdl:operation>
      <wsdl:operation name="GetTasks3">
         <wsdl:input message="tns:vtTaskServices___GetTasks3Request" />
         <wsdl:output message="tns:vtTaskServices___GetTasks3Response" />
      </wsdl:operation>
      <wsdl:operation name="SetTask">
         <wsdl:input message="tns:vtTaskServices___SetTaskRequest" />
         <wsdl:output message="tns:vtTaskServices___SetTaskResponse" />
      </wsdl:operation>
      <wsdl:operation name="SetTask2">
         <wsdl:input message="tns:vtTaskServices___SetTask2Request" />
         <wsdl:output message="tns:vtTaskServices___SetTask2Response" />
      </wsdl:operation>
      <wsdl:operation name="SetTask3">
         <wsdl:input message="tns:vtTaskServices___SetTask3Request" />
         <wsdl:output message="tns:vtTaskServices___SetTask3Response" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtTaskDAServices" />
   <wsdl:portType name="vtUpdateServices">
      <wsdl:operation name="CheckForUpdates">
         <wsdl:input message="tns:vtUpdateServices___CheckForUpdatesRequest" />
         <wsdl:output message="tns:vtUpdateServices___CheckForUpdatesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="vtAAIAVehicleServices">
      <wsdl:operation name="GetMakes">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetMakesRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetMakesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetRegions">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetRegionsRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetRegionsResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehicles">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetVehiclesRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetAAIAVehiclesForVehicle">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetAAIAVehiclesForVehicleRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetAAIAVehiclesForVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForAAIAVehicle">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetVehiclesForAAIAVehicleRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetVehiclesForAAIAVehicleResponse" />
      </wsdl:operation>
      <wsdl:operation name="GetVictoryVehicles">
         <wsdl:input message="tns:vtAAIAVehicleServices___GetVictoryVehiclesRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___GetVictoryVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="MatchVehicles">
         <wsdl:input message="tns:vtAAIAVehicleServices___MatchVehiclesRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___MatchVehiclesResponse" />
      </wsdl:operation>
      <wsdl:operation name="UnmatchVehicles">
         <wsdl:input message="tns:vtAAIAVehicleServices___UnmatchVehiclesRequest" />
         <wsdl:output message="tns:vtAAIAVehicleServices___UnmatchVehiclesResponse" />
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="vtSessionDAServicesBinding" type="tns:vtSessionDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="Login">
         <soap:operation soapAction="urn:VTTechnician-vtSessionDAServices#Login" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSessionDAServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSessionDAServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SimpleLogin">
         <soap:operation soapAction="urn:VTTechnician-vtSessionDAServices#SimpleLogin" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSessionDAServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSessionDAServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtCallServicesBinding" type="tns:vtCallServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="SelectCalls">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCalls" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCalls2">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCalls2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCall">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCall2">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCall">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#AddCall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCall2">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#AddCall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="EditCall">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#EditCall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="EditCall2">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#EditCall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCall">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#DeleteCall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyContacts">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCompanyContacts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyCalls">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCompanyCalls" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectCompanyContacts2">
         <soap:operation soapAction="urn:VTTechnician-vtCallServices#SelectCompanyContacts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtCallServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtUserServicesBinding" type="tns:vtUserServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddCompany">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany20">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany20" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany21">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany21" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompany9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompany9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyNewsItem">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompanyNewsItem" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompanyVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicleBySession">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompanyVehicleBySession" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyVehicleByVehicleId">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompanyVehicleByVehicleId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyWebLink">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddCompanyWebLink" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddLead">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddLead" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddLead2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddLead2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddLead3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddLead3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddPressRelease">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddPressRelease" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUser2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddUser2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUser3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddUser3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUser4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddUser4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUser5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AddUser5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompany">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyNews">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteCompanyNews" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyNews2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteCompanyNews2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteCompanyVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyWebLink">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteCompanyWebLink" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeletePressRelease">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeletePressRelease" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#DeleteUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ExtendExpirations">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#ExtendExpirations" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllApplications">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetAllApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllLocales">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetAllLocales" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAuthorizeNetSettings">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetAuthorizeNetSettings" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies20">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies20" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies21">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies21" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies22">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies22" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies23">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies23" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies24">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies24" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies25">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies25" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanies9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanies9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany20">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany20" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany21">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany21" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany22">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany22" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany23">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany23" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany24">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany24" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompany9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompany9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyAttributeDenials">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyAttributeDenials" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyBrowse">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyBrowse" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyDatasources">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyDatasources" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuide">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuide" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuideOptions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuideOptions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuideOptions3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuideOptions4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyFitGuideOptions5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyFitGuideOptions5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyList">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyList" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyLocales">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyLocales" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyNews">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyNews" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyNews2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyNews2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanySizeLinks">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanySizeLinks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleIds">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyVehicleIds" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyWebLinks">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyWebLinks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyWebLinks2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetCompanyWebLinks2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetDistributorCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLead">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLead" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLead2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLead2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLead3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLead3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLeads">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLeads" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLeads2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLeads2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLeads3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLeads3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLeads4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLeads4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLocaleTemplates">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetLocaleTemplates" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetMultipleStructures" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetMultipleStructures2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPressRelease">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetPressRelease" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPressReleases">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetPressReleases" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSessionCompany">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetSessionCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUser6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUser6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUserApplications">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUserApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUserBrowse">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUserBrowse" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUsers6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetUsers6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login20">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login20" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login21">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login21" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login22">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login22" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login23">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login23" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login24">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login24" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login25">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login25" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Login9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Login9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#LoginWebsiteUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#LoginWebsiteUser2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="LoginWebsiteUser3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#LoginWebsiteUser3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="Logoff">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#Logoff" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="NumberVehiclesAllowed">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#NumberVehiclesAllowed" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ReLogin">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#ReLogin" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ReLogin2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#ReLogin2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ReloginWebsiteUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#ReloginWebsiteUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ResetCompanySessions">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#ResetCompanySessions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectLeadOptions">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SelectLeadOptions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SendEmail">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SendEmail" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SendEmail2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SendEmail2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SendEmails">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SendEmails" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SendEmails2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SendEmails2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SendRegistrationEmail">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SendRegistrationEmail" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany10">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany11">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany12">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany13">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany14">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany15">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany15" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany16">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany16" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany17">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany17" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany18">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany18" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany20">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany20" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany21">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany21" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany22">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany22" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompany9">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompany9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyDataSources">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyDataSources" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide6">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide7">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyFitGuide8">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanyFitGuide8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanySizeLink">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanySizeLink" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanySizeLinks">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetCompanySizeLinks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDeniedCompanyAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetDeniedCompanyAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDeniedCompanyAttributeGroups">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetDeniedCompanyAttributeGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetIPAddressOwner">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetIPAddressOwner" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetLead">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetLead" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetLead2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetLead2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetLead3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetLead3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetNumberVehiclesAllowed">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetNumberVehiclesAllowed" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUser2">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUser2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUser3">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUser3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUser4">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUser4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUser5">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUser5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUserActive">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetUserActive" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetWebsiteSettings">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SetWebsiteSettings" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SimpleLogin">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SimpleLogin" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SimpleLoginWebsiteUser">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#SimpleLoginWebsiteUser" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateCompanyLocales">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdateCompanyLocales" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateCompanyNews">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdateCompanyNews" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateLocaleTemplates">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdateLocaleTemplates" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdatePressRelease">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdatePressRelease" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateTemplateLocales">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdateTemplateLocales" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateUserApplications">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#UpdateUserApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="VerifyCompanyVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#VerifyCompanyVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="VerifySessionExists">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#VerifySessionExists" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AppendCompanyUserApplications">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#AppendCompanyUserApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetWebsiteSettings19">
         <soap:operation soapAction="urn:VTTechnician-vtUserServices#GetWebsiteSettings19" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUserServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtUserDAServicesBinding" type="tns:vtUserDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtVehicleServicesBinding" type="tns:vtVehicleServices">
      <xs:annotation>
         <xs:documentation>
             Victory Technologies Technician Web Service, Vehicle Services.  This service allows for accessing and manipulating the vehicles contained within the Technician data store, including manipulation of vehicle makes, models, and attributes.
         </xs:documentation>
      </xs:annotation>
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddAdvisory">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAdvisory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttribute">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAttribute" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttributeCategory">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAttributeCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttributeGroup">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAttributeGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttributePickItem">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAttributePickItem" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttributeType">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddAttributeType" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddPendingAttributeValue">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddPendingAttributeValue" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicle2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicle2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicle3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicle3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleBodyType">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicleBodyType" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleByName">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicleByName" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleMake">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicleMake" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleModel">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehicleModel" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehiclesByName">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AddVehiclesByName" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AttachAttributeParent">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#AttachAttributeParent" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#CopyVehicleAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CreateOpposingChassisVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#CreateOpposingChassisVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAllAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeGroups">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAllAttributeGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAllAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAllAttributeTypes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAllAttributeTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttribute">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttribute" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeCategory">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributeCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeGroup">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributeGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeGroups">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributeGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributePickItem">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributePickItem" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributePickItems">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributePickItems" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttributeType">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteAttributeType" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#DeleteVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllBodyTypes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAllBodyTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAllVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeGroups">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeGroup">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributePickItems">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributePickItems" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeTypes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValue">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeValue" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValues2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeValues2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAttributeValuesByType">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetAttributeValuesByType" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetBestVehicleId">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetBestVehicleId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleId">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetCompanyVehicleId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCorrelatedVehicleId">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetCorrelatedVehicleId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCreatedVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetCreatedVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDataPhraseCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetDataPhraseCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDataStatistics">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetDataStatistics" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLocalAttributeValue">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetLocalAttributeValue" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLocalAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetLocalAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetMultipleStructures" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetMultipleStructures2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetMultipleStructures3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetMultipleStructures4">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetMultipleStructures4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPendingAdvisories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetPendingAdvisories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPendingAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetPendingAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPendingAttributeValues2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetPendingAttributeValues2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleBodyTypes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleBodyTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleBodyTypesDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleBodyTypesDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleMakes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleMakes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleMakesDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleMakesDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleModels">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleModels" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleModelsDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleModelsDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleTrims">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleTrims" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleYears">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleYears" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleYearsDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetRetailerVehicleYearsDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedDataCounts">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetUpdatedDataCounts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicle2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicle2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicle3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicle3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleAttributeValuesByGroup">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleAttributeValuesByGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBodyTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypes2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBodyTypes2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypesDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBodyTypesDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBodyTypesDown2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBodyTypesDown2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBrowse" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBrowse2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBrowse3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleBrowse4">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleBrowse4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleCount">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleCount" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleDataPhrases" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleDataPhrases2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleDataPhrases3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDataPhrases4">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleDataPhrases4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleID">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleID" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleId2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleId2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleInformation" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleInformation2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInformation3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleInformation3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleInfoUpdateDate">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleInfoUpdateDate" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakes2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakes3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakes3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakesDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakesDown2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleMakesDown3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleMakesDown3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModels" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModels2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModels3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModels3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModelsDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModelsDown2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleModelsDown3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleModelsDown3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleNotes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleNotes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesByProductAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesByProductAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesByProductSizes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesByProductSizes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesInformation">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesInformation" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesInformation2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesInformation2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleSteeringSides">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleSteeringSides" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesViewedByApplication">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesViewedByApplication" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesViewedByCompany">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehiclesViewedByCompany" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleTrims" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleTrims2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrims3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleTrims3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleTrimsDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleTrimsDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues10">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues11">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues12">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues12" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues13">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues13" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues14">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues14" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues4">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues5">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues6">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues7">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues8">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleValues9">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleValues9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYears">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleYears" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYears2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleYears2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYearsDown">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleYearsDown" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleYearsDown2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleYearsDown2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ImportVehicleData">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#ImportVehicleData" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ImportVehicleData2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#ImportVehicleData2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="PopulateAttributeCategories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#PopulateAttributeCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SearchAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetAttributeValue">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetAttributeValue" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyVehicleId">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetCompanyVehicleId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetLocalAttributeValue">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetLocalAttributeValue" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetLocalAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetLocalAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetMultipleVehicleValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetMultipleVehicleValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetVehicle2">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetVehicle2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetVehicle3">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetVehicle3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetVehicleNotes">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#SetVehicleNotes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidatePendingAdvisories">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#ValidatePendingAdvisories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidatePendingAttributeValues">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#ValidatePendingAttributeValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleIDByVIN">
         <soap:operation soapAction="urn:VTTechnician-vtVehicleServices#GetVehicleIDByVIN" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtVehicleDAServicesBinding" type="tns:vtVehicleDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtAdminServicesBinding" type="tns:vtAdminServices">
      <xs:annotation>
         <xs:documentation>
            Victory Technologies Administration Web Service
         </xs:documentation>
      </xs:annotation>
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="SetConnectionString">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetConnectionString" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetRegConnectionString">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetRegConnectionString" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocumentPath">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetDocumentPath" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetPassword">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetPassword" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetSmtpServer">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetSmtpServer" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUpdatesPath">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetUpdatesPath" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetUpdatesUrl">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetUpdatesUrl" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetHomepagePath">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetHomepagePath" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetWebVehicleImagePath">
         <soap:operation soapAction="urn:VTTechnician-vtAdminServices#SetWebVehicleImagePath" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAdminServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtApplicationServicesBinding" type="tns:vtApplicationServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="CompanyGetApplicationKeys">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#CompanyGetApplicationKeys" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="EditApplicationKey">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#EditApplicationKey" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="EmailRegistration">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#EmailRegistration" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllApplicationPrices">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetAllApplicationPrices" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllDistributorPrices">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetAllDistributorPrices" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationIdForSerialPrefix">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationIdForSerialPrefix" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyInfo">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeyInfo" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyInfo2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeyInfo2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeyList">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeyList" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeys" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeys2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys3">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeys3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys4">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeys4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationKeys5">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationKeys5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplicationPrices">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplicationPrices" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplications">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplications2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplications2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplications3">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplications3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetApplications4">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetApplications4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAppServices">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetAppServices" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAppServices2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetAppServices2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorApplications">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetDistributorApplications" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorKeys">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetDistributorKeys" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorKeys2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetDistributorKeys2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributors">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetDistributors" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetPurchaseLinkApplicationInfo">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetPurchaseLinkApplicationInfo" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSerialNumberApplicationKey">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#GetSerialNumberApplicationKey" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKey">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#UpdateApplicationKey" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKey2">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#UpdateApplicationKey2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UpdateApplicationKeyAppServices">
         <soap:operation soapAction="urn:VTTechnician-vtApplicationServices#UpdateApplicationKeyAppServices" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtApplicationServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtApplicationDAServicesBinding" type="tns:vtApplicationDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtChartServicesBinding" type="tns:vtChartServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="SelectActiveCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtChartServices#SelectActiveCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectOnlineCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtChartServices#SelectOnlineCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectExpiredCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtChartServices#SelectExpiredCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectNewCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtChartServices#SelectNewCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtChartServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtDealerServicesBinding" type="tns:vtDealerServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="DealerOnLocator">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#DealerOnLocator" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllBrands">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetAllBrands" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDealerBrands">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetDealerBrands" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDealerInfo">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetDealerInfo" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDealerLocators">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetDealerLocators" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDealersWithinMiles">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetDealersWithinMiles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDealersWithinMiles2">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetDealersWithinMiles2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTopTierLocators">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetTopTierLocators" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetZipsWithin">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#GetZipsWithin" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RequestListing">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#RequestListing" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RequestTopTierListings">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#RequestTopTierListings" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDealerInfo">
         <soap:operation soapAction="urn:VTTechnician-vtDealerServices#SetDealerInfo" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDealerServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtDocumentServicesBinding" type="tns:vtDocumentServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddCompanyVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddCompanyVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument3">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument4">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument5">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocument6">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocument6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocumentCategory">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocumentCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocumentCategory2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocumentCategory2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocumentVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocumentVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddDocumentVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddDocumentVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddVehicleDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#AddVehicleDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#CopyVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#DeleteDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteDocumentCategory">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#DeleteDocumentCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#DeleteDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentByFileName">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentByFileName" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentById">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentById" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategories">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategories2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentCategories2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentCategory">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocuments3">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocuments3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocuments4">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocuments4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocuments5">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocuments5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDocumentVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetDocumentVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocumentCategories">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocumentCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments3">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocuments3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments4">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocuments4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleDocuments5">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#GetVehicleDocuments5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveDocumentVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#RemoveDocumentVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveDocumentVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#RemoveDocumentVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#RemoveVehicleDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#RemoveVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchAllDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchAllDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments3">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchAllDocuments3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments4">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchAllDocuments4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllDocuments5">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchAllDocuments5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchVehicleDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SearchVehicleDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument3">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument4">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument5">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocument6">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocument6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocumentCategory">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocumentCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocumentCategory2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocumentCategory2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocumentsCategories">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocumentsCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetDocumentsCategory">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#SetDocumentsCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="StoreDocument">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#StoreDocument" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="StoreDocument2">
         <soap:operation soapAction="urn:VTTechnician-vtDocumentServices#StoreDocument2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtDocumentServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtDocumentDAServicesBinding" type="tns:vtDocumentDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtForumServicesBinding" type="tns:vtForumServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddTopic">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#AddTopic" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="EditThread">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#EditThread" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCategories">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#GetCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetForums">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#GetForums" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetThreads">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#GetThreads" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTopics">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#GetTopics" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ReplyTopic">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#ReplyTopic" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForum">
         <soap:operation soapAction="urn:VTTechnician-vtForumServices#SearchForum" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtForumServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtPaymentServicesBinding" type="tns:vtPaymentServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddTransaction">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#AddTransaction" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddTransaction2">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#AddTransaction2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CompleteAppServicePurchase">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#CompleteAppServicePurchase" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CompleteIPN">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#CompleteIPN" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CompleteRenewal">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#CompleteRenewal" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CompleteVehiclePurchase">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#CompleteVehiclePurchase" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyTransactions">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetCompanyTransactions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyTransactions2">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetCompanyTransactions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorTransactions">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetDistributorTransactions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetDistributorTransactions2">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetDistributorTransactions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTransactions">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetTransactions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTransactions2">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetTransactions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTransactions3">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetTransactions3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTransactions4">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#GetTransactions4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ProcessIPN">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#ProcessIPN" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="StartPurchase">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#StartPurchase" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidateAppServicePurchase">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#ValidateAppServicePurchase" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidateAppServicePurchase2">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#ValidateAppServicePurchase2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidateRenewal">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#ValidateRenewal" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ValidateVehiclePurchase">
         <soap:operation soapAction="urn:VTTechnician-vtPaymentServices#ValidateVehiclePurchase" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtPaymentServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtProductServicesBinding" type="tns:vtProductServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddCompanyOrderProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyOrderProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyOrderProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyOrderProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyOrderProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyOrderProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts6">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts7">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts8">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddCompanyProducts9">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddCompanyProducts9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct6">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct7">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProduct8">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProduct8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProductCategory">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProductCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProductSerialNumbers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProductSerialNumbers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddProductToCart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddProductToCart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateCompanyProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateCompanyProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductByPart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductByPart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductByPart2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductByPart2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductsByPart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductsByPart2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductsByPart3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddUpdateProductsByPart4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddUpdateProductsByPart4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductGroups">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProductGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductGroups2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProductGroups2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductsByProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProductsByProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddVehicleProductsByProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#AddVehicleProductsByProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ClearShoppingCart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#ClearShoppingCart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ClearVehicleProductGroups">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#ClearVehicleProductGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="ClearVehicleProductGroups2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#ClearVehicleProductGroups2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="CopyVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#CopyVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyOrderProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteCompanyOrderProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyOrderProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteCompanyOrderProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteCompanyProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCompanyProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteCompanyProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteProductCategory">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteProductCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteProductFromCart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteProductFromCart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#DeleteProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllManufacturerProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllManufacturerProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllManufacturerProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllManufacturerProducts4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllManufacturerProducts5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllManufacturerProducts5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllProductManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllProductManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllProductManufacturers2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllProductManufacturers2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProducts4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProducts5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProducts5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAllVehicleProductsComplete">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetAllVehicleProductsComplete" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyInstallationAccessories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyInstallationAccessories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyOrderProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyOrderProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyOrderProductsByCategoriesPaged">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyOrderProductsByCategoriesPaged" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductBySKU">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductBySKU" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductCategoryIds">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductCategoryIds" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductDump">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductDump" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductDump2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductDump2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductsByCategoryPaged">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductsByCategoryPaged" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyProductsByCategoryPaged2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyProductsByCategoryPaged2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProductAccessories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyVehicleProductAccessories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCompanyVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCreatedManufacturerProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCreatedManufacturerProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCreatedManufacturerProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetCreatedManufacturerProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetFitguideCompanyProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetFitguideCompanyProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts6">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts7">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProducts8">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProducts8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProductsByCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategories2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProductsByCategories2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerProductsByCategoriesPaged">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerProductsByCategoriesPaged" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetManufacturerVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetManufacturerVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCatalog">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCatalog" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategories2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategories3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategories4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategories4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategoryManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategoryManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductCategoryNonUniversalManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductCategoryNonUniversalManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductDumpCompanies">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductDumpCompanies" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturer">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductManufacturer" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturer2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductManufacturer2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductsByPartNumber" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductsByPartNumber2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumber3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductsByPartNumber3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductsByPartNumbers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductsByPartNumbers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductVehicleIdsBySKU">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductVehicleIdsBySKU" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetProductWires">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetProductWires" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation10">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation10" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation11">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation11" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation6">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation7">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation8">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleInformation9">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleInformation9" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRetailerVehicleProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetRetailerVehicleProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSessionManufacturer">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetSessionManufacturer" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetShoppingCartProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetShoppingCartProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSizeTypes">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetSizeTypes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUnmatchedManufacturerProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetUnmatchedManufacturerProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedManufacturerProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetUpdatedManufacturerProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUpdatedManufacturerProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetUpdatedManufacturerProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategoryManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductCategoryManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductCategoryNonUniversalManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductCategoryNonUniversalManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductGroups">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProducts3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProducts3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByCategoryIds">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductsByCategoryIds" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByGroupIDs">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductsByGroupIDs" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicleProductsByGroupIds2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVehicleProductsByGroupIds2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVisibleProductManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#GetVisibleProductManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="PopulateManufacturers">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#PopulateManufacturers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#PopulateVehicleProductGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#PopulateVehicleProductGroups2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="PopulateVehicleProductGroups3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#PopulateVehicleProductGroups3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#RemoveVehicleProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#RemoveVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="RemoveVehicleProducts2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#RemoveVehicleProducts2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchAllProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SearchAllProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchVehicleProducts">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SearchVehicleProducts" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SelectPartNumberList">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SelectPartNumberList" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCompanyProductId">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetCompanyProductId" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetManufacturer">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetManufacturer" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetManufacturerFitGuide">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetManufacturerFitGuide" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct2">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct3">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct4">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct5">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct6">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct6" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct7">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct7" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProduct8">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProduct8" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductCategory">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductDump">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductDump" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductInCart">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductInCart" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductsCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductsCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductsCategory">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductsCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetProductWires">
         <soap:operation soapAction="urn:VTTechnician-vtProductServices#SetProductWires" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtProductDAServicesBinding" type="tns:vtProductDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="GetCompanyProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductDAServices#GetCompanyProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductDAServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductDAServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompanyVehicleProductCategories">
         <soap:operation soapAction="urn:VTTechnician-vtProductDAServices#GetCompanyVehicleProductCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductDAServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtProductDAServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtReportServicesBinding" type="tns:vtReportServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="GetAAIAVehiclesWithoutMatches">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetAAIAVehiclesWithoutMatches" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesCreatedBetween">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesCreatedBetween" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForMakes">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesForMakes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForMakes2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesForMakes2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForYears">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesForYears" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesMissingDefaultTrims">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesMissingDefaultTrims" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesMissingDefaultTrims2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesMissingDefaultTrims2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutDocuments">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithoutDocuments" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutDocuments2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithoutDocuments2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutValues">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithoutValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithoutValues2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithoutValues2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithValues">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithValues" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesWithValues2">
         <soap:operation soapAction="urn:VTTechnician-vtReportServices#GetVehiclesWithValues2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtReportServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtSchedulingServicesBinding" type="tns:vtSchedulingServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddLinkedTransaction">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddLinkedTransaction" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddNPDSubmission">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddNPDSubmission" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddScheduledInstall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddScheduledInstall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddScheduledInstall3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddScheduledInstall4">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#AddScheduledInstall4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteScheduledInstall">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#DeleteScheduledInstall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetBayInstallers">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetBayInstallers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetCustomerVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetCustomerVehicle2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCustomerVehicle3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetCustomerVehicle3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetInstallBays">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetInstallBays" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetLinkedTransactions">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetLinkedTransactions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetQBProductUpc">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetQBProductUpc" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstall3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall4">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstall4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstall5">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstall5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstallForTransaction" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstallForTransaction2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstallForTransaction3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstallForTransaction3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstalls" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstalls2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstalls3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls4">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstalls4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetScheduledInstalls5">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetScheduledInstalls5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetSchedulingOptions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetSchedulingOptions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetSchedulingOptions3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetSchedulingOptions3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetUpcQBProduct">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#GetUpcQBProduct" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="MapIdsToNumbers">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#MapIdsToNumbers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SearchForScheduledInstalls" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SearchForScheduledInstalls2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SearchForScheduledInstalls3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls4">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SearchForScheduledInstalls4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SearchForScheduledInstalls5">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SearchForScheduledInstalls5" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetBayInstallers">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetBayInstallers" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetInstallBays">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetInstallBays" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetQBProductUpcs">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetQBProductUpcs" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetScheduledInstall" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetScheduledInstall2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetScheduledInstall3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetScheduledInstall4">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetScheduledInstall4" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetSchedulingOptions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions2">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetSchedulingOptions2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetSchedulingOptions3">
         <soap:operation soapAction="urn:VTTechnician-vtSchedulingServices#SetSchedulingOptions3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtSchedulingServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtStructureServicesBinding" type="tns:vtStructureServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddCategory">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#AddCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddGroup">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#AddGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddAttribute">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#AddAttribute" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteCategory">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#DeleteCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteGroup">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#DeleteGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteAttribute">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#DeleteAttribute" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetHorizontalCategories">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#GetHorizontalCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCategory">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetCategory" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetGroup">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetGroup" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetAttribute">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetAttribute" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetCategories">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetCategories" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetGroups">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetGroups" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetAttributes">
         <soap:operation soapAction="urn:VTTechnician-vtStructureServices#SetAttributes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtStructureServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtStructureDAServicesBinding" type="tns:vtStructureDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtTaskServicesBinding" type="tns:vtTaskServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="AddTask">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#AddTask" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddTask2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#AddTask2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="AddTask3">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#AddTask3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="DeleteTask">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#DeleteTask" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetClosedTasks">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetClosedTasks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetClosedTasks2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetClosedTasks2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetCompaniesWithTasks">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetCompaniesWithTasks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetOpenTasks">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetOpenTasks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetOpenTasks2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetOpenTasks2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTask">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTask" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTask2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTask2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTask3">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTask3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTasks">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTasks" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTasks2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTasks2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetTasks3">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#GetTasks3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetTask">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#SetTask" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetTask2">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#SetTask2" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SetTask3">
         <soap:operation soapAction="urn:VTTechnician-vtTaskServices#SetTask3" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtTaskServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtTaskDAServicesBinding" type="tns:vtTaskDAServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
   </wsdl:binding>
   <wsdl:binding name="vtUpdateServicesBinding" type="tns:vtUpdateServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="CheckForUpdates">
         <soap:operation soapAction="urn:VTTechnician-vtUpdateServices#CheckForUpdates" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUpdateServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtUpdateServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="vtAAIAVehicleServicesBinding" type="tns:vtAAIAVehicleServices">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
      <wsdl:operation name="GetMakes">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetMakes" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetRegions">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetRegions" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetAAIAVehiclesForVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetAAIAVehiclesForVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVehiclesForAAIAVehicle">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetVehiclesForAAIAVehicle" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="GetVictoryVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#GetVictoryVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="MatchVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#MatchVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="UnmatchVehicles">
         <soap:operation soapAction="urn:VTTechnician-vtAAIAVehicleServices#UnmatchVehicles" style="rpc" />
         <wsdl:input>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:input>
         <wsdl:output>
            <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:VTTechnician-vtAAIAVehicleServices" />
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="vtSessionDAServices">
      <wsdl:port name="vtSessionDAServicesPort" binding="tns:vtSessionDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtSessionDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtCallServices">
      <wsdl:port name="vtCallServicesPort" binding="tns:vtCallServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtCallServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtUserServices">
      <wsdl:port name="vtUserServicesPort" binding="tns:vtUserServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtUserServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtUserDAServices">
      <wsdl:port name="vtUserDAServicesPort" binding="tns:vtUserDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtUserDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtVehicleServices">
      <wsdl:port name="vtVehicleServicesPort" binding="tns:vtVehicleServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtVehicleServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtVehicleDAServices">
      <wsdl:port name="vtVehicleDAServicesPort" binding="tns:vtVehicleDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtVehicleDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtAdminServices">
      <wsdl:port name="vtAdminServicesPort" binding="tns:vtAdminServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtAdminServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtApplicationServices">
      <wsdl:port name="vtApplicationServicesPort" binding="tns:vtApplicationServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtApplicationServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtApplicationDAServices">
      <wsdl:port name="vtApplicationDAServicesPort" binding="tns:vtApplicationDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtApplicationDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtChartServices">
      <wsdl:port name="vtChartServicesPort" binding="tns:vtChartServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtChartServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtDealerServices">
      <wsdl:port name="vtDealerServicesPort" binding="tns:vtDealerServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtDealerServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtDocumentServices">
      <wsdl:port name="vtDocumentServicesPort" binding="tns:vtDocumentServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtDocumentServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtDocumentDAServices">
      <wsdl:port name="vtDocumentDAServicesPort" binding="tns:vtDocumentDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtDocumentDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtForumServices">
      <wsdl:port name="vtForumServicesPort" binding="tns:vtForumServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtForumServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtPaymentServices">
      <wsdl:port name="vtPaymentServicesPort" binding="tns:vtPaymentServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtPaymentServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtProductServices">
      <wsdl:port name="vtProductServicesPort" binding="tns:vtProductServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtProductServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtProductDAServices">
      <wsdl:port name="vtProductDAServicesPort" binding="tns:vtProductDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtProductDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtReportServices">
      <wsdl:port name="vtReportServicesPort" binding="tns:vtReportServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtReportServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtSchedulingServices">
      <wsdl:port name="vtSchedulingServicesPort" binding="tns:vtSchedulingServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtSchedulingServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtStructureServices">
      <wsdl:port name="vtStructureServicesPort" binding="tns:vtStructureServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtStructureServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtStructureDAServices">
      <wsdl:port name="vtStructureDAServicesPort" binding="tns:vtStructureDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtStructureDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtTaskServices">
      <wsdl:port name="vtTaskServicesPort" binding="tns:vtTaskServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtTaskServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtTaskDAServices">
      <wsdl:port name="vtTaskDAServicesPort" binding="tns:vtTaskDAServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtTaskDAServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtUpdateServices">
      <wsdl:port name="vtUpdateServicesPort" binding="tns:vtUpdateServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtUpdateServices" />
      </wsdl:port>
   </wsdl:service>
   <wsdl:service name="vtAAIAVehicleServices">
      <wsdl:port name="vtAAIAVehicleServicesPort" binding="tns:vtAAIAVehicleServicesBinding">
         <soap:address location="http://contentservices.installernet.com/2.0/VTTechnician20_UnEn.dll/RPC?service=vtAAIAVehicleServices" />
      </wsdl:port>
   </wsdl:service>
</wsdl:definitions>

