<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.fullerdata.com/LoggingWS/Log.asmx" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.fullerdata.com/LoggingWS/Log.asmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.fullerdata.com/LoggingWS/Log.asmx">
      <s:element name="whatExists">
        <s:complexType />
      </s:element>
      <s:element name="whatExistsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="whatExistsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getLog">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getLogResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getLogResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="addLog">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="category" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="logText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="addLogResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="addLogResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="addLog2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="category" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="source" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="logText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="addLog2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="addLog2Result" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="boolean" type="s:boolean" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="whatExistsSoapIn">
    <wsdl:part name="parameters" element="tns:whatExists" />
  </wsdl:message>
  <wsdl:message name="whatExistsSoapOut">
    <wsdl:part name="parameters" element="tns:whatExistsResponse" />
  </wsdl:message>
  <wsdl:message name="getLogSoapIn">
    <wsdl:part name="parameters" element="tns:getLog" />
  </wsdl:message>
  <wsdl:message name="getLogSoapOut">
    <wsdl:part name="parameters" element="tns:getLogResponse" />
  </wsdl:message>
  <wsdl:message name="addLogSoapIn">
    <wsdl:part name="parameters" element="tns:addLog" />
  </wsdl:message>
  <wsdl:message name="addLogSoapOut">
    <wsdl:part name="parameters" element="tns:addLogResponse" />
  </wsdl:message>
  <wsdl:message name="addLog2SoapIn">
    <wsdl:part name="parameters" element="tns:addLog2" />
  </wsdl:message>
  <wsdl:message name="addLog2SoapOut">
    <wsdl:part name="parameters" element="tns:addLog2Response" />
  </wsdl:message>
  <wsdl:message name="whatExistsHttpGetIn" />
  <wsdl:message name="whatExistsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="getLogHttpGetIn">
    <wsdl:part name="filename" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getLogHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="addLogHttpGetIn">
    <wsdl:part name="category" type="s:string" />
    <wsdl:part name="logText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="addLogHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="addLog2HttpGetIn">
    <wsdl:part name="category" type="s:string" />
    <wsdl:part name="source" type="s:string" />
    <wsdl:part name="logText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="addLog2HttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="whatExistsHttpPostIn" />
  <wsdl:message name="whatExistsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="getLogHttpPostIn">
    <wsdl:part name="filename" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getLogHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="addLogHttpPostIn">
    <wsdl:part name="category" type="s:string" />
    <wsdl:part name="logText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="addLogHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="addLog2HttpPostIn">
    <wsdl:part name="category" type="s:string" />
    <wsdl:part name="source" type="s:string" />
    <wsdl:part name="logText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="addLog2HttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="FullerData_x0020_LoggingSoap">
    <wsdl:operation name="whatExists">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve a comma delimited list of log categories available</documentation>
      <wsdl:input message="tns:whatExistsSoapIn" />
      <wsdl:output message="tns:whatExistsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve an XML document of the log for the specified category filename</documentation>
      <wsdl:input message="tns:getLogSoapIn" />
      <wsdl:output message="tns:getLogSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category</documentation>
      <wsdl:input message="tns:addLogSoapIn" />
      <wsdl:output message="tns:addLogSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category and source (eg such as a server within a farm)</documentation>
      <wsdl:input message="tns:addLog2SoapIn" />
      <wsdl:output message="tns:addLog2SoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="FullerData_x0020_LoggingHttpGet">
    <wsdl:operation name="whatExists">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve a comma delimited list of log categories available</documentation>
      <wsdl:input message="tns:whatExistsHttpGetIn" />
      <wsdl:output message="tns:whatExistsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve an XML document of the log for the specified category filename</documentation>
      <wsdl:input message="tns:getLogHttpGetIn" />
      <wsdl:output message="tns:getLogHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category</documentation>
      <wsdl:input message="tns:addLogHttpGetIn" />
      <wsdl:output message="tns:addLogHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category and source (eg such as a server within a farm)</documentation>
      <wsdl:input message="tns:addLog2HttpGetIn" />
      <wsdl:output message="tns:addLog2HttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="FullerData_x0020_LoggingHttpPost">
    <wsdl:operation name="whatExists">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve a comma delimited list of log categories available</documentation>
      <wsdl:input message="tns:whatExistsHttpPostIn" />
      <wsdl:output message="tns:whatExistsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve an XML document of the log for the specified category filename</documentation>
      <wsdl:input message="tns:getLogHttpPostIn" />
      <wsdl:output message="tns:getLogHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category</documentation>
      <wsdl:input message="tns:addLogHttpPostIn" />
      <wsdl:output message="tns:addLogHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Add a log entry to the specified category and source (eg such as a server within a farm)</documentation>
      <wsdl:input message="tns:addLog2HttpPostIn" />
      <wsdl:output message="tns:addLog2HttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="FullerData_x0020_LoggingSoap" type="tns:FullerData_x0020_LoggingSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="whatExists">
      <soap:operation soapAction="http://www.fullerdata.com/LoggingWS/Log.asmx/whatExists" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <soap:operation soapAction="http://www.fullerdata.com/LoggingWS/Log.asmx/getLog" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <soap:operation soapAction="http://www.fullerdata.com/LoggingWS/Log.asmx/addLog" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <soap:operation soapAction="http://www.fullerdata.com/LoggingWS/Log.asmx/addLog2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="FullerData_x0020_LoggingHttpGet" type="tns:FullerData_x0020_LoggingHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="whatExists">
      <http:operation location="/whatExists" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <http:operation location="/getLog" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <http:operation location="/addLog" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <http:operation location="/addLog2" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="FullerData_x0020_LoggingHttpPost" type="tns:FullerData_x0020_LoggingHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="whatExists">
      <http:operation location="/whatExists" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getLog">
      <http:operation location="/getLog" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog">
      <http:operation location="/addLog" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addLog2">
      <http:operation location="/addLog2" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="FullerData_x0020_Logging">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Simple Logging methods that can be used to provide a centralised logging service as part of a web/application farm.</documentation>
    <wsdl:port name="FullerData_x0020_LoggingSoap" binding="tns:FullerData_x0020_LoggingSoap">
      <soap:address location="http://www.whereisourtea.com/LoggingWS/Log.asmx" />
    </wsdl:port>
    <wsdl:port name="FullerData_x0020_LoggingHttpGet" binding="tns:FullerData_x0020_LoggingHttpGet">
      <http:address location="http://www.whereisourtea.com/LoggingWS/Log.asmx" />
    </wsdl:port>
    <wsdl:port name="FullerData_x0020_LoggingHttpPost" binding="tns:FullerData_x0020_LoggingHttpPost">
      <http:address location="http://www.whereisourtea.com/LoggingWS/Log.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>