summaryrefslogtreecommitdiff
path: root/ext/soap/interop/interop.wsdl
blob: 6a835b571fd877d5cf3fc7c0751cf606ee740351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/wsdl/wmmsgrouter.xsd" namespace="http://whitemesa.com/headers/soapmsgrouter.xsd"/>
	<import location="http://www.whitemesa.com/interop/InteropTest.wsdl" namespace="http://soapinterop.org/"/>
	<import location="http://www.whitemesa.com/interop/InteropTest.wsdl" namespace="http://soapinterop.org/xsd"/>

	<service name="interopLab">
  		<port name="interopTestPort" binding="tns:InteropTestSoapBinding">
    			<soap:address location="http://localhost/soap_interop/server_round2.php"/>
  		</port>
	</service>

</definitions>