diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-31 16:28:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-31 16:28:21 +0000 |
commit | 9e3ff0e8b2032a3240095c6f3fa4e336d2b13557 (patch) | |
tree | db8883ebcafc41b39f5b106c2bb270e59372916f /sandbox/travelsample/contributions/creditcard-payment-jaxb-policy | |
parent | 81505d21ce27cd4d17483df4bbba5280cfcc5ced (diff) |
Add intents to the policy contributions and remove from the ordinary contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite b/sandbox/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite index e594f677d8..4a91a96255 100644 --- a/sandbox/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite +++ b/sandbox/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite @@ -25,7 +25,7 @@ <implementation.java class="com.tuscanyscatours.payment.creditcard.impl.CreditCardPaymentImpl" /> <service name="CreditCardPayment"> <interface.wsdl interface="http://www.tuscanyscatours.com/CreditCardPayment/#wsdl.interface(CreditCardPayment)" /> - <binding.ws uri="http://localhost:8082/CreditCardPayment" requires=""/> + <binding.ws uri="http://localhost:8082/CreditCardPayment" requires="authentication"/> <binding.sca/> </service> </component> |