<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Logging"
    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/"
    targetNamespace="http://services.monster.com/Seeker/Logging"
    name="LoggingService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Logging" location="Logging-Binding.wsdl"/>

  <service name="LoggingService">
    <documentation/>
    <port name="LoggingServiceEndpoint" binding="tns:LoggingService-Binding">
      <soapbind:address location="https://gateway.monster.com:443/seeker/Logging"/>
    </port>
  </service>

</wsdl:definitions>