<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Mobile/Tracking"
    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:msmt="http://schemas.monster.com/Seeker/Mobile/Tracking"
    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/Tracking"
    name="TrackingService">

  <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/Tracking" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/Tracking/LogUserAction.xsd"/>
    </xsd:schema>
  </wsdl:types>

  <message name="LogUserActionIn">
    <part name="body" element="msmt:LogUserActionRequest"/>
  </message>
  <message name="LogUserActionOut">
    <part name="body" element="msmt:LogUserActionResult"/>
  </message>

  <portType name="ITracking">
    <operation name="LogUserAction">
      <input message="tns:LogUserActionIn"/>
      <output message="tns:LogUserActionOut"/>
      <fault message="mf:MonsterFault" name="MonsterFault"/>
      <fault message="msmf:MobileFault" name="MobileFault"/>
      <fault message="msmivf:MobileInputValidationFault" name="MobileInputValidationFault"/>
    </operation>
  </portType>

</wsdl:definitions>