Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Main005.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Main005.wsdl63
1 files changed, 0 insertions, 63 deletions
diff --git a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Main005.wsdl b/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Main005.wsdl
deleted file mode 100644
index df2df654a..000000000
--- a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Main005.wsdl
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://www.example.org/Main005/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Main005"
- xmlns:xsd1="http://www.example.org/Import"
- xmlns:xsd2="http://www.example.org/Import6"
- targetNamespace="http://www.example.org/Main005/">
-
- <wsdl:import namespace="http://www.example.org/Import" location="../../../XSD/Unused/Import1.xsd"></wsdl:import>
- <wsdl:import namespace="http://www.example.org/Import6" location="../../../XSD/Unused/Import6.xsd"></wsdl:import>
-
- <wsdl:types>
- <xsd:schema targetNamespace="http://www.example.org/Main005/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="NewOperation">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="in" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="NewOperationResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="out" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="NewOperationRequest">
- <wsdl:part type="xsd1:ImpCT1" name="parameters" />
- </wsdl:message>
- <wsdl:message name="NewOperationResponse">
- <wsdl:part type="xsd2:Imp6CT1" name="parameters" />
- </wsdl:message>
- <wsdl:portType name="Main005">
- <wsdl:operation name="NewOperation">
- <wsdl:input message="tns:NewOperationRequest" />
- <wsdl:output message="tns:NewOperationResponse" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="Main005SOAP" type="tns:Main005">
- <soap:binding style="document"
- transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="NewOperation">
- <soap:operation
- soapAction="http://www.example.org/Main005/NewOperation" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="Main005">
- <wsdl:port binding="tns:Main005SOAP" name="Main005SOAP">
- <soap:address location="http://www.example.org/" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>

Back to the top