Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2008-12-17 19:14:32 +0000
committerkchong2008-12-17 19:14:32 +0000
commitb2eddd145b4b41e114edddb571a85dfe01c1605e (patch)
tree30851e8ec3f8e05a232a45e2792de0ca7ae6bf65 /tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl
parent458808767e6b5f3fcf3ea63faeb4b61c04783143 (diff)
downloadwebtools.webservices-200812171916.tar.gz
webtools.webservices-200812171916.tar.xz
webtools.webservices-200812171916.zip
This commit was manufactured by cvs2svn to create tag 'v200812171916'.v200812171916
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl50
1 files changed, 0 insertions, 50 deletions
diff --git a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl b/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl
deleted file mode 100644
index 11b5a9d92..000000000
--- a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/WSDL/WSDLImports/test/Import001.wsdl
+++ /dev/null
@@ -1,50 +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/Import001/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Import001" targetNamespace="http://www.example.org/Import001/">
- <wsdl:types>
- <xsd:schema targetNamespace="http://www.example.org/Import001/" 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 element="tns:NewOperation" name="parameters"/>
- </wsdl:message>
- <wsdl:message name="NewOperationResponse">
- <wsdl:part element="tns:NewOperationResponse" name="parameters"/>
- </wsdl:message>
- <wsdl:portType name="Import001">
- <wsdl:operation name="NewOperation">
- <wsdl:input message="tns:NewOperationRequest"/>
- <wsdl:output message="tns:NewOperationResponse"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="Import001SOAP" type="tns:Import001">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="NewOperation">
- <soap:operation soapAction="http://www.example.org/Import001/NewOperation"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="Import001">
- <wsdl:port binding="tns:Import001SOAP" name="Import001SOAP">
- <soap:address location="http://www.example.org/"/>
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>

Back to the top