<?xml version="1.0"?>
<wsdl:definitions
    xmlns:tns="http://services.monster.com/Seeker/Mobile/CoverLetter"
    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/Mobile/CoverLetter"
    name="CoverLetterService">

  <wsdl:import namespace="http://services.monster.com/Seeker/Mobile/CoverLetter" location="http://schemas.monster.com/Current/WSDL/Seeker/Mobile/CoverLetter-Binding.wsdl"/>

  <service name="CoverLetterService">
    <documentation/>
    <port name="CoverLetterServiceEndpoint" binding="tns:CoverLetterService-Binding">
      <soapbind:address location="https://gateway.monster.com:443/Mobile/CoverLetter"/>
    </port>
  </service>

</wsdl:definitions>