<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Mobile/Apply"
    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:msma="http://schemas.monster.com/Seeker/Mobile/Apply"
    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/Apply"
    name="ApplyService">

  <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/Apply" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/Apply/ProcessApply.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="ProcessApplyIn">
    <part name="body" element="msma:ProcessApplyRequest"/>
  </message>
  <message name="ProcessApplyOut">
    <part name="body" element="msma:ProcessApplyResult"/>
  </message>
  
  <portType name="IApply">
    <operation name="ProcessApply">
      <input message="tns:ProcessApplyIn"/>
      <output message="tns:ProcessApplyOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>      
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>      
    </operation>
  </portType>

</wsdl:definitions>