<?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:msauth="http://schemas.monster.com/Seeker/Authentication"
    xmlns:mf="http://services.monster.com"
    xmlns:msivfault="http://services.monster.com/Seeker/InputValidationFault"
    targetNamespace="http://services.monster.com/Seeker/Authentication"
    name="AuthenticationService">

  <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/Authentication" schemaLocation="http://internalschemas.monster.com/current/xsd/seeker/Authentication/LoginTestDriver.xsd"/>
      <xsd:import namespace="http://schemas.monster.com/Seeker/Authentication" schemaLocation="http://schemas.monster.com/current/xsd/Seeker/Authentication/SignOut.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="SignOutIn">
    <part name="body" element="msauth:SignOutRequest"/>
  </message>
  <message name="SignOutOut">
    <part name="body" element="msauth:SignOutResult"/>
  </message>

  <portType name="IAuthentication">
    <operation name="SignOut">
      <input message="tns:SignOutIn"/>
      <output message="tns:SignOutOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msivfault:InputValidationFault" name="InputValidationFault"/>
    </operation>
  </portType>

</wsdl:definitions>