summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml')
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml9
1 files changed, 4 insertions, 5 deletions
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
index 10fa7b8652..3567de88f5 100644
--- 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
@@ -18,13 +18,12 @@
* under the License.
-->
<sca:definitions xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
+ targetNamespace="http://helloworld"
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
- xmlns:hw="http://helloworld">
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0">
<!-- WS Security POLICY SETS -->
- <sca:policySet name="hw:wsAuthenticationPolicy"
+ <sca:policySet name="wsAuthenticationPolicy"
provides="authentication"
appliesTo="sca:binding.ws"
>
@@ -39,7 +38,7 @@
</sca:policySet>
<!-- A policyset that uses WS Policy -->
- <sca:policySet name="hw:wsSecurityPolicyForIntegrity"
+ <sca:policySet name="wsSecurityPolicyForIntegrity"
provides="integrity"
appliesTo="sca:binding.ws">
<wsp:Policy wsu:Id="SignOnly"