<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IRMDOWebServiceSessionsservice" 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:schema>
  </types>
  <message name="Login0Request">
    <part name="ACatalogName" type="xs:string"/>
    <part name="AUsername" type="xs:string"/>
    <part name="APassword" type="xs:string"/>
  </message>
  <message name="Login0Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="GetCatalogs1Request"/>
  <message name="GetCatalogs1Response">
    <part name="return" type="ns1:TResultset"/>
  </message>
  <message name="Logout2Request">
    <part name="ASessionID" type="xs:int"/>
  </message>
  <message name="Logout2Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="IsSessionValid3Request">
    <part name="ASessionID" type="xs:int"/>
  </message>
  <message name="IsSessionValid3Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <message name="SubmitFeedback4Request">
    <part name="ADescription" type="xs:string"/>
    <part name="ADevice" type="xs:string"/>
    <part name="ABrowser" type="xs:string"/>
  </message>
  <message name="SubmitFeedback4Response">
    <part name="return" type="ns1:TBooleanResult"/>
  </message>
  <portType name="IRMDOWebServiceSessions">
    <operation name="Login">
      <input message="tns:Login0Request"/>
      <output message="tns:Login0Response"/>
    </operation>
    <operation name="GetCatalogs">
      <input message="tns:GetCatalogs1Request"/>
      <output message="tns:GetCatalogs1Response"/>
    </operation>
    <operation name="Logout">
      <input message="tns:Logout2Request"/>
      <output message="tns:Logout2Response"/>
    </operation>
    <operation name="IsSessionValid">
      <input message="tns:IsSessionValid3Request"/>
      <output message="tns:IsSessionValid3Response"/>
    </operation>
    <operation name="SubmitFeedback">
      <input message="tns:SubmitFeedback4Request"/>
      <output message="tns:SubmitFeedback4Response"/>
    </operation>
  </portType>
  <binding name="IRMDOWebServiceSessionsbinding" type="tns:IRMDOWebServiceSessions">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="Login">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions#Login" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </output>
    </operation>
    <operation name="GetCatalogs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions#GetCatalogs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </output>
    </operation>
    <operation name="Logout">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions#Logout" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </output>
    </operation>
    <operation name="IsSessionValid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions#IsSessionValid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </output>
    </operation>
    <operation name="SubmitFeedback">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions#SubmitFeedback" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RMDOWebServiceSessionsIntf-IRMDOWebServiceSessions"/>
      </output>
    </operation>
  </binding>
  <service name="IRMDOWebServiceSessionsservice">
    <port name="IRMDOWebServiceSessionsPort" binding="tns:IRMDOWebServiceSessionsbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://rentman.haulmore.com.au:9191/soap/IRMDOWebServiceSessions"/>
    </port>
  </service>
</definitions>

