Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/AlphabeticalOrderOfImports/two.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/AlphabeticalOrderOfImports/two.wsdl18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/AlphabeticalOrderOfImports/two.wsdl b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/AlphabeticalOrderOfImports/two.wsdl
deleted file mode 100644
index 04f160cd1..000000000
--- a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/AlphabeticalOrderOfImports/two.wsdl
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- It's important that the namespace of this document start with an a as it should
- be imported first by ImportOneAndTwo.wsdl. The order of the imports is determined
- by alphabetical order of the namespaces in this defect. -->
-<wsdl:definitions xmlns:tns="http://atempuri.org/two.wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="two"
- targetNamespace="http://atempuri.org/two.wsdl"
- xmlns:wsdl1="http://tempuri.org/one.wsdl" xmlns:wsdl2="http://atempuri.org/two.wsdl">
- <wsdl:import namespace="http://tempuri.org/one.wsdl"
- location="one.wsdl">
- </wsdl:import>
- <wsdl:portType name="PortType">
- <wsdl:operation name="Operation">
- <wsdl:input message="wsdl1:Message" name="Input"/>
- <wsdl:output message="wsdl1:Message" name="Output"/>
- </wsdl:operation>
- </wsdl:portType>
-</wsdl:definitions>

Back to the top