<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap11" 
    targetNamespace="http://schemas.servicestack.net/types" 
    xmlns:svc="http://schemas.servicestack.net/types" 
    xmlns:tns="http://schemas.servicestack.net/types" 
    
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" 
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
    xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" 
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 
    xmlns:wsa10="http://www.w3.org/2005/08/addressing" 
    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">

	<wsdl:types>
		<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ErrorResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ErrorResponse" nillable="true" type="tns:ErrorResponse" />
  <xs:complexType name="ResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StackTrace" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
  <xs:complexType name="ArrayOfResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ResponseError" nillable="true" type="tns:ResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfResponseError" nillable="true" type="tns:ArrayOfResponseError" />
  <xs:complexType name="ResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseError" nillable="true" type="tns:ResponseError" />
  <xs:complexType name="Property">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="Property" nillable="true" type="tns:Property" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="ExceptionHistoryIn">
        <wsdl:part name="par" element="tns:ExceptionHistory" />
    </wsdl:message>
    <wsdl:message name="ExceptionHistoryOut">
        <wsdl:part name="par" element="tns:ExceptionHistoryResponse" />
    </wsdl:message><wsdl:message name="DealSaveIn">
        <wsdl:part name="par" element="tns:DealSave" />
    </wsdl:message>
    <wsdl:message name="DealSaveOut">
        <wsdl:part name="par" element="tns:DealSaveResponse" />
    </wsdl:message><wsdl:message name="PartsOrderProcessIn">
        <wsdl:part name="par" element="tns:PartsOrderProcess" />
    </wsdl:message>
    <wsdl:message name="PartsOrderProcessOut">
        <wsdl:part name="par" element="tns:PartsOrderProcessResponse" />
    </wsdl:message><wsdl:message name="PartsReturnProcessIn">
        <wsdl:part name="par" element="tns:PartsReturnProcess" />
    </wsdl:message>
    <wsdl:message name="PartsReturnProcessOut">
        <wsdl:part name="par" element="tns:PartsReturnProcessResponse" />
    </wsdl:message><wsdl:message name="RepairOrderSaveIn">
        <wsdl:part name="par" element="tns:RepairOrderSave" />
    </wsdl:message>
    <wsdl:message name="RepairOrderSaveOut">
        <wsdl:part name="par" element="tns:RepairOrderSaveResponse" />
    </wsdl:message><wsdl:message name="BulkSendRequestIn">
        <wsdl:part name="par" element="tns:BulkSendRequest" />
    </wsdl:message>
    <wsdl:message name="BulkSendRequestOut">
        <wsdl:part name="par" element="tns:BulkSendRequestResponse" />
    </wsdl:message><wsdl:message name="VehicleInformationProcessIn">
        <wsdl:part name="par" element="tns:VehicleInformationProcess" />
    </wsdl:message>
    <wsdl:message name="VehicleInformationProcessOut">
        <wsdl:part name="par" element="tns:VehicleInformationProcessResponse" />
    </wsdl:message><wsdl:message name="MessageHistoryIn">
        <wsdl:part name="par" element="tns:MessageHistory" />
    </wsdl:message>
    <wsdl:message name="MessageHistoryOut">
        <wsdl:part name="par" element="tns:MessageHistoryResponse" />
    </wsdl:message><wsdl:message name="MessageGetIn">
        <wsdl:part name="par" element="tns:MessageGet" />
    </wsdl:message>
    <wsdl:message name="MessageGetOut">
        <wsdl:part name="par" element="tns:MessageGetResponse" />
    </wsdl:message><wsdl:message name="WarrantyClaimHondaInPlusIn">
        <wsdl:part name="par" element="tns:WarrantyClaimHondaInPlus" />
    </wsdl:message>
    <wsdl:message name="WarrantyClaimHondaInPlusOut">
        <wsdl:part name="par" element="tns:WarrantyClaimHondaInPlusResponse" />
    </wsdl:message><wsdl:message name="WarrantyClaimModelIn">
        <wsdl:part name="par" element="tns:WarrantyClaimModel" />
    </wsdl:message>
    <wsdl:message name="WarrantyClaimModelOut">
        <wsdl:part name="par" element="tns:WarrantyClaimModelResponse" />
    </wsdl:message>

	

	<wsdl:portType name="ISyncReply"><wsdl:operation name="ExceptionHistory">
        <wsdl:input message="svc:ExceptionHistoryIn" />
        <wsdl:output message="svc:ExceptionHistoryOut" />
    </wsdl:operation><wsdl:operation name="DealSave">
        <wsdl:input message="svc:DealSaveIn" />
        <wsdl:output message="svc:DealSaveOut" />
    </wsdl:operation><wsdl:operation name="PartsOrderProcess">
        <wsdl:input message="svc:PartsOrderProcessIn" />
        <wsdl:output message="svc:PartsOrderProcessOut" />
    </wsdl:operation><wsdl:operation name="PartsReturnProcess">
        <wsdl:input message="svc:PartsReturnProcessIn" />
        <wsdl:output message="svc:PartsReturnProcessOut" />
    </wsdl:operation><wsdl:operation name="RepairOrderSave">
        <wsdl:input message="svc:RepairOrderSaveIn" />
        <wsdl:output message="svc:RepairOrderSaveOut" />
    </wsdl:operation><wsdl:operation name="BulkSendRequest">
        <wsdl:input message="svc:BulkSendRequestIn" />
        <wsdl:output message="svc:BulkSendRequestOut" />
    </wsdl:operation><wsdl:operation name="VehicleInformationProcess">
        <wsdl:input message="svc:VehicleInformationProcessIn" />
        <wsdl:output message="svc:VehicleInformationProcessOut" />
    </wsdl:operation><wsdl:operation name="MessageHistory">
        <wsdl:input message="svc:MessageHistoryIn" />
        <wsdl:output message="svc:MessageHistoryOut" />
    </wsdl:operation><wsdl:operation name="MessageGet">
        <wsdl:input message="svc:MessageGetIn" />
        <wsdl:output message="svc:MessageGetOut" />
    </wsdl:operation><wsdl:operation name="WarrantyClaimHondaInPlus">
        <wsdl:input message="svc:WarrantyClaimHondaInPlusIn" />
        <wsdl:output message="svc:WarrantyClaimHondaInPlusOut" />
    </wsdl:operation><wsdl:operation name="WarrantyClaimModel">
        <wsdl:input message="svc:WarrantyClaimModelIn" />
        <wsdl:output message="svc:WarrantyClaimModelOut" />
    </wsdl:operation></wsdl:portType>

	

	<wsdl:binding name="BasicHttpBinding_ISyncReply" type="svc:ISyncReply">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="ExceptionHistory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ExceptionHistory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="DealSave">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DealSave" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="PartsOrderProcess">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PartsOrderProcess" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="PartsReturnProcess">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PartsReturnProcess" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RepairOrderSave">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RepairOrderSave" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="BulkSendRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/BulkSendRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="VehicleInformationProcess">
      <soap:operation soapAction="http://schemas.servicestack.net/types/VehicleInformationProcess" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="MessageHistory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MessageHistory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="MessageGet">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MessageGet" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="WarrantyClaimHondaInPlus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WarrantyClaimHondaInPlus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="WarrantyClaimModel">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WarrantyClaimModel" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
	</wsdl:binding>
        
	

	<wsdl:service name="SyncReply">
		<wsdl:port name="BasicHttpBinding_ISyncReply" binding="svc:BasicHttpBinding_ISyncReply">
			<soap:address location="https://hondainplustest.pbssystems.com/soap11" />
		</wsdl:port>
	</wsdl:service>

	
	
</wsdl:definitions>