<?xml version="1.0"?>
<wsdl:definitions 
	xmlns="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:tns="http://services.monster.com/Seeker/Lookups" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" 
	xmlns:ms="http://services.monster.com"
	xmlns:mbgw="http://www.monster.com/definitions" 
	targetNamespace="http://services.monster.com/Seeker/Lookups" 
	name="LookupsService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Lookups" location="Lookups-PortType.wsdl"/>
  <wsdl:import namespace="http://services.monster.com" location="http://schemas.monster.com/Current/WSDL/MonsterOperatingSystemEnv-Message.wsdl"/>
  <wsdl:import namespace="http://services.monster.com" location="http://schemas.monster.com/Current/WSDL/MonsterAuthenticationHeader-Message.wsdl"/>

  <binding name="LookupsService-Binding" type="tns:ILookups">
    <soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetLookupItems">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Lookups/GetLookupItems" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="ms:MonsterOperatingEnvironmentHeader" 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>
    <operation name="GetAutocompleteEntities">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Lookups/GetAutocompleteEntities" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="ms:MonsterOperatingEnvironmentHeader" 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>