Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/core/Main004.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/core/Main004.wsdl20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/core/Main004.wsdl b/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/core/Main004.wsdl
deleted file mode 100644
index df32b5ff5..000000000
--- a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/core/Main004.wsdl
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns="http://www.example.org/Main004/"
- name="Main004"
- targetNamespace="http://www.example.org/Main004/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsdl1="http://www.example.org/Import001/">
-
- <!-- Used Import -->
-
- <wsdl:import namespace="http://www.example.org/Import001/"
- location="Import001.wsdl">
- </wsdl:import>
-
- <wsdl:service name="MainService">
- <wsdl:port name="NewPort" binding="wsdl1:Import001SOAP">
- <soap:address location="http://www.example.org/"></soap:address>
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>

Back to the top