<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Authentication"
    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:msca="http://services.monster.com/Seeker/CookieActions" 
	  xmlns:msv="http://services.monster.com"
    targetNamespace="http://services.monster.com/Seeker/Authentication"
    name="AuthenticationService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Authentication" location="Authentication-PortType.wsdl"/>
  <wsdl:import namespace="http://services.monster.com/Seeker/CookieActions" location="CookieActions-Message.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="AuthenticationService-Binding" type="tns:IAuthentication">
    <soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
	  <operation name="SignOut">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Authentication/SignOut" 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"/>
        <soapbind:header message="msca:CookieActions" part="header" 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>