<?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:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
	xmlns:tns="http://soapinterop.org/"
	xmlns:s="http://soapinterop.org/xsd"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

	<import location="http://www.whitemesa.net/wsdl/r2/InteropTest.wsdl" namespace="http://soapinterop.org/"/>
	<import location="http://www.whitemesa.net/wsdl/r2/InteropTest.wsdl" namespace="http://soapinterop.org/xsd"/>
	<import location="http://www.whitemesa.net/wsdl/r2/InteropTestC.wsdl" namespace="http://soapinterop.org/"/>

	<service name="interopLabEchoHeader">

  		<port name="interopPortEchoHdr" binding="tns:InteropEchoHeaderBinding">
    			<soap:address location="http://www.whitemesa.net/interop/std/echohdr"/>
  		</port>

  		<port name="interopPortEchoHdr12" binding="tns:InteropEchoHeaderBinding12">
    			<soap12:address location="http://www.whitemesa.net/interop/r2/groupC"/>
  		</port>
  		<port name="interopPortEchoHdr12-enc11" binding="tns:InteropEchoHeaderBinding12-enc11">
    			<soap12:address location="http://www.whitemesa.net/interop/r2/groupC-enc11"/>
  		</port>

	</service>

</definitions>
