summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
diff options
context:
space:
mode:
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.composite4
1 files changed, 3 insertions, 1 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 69160e24f8..7d28880eef 100644
--- a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
@@ -24,7 +24,9 @@
<component name="Payment">
<implementation.java class="com.tuscanyscatours.payment.impl.PaymentImpl" />
<service name="Payment">
- <binding.ws uri="http://localhost:8081/Payment"/>
+ <!-- use interface.wsdl to work around TUSCANY-3267 -->
+ <interface.wsdl interface="http://www.tuscanyscatours.com/Payment/#wsdl.interface(Payment)" />
+ <binding.ws uri="http://localhost:8081/Payment"/>
</service>
<reference name="customerRegistry" target="CustomerRegistry"/>
<reference name="creditCardPayment">