<?xml version="1.0"?>
<wsdl:definitions
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://services.monster.com/Seeker/Mobile/Tracking"
    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/Tracking"
    name="TrackingService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Mobile/Tracking" location="Tracking-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="TrackingService-Binding" type="tns:ITracking">
    <soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="LogUserAction">
      <soapbind:operation soapAction="http://services.monster.com/Seeker/Mobile/Tracking/LogUserAction" style="document"/>
      <input>
        <soapbind:body use="literal"/>
        <soapbind:header message="msv:MonsterOperatingEnvironmentHeader" 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>