<?xml version="1.0"?>
<wsdl:definitions 
  xmlns:tns="http://services.monster.com/Seeker/NavBar" 
  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:msnavbar="http://schemas.monster.com/Seeker/NavBar" 
  xmlns:mf="http://services.monster.com" 
  xmlns:msivfault="http://services.monster.com/Seeker/InputValidationFault" 
  targetNamespace="http://services.monster.com/Seeker/NavBar" 
  name="NavBarService">

  <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/NavBar" schemaLocation="http://schemas.monster.com/current/xsd/Seeker/NavBar/GetNavBar.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="GetNavBarIn">
    <part name="body" element="msnavbar:GetNavBarRequest"/>
  </message>
  <message name="GetNavBarOut">
    <part name="body" element="msnavbar:GetNavBarResult"/>
  </message>

  <portType name="INavBar">
    <operation name="GetNavBar">
      <input message="tns:GetNavBarIn"/>
      <output message="tns:GetNavBarOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msivfault:InputValidationFault" name="InputValidationFault"/>      
    </operation>
  </portType>

</wsdl:definitions>