<?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="MonsterLoginService">
  
	<wsdl:import  namespace="http://services.monster.com" 
		location="http://schemas.monster.com/Current/WSDL/MonsterLogin-Binding.wsdl"/>
		
	<wsdl:service name="MonsterLoginService">
		<wsdl:documentation/>
		<wsdl:port name="LoginServiceEndpoint" binding="tns:MonsterLoginImpl">
			<soap:address location="https://gateway.monster.com:443/authentication/Session"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
