<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IRMDOWebServicesYardAuditsservice" 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" xmlns:ns2="urn:">
  <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: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:schema>
  </types>
  <message name="GetYardAudits0Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AYardAuditID" type="xs:int"/>
  </message>
  <message name="GetYardAudits0Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="AddYardAuditReport1Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AAuditDate" type="ns2:TDate"/>
    <part name="AStaffID" type="xs:int"/>
  </message>
  <message name="AddYardAuditReport1Response">
    <part name="return" type="ns1:TIntegerResult"/>
  </message>
  <message name="AddYardAuditVehicle2Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AYardAuditID" type="xs:int"/>
    <part name="AVehicleID" type="xs:int"/>
    <part name="AInspected" type="xs:boolean"/>
    <part name="AInspectedTime" type="ns2:TTime"/>
    <part name="AAuditNotes" type="xs:string"/>
  </message>
  <message name="AddYardAuditVehicle2Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="AddYardAuditVehicles3Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AYardAuditID" type="xs:int"/>
    <part name="AXML" type="xs:string"/>
  </message>
  <message name="AddYardAuditVehicles3Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="IsAuditActive4Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="ADate" type="ns2:TDate"/>
  </message>
  <message name="IsAuditActive4Response">
    <part name="return" type="ns1:TIntegerResult"/>
  </message>
  <message name="GetYardAuditVehicles5Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AYardAuditID" type="xs:int"/>
  </message>
  <message name="GetYardAuditVehicles5Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="CloseYardAudit6Request">
    <part name="ASessionID" type="xs:int"/>
    <part name="AYardAuditID" type="xs:int"/>
  </message>
  <message name="CloseYardAudit6Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <portType name="IRMDOWebServicesYardAudits">
    <operation name="GetYardAudits">
      <input message="tns:GetYardAudits0Request"/>
      <output message="tns:GetYardAudits0Response"/>
    </operation>
    <operation name="AddYardAuditReport">
      <input message="tns:AddYardAuditReport1Request"/>
      <output message="tns:AddYardAuditReport1Response"/>
    </operation>
    <operation name="AddYardAuditVehicle">
      <input message="tns:AddYardAuditVehicle2Request"/>
      <output message="tns:AddYardAuditVehicle2Response"/>
    </operation>
    <operation name="AddYardAuditVehicles">
      <input message="tns:AddYardAuditVehicles3Request"/>
      <output message="tns:AddYardAuditVehicles3Response"/>
    </operation>
    <operation name="IsAuditActive">
      <input message="tns:IsAuditActive4Request"/>
      <output message="tns:IsAuditActive4Response"/>
    </operation>
    <operation name="GetYardAuditVehicles">
      <input message="tns:GetYardAuditVehicles5Request"/>
      <output message="tns:GetYardAuditVehicles5Response"/>
    </operation>
    <operation name="CloseYardAudit">
      <input message="tns:CloseYardAudit6Request"/>
      <output message="tns:CloseYardAudit6Response"/>
    </operation>
  </portType>
  <binding name="IRMDOWebServicesYardAuditsbinding" type="tns:IRMDOWebServicesYardAudits">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetYardAudits">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#GetYardAudits" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="AddYardAuditReport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#AddYardAuditReport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="AddYardAuditVehicle">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#AddYardAuditVehicle" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="AddYardAuditVehicles">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#AddYardAuditVehicles" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="IsAuditActive">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#IsAuditActive" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="GetYardAuditVehicles">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#GetYardAuditVehicles" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
    <operation name="CloseYardAudit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits#CloseYardAudit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServicesYardAuditsIntf-IRMDOWebServicesYardAudits"/>
      </output>
    </operation>
  </binding>
  <service name="IRMDOWebServicesYardAuditsservice">
    <port name="IRMDOWebServicesYardAuditsPort" binding="tns:IRMDOWebServicesYardAuditsbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://rentman.haulmore.com.au:9191/soap/IRMDOWebServicesYardAudits"/>
    </port>
  </service>
</definitions>

