diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite | 2 |
1 files changed, 1 insertions, 1 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 c6710c60a2..3f5bcfe48d 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 @@ -27,7 +27,7 @@ <binding.ws uri="http://localhost:8081/Payment"/> </service> <reference name="creditCardPaymentReference" > - <binding.ws uri="http://localhost:8083/CreditCardPayment" requires="authentication"/> + <binding.ws uri="http://localhost:8082/CreditCardPayment" requires="authentication"/> </reference> <reference name="emailGateway" target="EmailGateway"/> <reference name="customerRegistry" target="CustomerRegistry"/> |