<?xml version="1.0"?>
<wsdl:definitions
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://services.monster.com/Seeker/Mobile/ApplyHistory"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/"
	  xmlns:msv="http://services.monster.com"     
    targetNamespace="http://services.monster.com/Seeker/Mobile/ApplyHistory"
    name="ApplyHistoryService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Mobile/ApplyHistory" location="ApplyHistory-PortType.wsdl"/>
  <wsdl:import namespace="http://services.monster.com/MonsterAuthenticationHeader" location="http://schemas.monster.com/Current/WSDL/MonsterAuthenticationHeader-Message.wsdl"/>
  <wsdl:import namespace="http://services.monster.com" location="http://schemas.monster.com/Current/WSDL/MonsterOperatingSystemEnv-Message.wsdl"/>

  <binding name="ApplyHistoryService-Binding" type="tns:IApplyHistory">
    <soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="DeleteApplyHistories">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Mobile/ApplyHistory/DeleteApplyHistories" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="msv:MonsterOperatingEnvironmentHeader" part="header" use="literal"/>
        <soapbind:header message="msv:MonsterAuthenticationHeader" part="header" use="literal"/>
      </input>
      <output>
        <soapbind:body use="literal"/>
      </output>
      <fault name="MonsterFault">
        <soapbind:fault name="MonsterFault" use="literal"/>
      </fault>
      <fault name="MobileFault">
        <soapbind:fault name="MobileFault" use="literal"/>
      </fault>
      <fault name="MobileInputValidationFault">
        <soapbind:fault name="MobileInputValidationFault" use="literal"/>
      </fault>      
    </operation>
    <operation name="UpdateApplyHistoryNote">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Mobile/ApplyHistory/UpdateApplyHistoryNote" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="msv:MonsterOperatingEnvironmentHeader" part="header" use="literal"/>
        <soapbind:header message="msv:MonsterAuthenticationHeader" part="header" use="literal"/>
      </input>
      <output>
        <soapbind:body use="literal"/>
      </output>
      <fault name="MonsterFault">
        <soapbind:fault name="MonsterFault" use="literal"/>
      </fault>
      <fault name="MobileFault">
        <soapbind:fault name="MobileFault" use="literal"/>
      </fault>
      <fault name="MobileInputValidationFault">
        <soapbind:fault name="MobileInputValidationFault" use="literal"/>
      </fault>
    </operation>
    <operation name="GetApplyHistoryByLastXDays">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Mobile/ApplyHistory/GetApplyHistoryByLastXDays" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="msv:MonsterOperatingEnvironmentHeader" part="header" use="literal"/>
        <soapbind:header message="msv:MonsterAuthenticationHeader" part="header" use="literal"/>
      </input>
      <output>
        <soapbind:body use="literal"/>
      </output>
      <fault name="MonsterFault">
        <soapbind:fault name="MonsterFault" use="literal"/>
      </fault>
      <fault name="MobileFault">
        <soapbind:fault name="MobileFault" use="literal"/>
      </fault>
      <fault name="MobileInputValidationFault">
        <soapbind:fault name="MobileInputValidationFault" use="literal"/>
      </fault>
    </operation>
  </binding>

</wsdl:definitions>