summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl')
-rw-r--r--ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl75
1 files changed, 0 insertions, 75 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl b/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl
deleted file mode 100644
index 3dd264208b..0000000000
--- a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="SoapInterop" targetNamespace="http://soapinterop.org/main2/"
- xmlns:wsdlns="http://soapinterop.org/main2/"
- xmlns:impns="http://soapinterop.org/definitions/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:typens2="http://soapinterop.org/xsd2"
- xmlns:typens="http://soapinterop.org/xsd"
- xmlns="http://schemas.xmlsoap.org/wsdl/">
-
- <import namespace = "http://soapinterop.org/xsd" location = "round3_groupD_import2.wsdl"/>
- <import namespace = "http://soapinterop.org/definitions/" location = "round3_groupD_import2.wsdl"/>
-
- <types>
- <schema targetNamespace='http://soapinterop.org/xsd2'
- xmlns='http://www.w3.org/2001/XMLSchema'
- xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
- xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"
- elementFormDefault='unqualified'>
- <import namespace = "http://schemas.xmlsoap.org/soap/encoding/"/>
- <import namespace = "http://soapinterop.org/xsd"/>
- <complexType name ='ArrayOfSOAPStruct'>
- <complexContent>
- <restriction base='SOAP-ENC:Array'>
- <attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='typens:SOAPStruct[]'/>
- </restriction>
- </complexContent>
- </complexType>
- </schema>
- </types>
-
- <message name='Server.echoStructArray'>
- <part name='inputArray' type='typens2:ArrayOfSOAPStruct'/>
- </message>
- <message name='Server.echoStructArrayResponse'>
- <part name='Result' type='typens2:ArrayOfSOAPStruct'/>
- </message>
-
- <portType name="SoapInteropImport3PortType">
- <operation name='echoStruct' parameterOrder='inputStruct'>
- <input message='impns:Server.echoStruct' />
- <output message='impns:Server.echoStructResponse' />
- </operation>
- <operation name='echoStructArray' parameterOrder='inputArray'>
- <input message='wsdlns:Server.echoStructArray' />
- <output message='wsdlns:Server.echoStructArrayResponse' />
- </operation>
- </portType>
-
- <binding name="SoapInteropImport3Binding" type="wsdlns:SoapInteropImport3PortType">
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="echoStruct">
- <soap:operation soapAction="http://soapinterop.org/"/>
- <input>
- <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- <operation name="echoStructArray">
- <soap:operation soapAction="http://soapinterop.org/"/>
- <input>
- <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- </binding>
- <service name="Import3">
- <port name="SoapInteropImport3Port" binding="wsdlns:SoapInteropImport3Binding">
- <soap:address location="round3_groupD_import3.inc"/>
- </port>
- </service>
-</definitions>