<?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:msv="http://services.monster.com" 
	targetNamespace="http://services.monster.com/Seeker/Logging" 
  name="LoggingService">
	
  <wsdl:import namespace="http://services.monster.com/Seeker/Logging" location="Logging-PortType.wsdl"/>
	<wsdl:import namespace="http://services.monster.com/MonsterAuthenticationHeader" location="http://schemas.monster.com/Current/WSDL/MonsterAuthenticationHeader-Message.wsdl"/>
	<wsdl:import namespace="http://services.monster.com" location="http://schemas.monster.com/Current/WSDL/MonsterOperatingSystemEnv-Message.wsdl"/>
	
  <binding name="LoggingService-Binding" type="tns:ILogging">
		<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="ReportClientError">
			<soapbind:operation soapAction="http://services.monster.com/Seeker/Logging/ReportClientError" style="document"/>
			<input>
				<soapbind:body use="literal"/>
				<soapbind:header message="msv:MonsterOperatingEnvironmentHeader" part="header" use="literal"/>				
				<soapbind:header message="msv:MonsterAuthenticationHeader" part="header" use="literal"/>				
			</input>
			<output>
				<soapbind:body use="literal"/>
			</output>
			<fault name="MonsterFault">
				<soapbind:fault name="MonsterFault" use="literal"/>
			</fault>
			<fault name="InputValidationFault">
				<soapbind:fault name="InputValidationFault" use="literal"/>
			</fault>
		</operation>
	</binding>
  
</wsdl:definitions>
