Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl42
1 files changed, 0 insertions, 42 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl
deleted file mode 100644
index 0653069b4..000000000
--- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/bp/2014-2/2014-2.wsdl
+++ /dev/null
@@ -1,42 +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/">
-
- <message name="echoStringIn">
- <part name="parameters" type="s:string"/>
- </message>
- <message name="echoStringOut">
- <part name="parameters" type="s:string" />
- <part name="parameters1" type="s:string"/>
- <part name="parameters2" type="s:string"/>
- </message>
- <portType name="EchoPortType">
- <operation name="echoString" parameterOrder="parameters parameters1">
- <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