<?xml version="1.0"?>
<wsdl:definitions xmlns:tns="http://www.hyam.net/lsid/Authority"
		targetNamespace="http://www.hyam.net/lsid/Authority"
		xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"	
		xmlns:xsd="http://www.w3.org/2001/XMLSchema"		
		xmlns:httpsns="http://www.omg.org/LSID/2003/AuthorityServiceHTTPBindings">
	
	<wsdl:import namespace="http://www.omg.org/LSID/2003/AuthorityServiceHTTPBindings" 
			location="LSIDAuthorityServiceHTTPBindings.wsdl" />

	<wsdl:service name="MyAuthorityHTTPService">
		<wsdl:port name="MyAuthorityHTTPPort" binding="httpsns:LSIDAuthorityHTTPBinding">
		    <httpsns:address location="http://www.ipni.org/authority/" /> 
		</wsdl:port>
	</wsdl:service>

</wsdl:definitions>