<?xml version="1.0"?>
<wsdl:definitions xmlns:tns="http://services.monster.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ms="http://schemas.monster.com" targetNamespace="http://services.monster.com" name="MonsterAuthenticationHeader">
	<wsdl:types>
		<xsd:schema>
			<xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterGlobalAuthenticationTicket.xsd"/>
		</xsd:schema>
	</wsdl:types>
  <wsdl:message name="MonsterAuthenticationHeader">
    <wsdl:part name="header" element="ms:AuthenticationToken"/>
	</wsdl:message>
</wsdl:definitions>
