From 3c7c4a749baafcf375f4785a7668d3a25c9063e3 Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 13 Nov 2009 01:42:27 +0000 Subject: Moving 1.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/definitions.xml | 113 +++++++++++++++++++++ .../src/main/resources/helloworldKeys.jks | Bin 0 -> 1354 bytes .../src/main/resources/helloworldws.composite | 42 ++++++++ .../src/main/resources/wsdl/helloworld.wsdl | 79 ++++++++++++++ 4 files changed, 234 insertions(+) create mode 100644 sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml create mode 100644 sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks create mode 100644 sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite create mode 100644 sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl (limited to 'sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources') diff --git a/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml new file mode 100644 index 0000000000..10fa7b8652 --- /dev/null +++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml @@ -0,0 +1,113 @@ + + + + + + + + + + UsernameToken + helloworld.ServerPWCBHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TuscanyWsUser + TuscanyWsUser + helloworld.ServerPWCBHandler + + + + JKS + helloworldKeys.jks + TuscanyWsUserPasswd + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks new file mode 100644 index 0000000000..e2184ad3c6 Binary files /dev/null and b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks differ diff --git a/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite new file mode 100644 index 0000000000..a078067e9a --- /dev/null +++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..32ad8325e9 --- /dev/null +++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3