summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 16:21:57 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 16:21:57 +0000
commite477bb5d09fee69fd29bda2cbcd6c187e1d0d064 (patch)
tree3f6d7a0332217bb230e467b9b02a082067611c5e /sandbox
parente6a864589f60d7dd23454d1551551ee7be2b2184 (diff)
Use interface.wsdl for Payment service as workaround for TUSCANY-3267
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813034 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-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">