diff options
Diffstat (limited to 'sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite')
-rw-r--r-- | sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite index 26f1fd8f23..b4dcd328b1 100644 --- a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite @@ -24,13 +24,14 @@ <component name="Payment">
<implementation.java class="com.tuscanyscatours.payment.impl.PaymentImpl" />
<service name="Payment">
- <binding.ws uri="http://localhost:8081/Payment"/>
+ <binding.ws uri="http://localhost:8081/Payment" />
+ <binding.sca />
</service>
- <reference name="customerRegistry" target="CustomerRegistry"/>
+ <reference name="customerRegistry" target="CustomerRegistry" />
<reference name="creditCardPayment">
- <binding.ws uri="http://localhost:8082/CreditCardPayment"/>
+ <binding.ws uri="http://localhost:8082/CreditCardPayment" />
</reference>
- <reference name="emailGateway" target="EmailGateway"/>
+ <reference name="emailGateway" target="EmailGateway" />
<property name="transactionFee">0.02</property>
</component>
|