From 6fadbc9cd1fcf03d0b3630f772d91df149b70428 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:19 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835123 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/definitions.xml | 177 +++++++++++++++++++++ .../src/main/resources/helloworldKeys.jks | Bin 0 -> 1365 bytes .../src/main/resources/helloworldws.composite | 40 +++++ .../src/main/resources/wsdl/helloworld.wsdl | 79 +++++++++ 4 files changed, 296 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl (limited to 'sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources') diff --git a/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml new file mode 100644 index 0000000000..679ab7de97 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml @@ -0,0 +1,177 @@ + + + + + + + Communitcation thro this binding requires SOAP + + + + + + Communitcation thro this binding requires SOAP 1.1 + + + + + + Communitcation thro this binding requires SOAP 1.2 + + + + + + Communitcation thro this binding required Authentication. + + + + + + Communitcation thro this binding required Authentication. + + + + + + Protect messages from unauthorized reading or modification + + + + + + Communitcation thro this binding must prevent + unauthorized users from reading the messages. + + + + + + + + + UsernameToken + helloworld.ServerPWCBHandler + + + + + + + + + + UsernameToken + TuscanyWsUser + helloworld.ClientPWCBHandler" + + PasswordText + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TuscanyWsUser + TuscanyWsUser + helloworld.ServerPWCBHandler + + + + JKS + helloworldKeys.jks + TuscanyWsUserPasswd + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks new file mode 100644 index 0000000000..c1a63b7f20 Binary files /dev/null and b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks differ diff --git a/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite new file mode 100644 index 0000000000..5e08e93286 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..068229be6f --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3