Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/ImportsWithNamespace/refByPartElement/Unused/Main.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/ImportsWithNamespace/refByPartElement/Unused/Main.wsdl39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/ImportsWithNamespace/refByPartElement/Unused/Main.wsdl b/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/ImportsWithNamespace/refByPartElement/Unused/Main.wsdl
deleted file mode 100644
index 822867722..000000000
--- a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/ImportsWithNamespace/refByPartElement/Unused/Main.wsdl
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions name="Main" targetNamespace="http://www.example.org/Main/"
- xmlns:tns="http://www.example.org/Main/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://www.example.org/Import">
- <wsdl:types>
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.example.org/Main/">
- <xsd:import namespace="http://www.example.org/Import"
- schemaLocation="../../Import1.xsd">
- </xsd:import>
- <xsd:element name="MainOperation">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="in" type="xsd:string"></xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="MainOperationResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="out" type="xsd:string"></xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="MainOperationRequest">
- <wsdl:part name="parameters" element="tns:MainOperation"></wsdl:part>
- </wsdl:message>
- <wsdl:message name="MainOperationResponse">
- <wsdl:part name="parameters" element="tns:MainOperationResponse"></wsdl:part>
- </wsdl:message>
- <wsdl:portType name="MainPortType">
- <wsdl:operation name="MainOperation">
- <wsdl:input message="tns:MainOperationRequest"></wsdl:input>
- <wsdl:output message="tns:MainOperationResponse"></wsdl:output>
- </wsdl:operation>
- </wsdl:portType>
-</wsdl:definitions> \ No newline at end of file

Back to the top