<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Logging"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:mslogging="http://schemas.monster.com/Seeker/Logging"
    xmlns:mf="http://services.monster.com"
    xmlns:msivfault="http://services.monster.com/Seeker/InputValidationFault"
    targetNamespace="http://services.monster.com/Seeker/Logging"
    name="LoggingService">

  <wsdl:import namespace="http://services.monster.com" location="../MonsterFault-Message.wsdl"/>
  <wsdl:import namespace="http://services.monster.com/Seeker/InputValidationFault" location="InputValidationFault-Message.wsdl"/>

  <wsdl:types>
    <xsd:schema>
      <xsd:import namespace="http://schemas.monster.com/Seeker/Logging" schemaLocation="http://schemas.monster.com/current/xsd/Seeker/Logging/ReportClientError.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="ReportClientErrorIn">
    <part name="body" element="mslogging:ReportClientErrorRequest"/>
  </message>
  <message name="ReportClientErrorOut">
    <part name="body" element="mslogging:ReportClientErrorResult"/>
  </message>

  <portType name="ILogging">
    <operation name="ReportClientError">
      <input message="tns:ReportClientErrorIn"/>
      <output message="tns:ReportClientErrorOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msivfault:InputValidationFault" name="InputValidationFault"/>
    </operation>
  </portType>

</wsdl:definitions>