Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl44
1 files changed, 0 insertions, 44 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl
deleted file mode 100644
index b40589165..000000000
--- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2018-4/2018-4.wsdl
+++ /dev/null
@@ -1,44 +0,0 @@
-<definitions
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:s0="http://tempuri.org/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <documentation>
- </documentation>
- <import namespace="http://tempuri.org/2018a" location="2018a.wsdl"/>
- <import namespace="http://tempuri.org/2018b" location="2018b.wsdl"/>
- <message name="echoStringIn">
- <part name="parameters" type="s:string"/>
- </message>
- <types/>
- <message name="echoStringOut">
- <part name="parameters" type="s:string" />
- </message>
- <portType name="EchoPortType">
- <operation name="echoString" parameterOrder="parameters">
- <input message="s0:echoStringIn" />
- <output message="s0:echoStringOut" />
- </operation>
- </portType>
- <binding name="EchoBinding" type="s0:EchoPortType">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
- <operation name="echoString">
- <soap:operation soapAction="http://tempuri.org/echoString" style="rpc" />
- <input>
- <soap:body use="literal" namespace="htp://org.org"/>
- </input>
- <output>
- <soap:body use="literal" namespace="htp://org.org" />
- </output>
- </operation>
- </binding>
- <service name="EchoService">
- <port name="EchoPort" binding="s0:EchoBinding">
- <soap:address location="http://tempuri.org/"/>
- </port>
- </service>
-</definitions> \ No newline at end of file

Back to the top