<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Mobile/JobView"
    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:msmjv="http://schemas.monster.com/Seeker/Mobile/JobView"
    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/JobView"
    name="JobViewService">

  <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/JobView" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/JobView/GetJobView.xsd"/>
    </xsd:schema>
    <xsd:schema>
      <xsd:import namespace="http://schemas.monster.com/Seeker/Mobile/JobView" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/JobView/GetJobBody.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="GetJobViewIn">
    <part name="body" element="msmjv:GetJobViewRequest"/>
  </message>
  <message name="GetJobViewOut">
    <part name="body" element="msmjv:GetJobViewResult"/>
  </message>
  <message name="GetJobBodyIn">
    <part name="body" element="msmjv:GetJobBodyRequest"/>
  </message>
  <message name="GetJobBodyOut">
    <part name="body" element="msmjv:GetJobBodyResult"/>
  </message>

  <portType name="IJobView">
    <operation name="GetJobView">
      <input message="tns:GetJobViewIn"/>
      <output message="tns:GetJobViewOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>      
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>      
    </operation>
    <operation name="GetJobBody">
      <input message="tns:GetJobBodyIn"/>
      <output message="tns:GetJobBodyOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>
    </operation>
  </portType>

</wsdl:definitions>