<?xml version="1.0"?>
<definitions name="InteropTest" targetNamespace="http://soapinterop.org/"
		xmlns="http://schemas.xmlsoap.org/wsdl/"
		xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
		xmlns:tns="http://soapinterop.org/">
	<import
		location="http://www.whitemesa.com/interop/InteropTest.wsdl"
		namespace="http://soapinterop.org/"/>
	<import
		location="http://www.whitemesa.com/interop/InteropTestC.wsdl"
		namespace="http://soapinterop.org/"/>
	<service name="interopLabEchoHeader">
  		<port name="interopPortEchoHdr" binding="tns:InteropEchoHeaderBinding">
    			<soap:address location="http://easysoap.sourceforge.net/cgi-bin/interopserver"/>
  		</port>
	</service>
</definitions>
