Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.ws.tests/data/wsdlcopier/1/2a/start.wsdl')
-rw-r--r--tests/org.eclipse.wst.ws.tests/data/wsdlcopier/1/2a/start.wsdl23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/org.eclipse.wst.ws.tests/data/wsdlcopier/1/2a/start.wsdl b/tests/org.eclipse.wst.ws.tests/data/wsdlcopier/1/2a/start.wsdl
deleted file mode 100644
index 1f627bb36..000000000
--- a/tests/org.eclipse.wst.ws.tests/data/wsdlcopier/1/2a/start.wsdl
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions
- targetNamespace="http://www.example.org/start/"
- xmlns:test="http://www.example.org/test/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-
- <wsdl:import location="../2/3/test.wsdl" namespace="http://www.example.org/test/"/>
-
- <wsdl:types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema">
- <import namespace="http://www.example.org/testxsd"
- schemaLocation="../../test.xsd" />
- </schema>
- </wsdl:types>
-
- <wsdl:service name="Start">
- <wsdl:port name="NewPort" binding="test:NewBinding">
- <soap:address location="http://www.example.org/"></soap:address>
- </wsdl:port>
- </wsdl:service>
-
-</wsdl:definitions>

Back to the top