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:
authorkchong2011-02-14 17:57:47 +0000
committerkchong2011-02-14 17:57:47 +0000
commitc490d6090b886c19913c488cb87bccae4fa47b5a (patch)
tree84ba12a49e9bdeb1bfe31a15e0d2676bae5ac6a6 /tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl
parentaf18530793832fdb71a71a0cb16317a96baa0830 (diff)
downloadwebtools.webservices-201102260613.tar.gz
webtools.webservices-201102260613.tar.xz
webtools.webservices-201102260613.zip
This commit was manufactured by cvs2svn to create tag 'v201102260613'.v201102260613
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl72
1 files changed, 0 insertions, 72 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl b/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl
deleted file mode 100644
index 6b9636410..000000000
--- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/wsdl/SecureWS/Signature.wsdl
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="http://main" xmlns:impl="http://main" xmlns:intf="http://main" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema targetNamespace="http://main" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <element name="incrementResponse">
- <complexType>
- <sequence>
- <element name="incrementReturn" type="xsd:int"/>
- </sequence>
- </complexType>
- </element>
- <element name="increment">
- <complexType>
- <sequence>
- <element name="value" type="xsd:int"/>
- </sequence>
- </complexType>
- </element>
- </schema>
- </wsdl:types>
-
- <wsdl:message name="incrementResponse">
- <wsdl:part element="intf:incrementResponse" name="parameters"/>
-
- </wsdl:message>
-
- <wsdl:message name="incrementRequest">
- <wsdl:part element="intf:increment" name="parameters"/>
-
- </wsdl:message>
-
- <wsdl:portType name="WebService">
- <wsdl:operation name="increment">
- <wsdl:input message="intf:incrementRequest" name="incrementRequest"/>
-
- <wsdl:output message="intf:incrementResponse" name="incrementResponse"/>
-
- </wsdl:operation>
-
- </wsdl:portType>
-
- <wsdl:binding name="WebServiceSoapBinding" type="intf:WebService">
- <wsaw:UsingAddressing wsdl:required="false" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
-
- <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
- <wsdl:operation name="increment">
- <wsdlsoap:operation soapAction="increment"/>
-
- <wsdl:input name="incrementRequest">
- <wsdlsoap:body use="literal"/>
-
- </wsdl:input>
-
- <wsdl:output name="incrementResponse">
- <wsdlsoap:body use="literal"/>
-
- </wsdl:output>
-
- </wsdl:operation>
-
- </wsdl:binding>
-
- <wsdl:service name="WebServiceService">
- <wsdl:port binding="intf:WebServiceSoapBinding" name="WebService">
- <wsdlsoap:address location="http://localhost:9080/WebProjectWithEncription/services/WebService"/>
-
- </wsdl:port>
-
- </wsdl:service>
-
-</wsdl:definitions>

Back to the top