<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IRMDOWebServiceFleetservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:RMDOWSCommonU">
  <types>
    <xs:schema targetNamespace="urn:RMDOWSCommonU" xmlns="urn:RMDOWSCommonU">
      <xs:complexType name="TResultset">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="XML" type="xs:string"/>
          <xs:element name="Result" type="xs:boolean"/>
          <xs:element name="ErrorMessage" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TBooleanResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Value" type="xs:boolean"/>
          <xs:element name="Result" type="xs:boolean"/>
          <xs:element name="ErrorMessage" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TIntegerResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Value" type="xs:int"/>
          <xs:element name="Result" type="xs:boolean"/>
          <xs:element name="ErrorMessage" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetVehicleFeatures0Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AVehicleID" type="xs:int"/>
  </message>
  <message name="GetVehicleFeatures0Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="UpdateFeature1Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AFeatureID" type="xs:int"/>
    <part name="AVehicleID" type="xs:int"/>
    <part name="AFeatureValue" type="xs:string"/>
  </message>
  <message name="UpdateFeature1Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="UpdateVehicleDetails2Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AVehicleID" type="xs:int"/>
    <part name="AKM" type="xs:int"/>
  </message>
  <message name="UpdateVehicleDetails2Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="AddFault3Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AVehicleID" type="xs:int"/>
    <part name="AFaultTitle" type="xs:string"/>
    <part name="AFault" type="xs:string"/>
    <part name="AVehicleBookingID" type="xs:int"/>
  </message>
  <message name="AddFault3Response">
    <part name="return" type="ns1:TIntegerResult"/>
  </message>
  <message name="GetFaultTypes4Request">
    <part name="ASessionID" type="xs:int"/>
  </message>
  <message name="GetFaultTypes4Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="GetVehicleGroups5Request">
    <part name="ASessionID" type="xs:int"/>
  </message>
  <message name="GetVehicleGroups5Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <portType name="IRMDOWebServiceFleet">
    <operation name="GetVehicleFeatures">
      <input message="tns:GetVehicleFeatures0Request"/>
      <output message="tns:GetVehicleFeatures0Response"/>
    </operation>
    <operation name="UpdateFeature">
      <input message="tns:UpdateFeature1Request"/>
      <output message="tns:UpdateFeature1Response"/>
    </operation>
    <operation name="UpdateVehicleDetails">
      <input message="tns:UpdateVehicleDetails2Request"/>
      <output message="tns:UpdateVehicleDetails2Response"/>
    </operation>
    <operation name="AddFault">
      <input message="tns:AddFault3Request"/>
      <output message="tns:AddFault3Response"/>
    </operation>
    <operation name="GetFaultTypes">
      <input message="tns:GetFaultTypes4Request"/>
      <output message="tns:GetFaultTypes4Response"/>
    </operation>
    <operation name="GetVehicleGroups">
      <input message="tns:GetVehicleGroups5Request"/>
      <output message="tns:GetVehicleGroups5Response"/>
    </operation>
  </portType>
  <binding name="IRMDOWebServiceFleetbinding" type="tns:IRMDOWebServiceFleet">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetVehicleFeatures">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#GetVehicleFeatures" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
    <operation name="UpdateFeature">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#UpdateFeature" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
    <operation name="UpdateVehicleDetails">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#UpdateVehicleDetails" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
    <operation name="AddFault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#AddFault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
    <operation name="GetFaultTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#GetFaultTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
    <operation name="GetVehicleGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet#GetVehicleGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceFleetIntf-IRMDOWebServiceFleet"/>
      </output>
    </operation>
  </binding>
  <service name="IRMDOWebServiceFleetservice">
    <port name="IRMDOWebServiceFleetPort" binding="tns:IRMDOWebServiceFleetbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://rentman.haulmore.com.au:9191/soap/IRMDOWebServiceFleet"/>
    </port>
  </service>
</definitions>

