<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IRMDOWebServiceCustomersservice" 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="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="GetCustomers0Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="ACustomerID" type="xs:int"/>
    <part name="ACustomerName" type="xs:string"/>
  </message>
  <message name="GetCustomers0Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="GetCustomerContacts1Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="ACustomerID" type="xs:int"/>
    <part name="ACustomerName" type="xs:string"/>
  </message>
  <message name="GetCustomerContacts1Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="AddSalesNotes2Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="ACustomerID" type="xs:int"/>
    <part name="ACustomerName" type="xs:string"/>
    <part name="ACustomerContact" type="xs:string"/>
    <part name="ANoteDate" type="xs:string"/>
    <part name="ANextAppointmentDate" type="xs:string"/>
    <part name="ALocation" type="xs:string"/>
    <part name="ANotes" type="xs:string"/>
    <part name="AApplicationSent" type="xs:boolean"/>
    <part name="AApplicationReturned" type="xs:boolean"/>
    <part name="AVehicleGroupCSVList" type="xs:string"/>
  </message>
  <message name="AddSalesNotes2Response">
    <part name="return" type="ns1:TIntegerResult"/>
  </message>
  <portType name="IRMDOWebServiceCustomers">
    <operation name="GetCustomers">
      <input message="tns:GetCustomers0Request"/>
      <output message="tns:GetCustomers0Response"/>
    </operation>
    <operation name="GetCustomerContacts">
      <input message="tns:GetCustomerContacts1Request"/>
      <output message="tns:GetCustomerContacts1Response"/>
    </operation>
    <operation name="AddSalesNotes">
      <input message="tns:AddSalesNotes2Request"/>
      <output message="tns:AddSalesNotes2Response"/>
    </operation>
  </portType>
  <binding name="IRMDOWebServiceCustomersbinding" type="tns:IRMDOWebServiceCustomers">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers#GetCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </output>
    </operation>
    <operation name="GetCustomerContacts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers#GetCustomerContacts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </output>
    </operation>
    <operation name="AddSalesNotes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers#AddSalesNotes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceCustomersIntf-IRMDOWebServiceCustomers"/>
      </output>
    </operation>
  </binding>
  <service name="IRMDOWebServiceCustomersservice">
    <port name="IRMDOWebServiceCustomersPort" binding="tns:IRMDOWebServiceCustomersbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://rentman.haulmore.com.au:9191/soap/IRMDOWebServiceCustomers"/>
    </port>
  </service>
</definitions>

