summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-spring-policy
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/contributions/payment-spring-policy')
-rw-r--r--sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
index d1ea76db4b..c6710c60a2 100644
--- a/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
@@ -26,8 +26,8 @@
<service name="Payment">
<binding.ws uri="http://localhost:8081/Payment"/>
</service>
- <reference name="creditCardPaymentReference" requires="authentication">
- <binding.ws uri="http://localhost:8083/CreditCardPayment"/>
+ <reference name="creditCardPaymentReference" >
+ <binding.ws uri="http://localhost:8083/CreditCardPayment" requires="authentication"/>
</reference>
<reference name="emailGateway" target="EmailGateway"/>
<reference name="customerRegistry" target="CustomerRegistry"/>