<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://CodeDotNet/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://CodeDotNet/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://CodeDotNet/">
      <s:element name="ReturnLog_XML">
        <s:complexType />
      </s:element>
      <s:element name="ReturnLog_XMLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReturnLog_XMLResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReturnLog">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ReportType_INT" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReturnLogResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReturnLogResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ReturnLog_XMLSoapIn">
    <wsdl:part name="parameters" element="tns:ReturnLog_XML" />
  </wsdl:message>
  <wsdl:message name="ReturnLog_XMLSoapOut">
    <wsdl:part name="parameters" element="tns:ReturnLog_XMLResponse" />
  </wsdl:message>
  <wsdl:message name="ReturnLogSoapIn">
    <wsdl:part name="parameters" element="tns:ReturnLog" />
  </wsdl:message>
  <wsdl:message name="ReturnLogSoapOut">
    <wsdl:part name="parameters" element="tns:ReturnLogResponse" />
  </wsdl:message>
  <wsdl:portType name="LogViewer_wsSoap">
    <wsdl:operation name="ReturnLog_XML">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all data (other functions can be parameterixed for type of log) from log data.</wsdl:documentation>
      <wsdl:input message="tns:ReturnLog_XMLSoapIn" />
      <wsdl:output message="tns:ReturnLog_XMLSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReturnLog">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all data for type of log information (AllTypes as 1, PageHits as 2, ErrorItems as 3) from log data.</wsdl:documentation>
      <wsdl:input message="tns:ReturnLogSoapIn" />
      <wsdl:output message="tns:ReturnLogSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="LogViewer_wsSoap" type="tns:LogViewer_wsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ReturnLog_XML">
      <soap:operation soapAction="http://CodeDotNet/ReturnLog_XML" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReturnLog">
      <soap:operation soapAction="http://CodeDotNet/ReturnLog" 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="LogViewer_wsSoap12" type="tns:LogViewer_wsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ReturnLog_XML">
      <soap12:operation soapAction="http://CodeDotNet/ReturnLog_XML" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReturnLog">
      <soap12:operation soapAction="http://CodeDotNet/ReturnLog" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="LogViewer_ws">
    <wsdl:port name="LogViewer_wsSoap" binding="tns:LogViewer_wsSoap">
      <soap:address location="http://codedotnet.com/LogViewer_ws.asmx" />
    </wsdl:port>
    <wsdl:port name="LogViewer_wsSoap12" binding="tns:LogViewer_wsSoap12">
      <soap12:address location="http://codedotnet.com/LogViewer_ws.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>