<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Mobile/JobSearch"
    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:msmjs="http://schemas.monster.com/Seeker/Mobile/JobSearch"
    xmlns:mf="http://services.monster.com"
    xmlns:msmf="http://services.monster.com/Seeker/Mobile/MobileFault"
    xmlns:msmivf="http://services.monster.com/Seeker/Mobile/MobileInputValidationFault"        
    targetNamespace="http://services.monster.com/Seeker/Mobile/JobSearch"
    name="JobSearchService">

  <wsdl:import namespace="http://services.monster.com" location="http://schemas.monster.com/current/wsdl/MonsterFault-Message.wsdl"/>
  <wsdl:import namespace="http://services.monster.com/Seeker/Mobile/MobileFault" location="http://schemas.monster.com/current/wsdl/Seeker/Mobile/MobileFault-Message.wsdl"/>
  <wsdl:import namespace="http://services.monster.com/Seeker/Mobile/MobileInputValidationFault" location="http://schemas.monster.com/current/wsdl/Seeker/Mobile/MobileInputValidationFault-Message.wsdl"/>

  <wsdl:types>
    <xsd:schema>                                                                                               
      <xsd:import namespace="http://schemas.monster.com/Seeker/Mobile/JobSearch" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/JobSearch/GetClassicJobSearchResults.xsd"/>
    </xsd:schema>
    <xsd:schema>
      <xsd:import namespace="http://schemas.monster.com/Seeker/Mobile/JobSearch" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/JobSearch/GetPowerJobSearchResults.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="GetClassicJobSearchResultsIn">
    <part name="body" element="msmjs:GetClassicJobSearchRequest"/>
  </message>
  <message name="GetClassicJobSearchResultsOut">
    <part name="body" element="msmjs:GetClassicJobSearchResult"/>
  </message>
  <message name="GetPowerJobSearchResultsIn">
    <part name="body" element="msmjs:GetPowerJobSearchRequest"/>
  </message>
  <message name="GetPowerJobSearchResultsOut">
    <part name="body" element="msmjs:GetPowerJobSearchResult"/>
  </message>

  <portType name="IJobSearch">
    <operation name="GetClassicJobSearchResults">
      <input message="tns:GetClassicJobSearchResultsIn"/>
      <output message="tns:GetClassicJobSearchResultsOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>      
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>      
    </operation>
    <operation name="GetPowerJobSearchResults">
      <input message="tns:GetPowerJobSearchResultsIn"/>
      <output message="tns:GetPowerJobSearchResultsOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>
    </operation>
  </portType>

</wsdl:definitions>