Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.tests/samples/BugFixes/ReconcilesImportsWithNoLocation/Main.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.tests/samples/BugFixes/ReconcilesImportsWithNoLocation/Main.wsdl14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/org.eclipse.wst.wsdl.tests/samples/BugFixes/ReconcilesImportsWithNoLocation/Main.wsdl b/tests/org.eclipse.wst.wsdl.tests/samples/BugFixes/ReconcilesImportsWithNoLocation/Main.wsdl
deleted file mode 100644
index 935e11107..000000000
--- a/tests/org.eclipse.wst.wsdl.tests/samples/BugFixes/ReconcilesImportsWithNoLocation/Main.wsdl
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:tns="http://www.example.org/B/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="B"
- targetNamespace="http://www.example.org/B/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsdl1="http://www.example.org/A/">
- <wsdl:import namespace="http://www.example.org/A/" />
- <wsdl:service name="B">
- <wsdl:port name="NewPort" binding="wsdl1:ASOAP">
- <soap:address location="http://www.example.org/" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>

Back to the top