summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/paymentprocess-contribution/paymentprocesstest.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 14:43:22 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 14:43:22 +0000
commitc3d941f9b99450fa1103452e98c3bbcf1a104302 (patch)
tree394785bcc4498f808752a7a6c67e4fef76d2082e /sandbox/travelsample/paymentprocess-contribution/paymentprocesstest.composite
parente932b4b558015ee1e771321786666cf1b3be5361 (diff)
Updates to payment process now that implementation.bpel can support multiple outgoing partner links
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/paymentprocess-contribution/paymentprocesstest.composite (renamed from sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite b/sandbox/travelsample/paymentprocess-contribution/paymentprocesstest.composite
index 8af02af425..b75c0b5ca8 100644
--- a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/paymentprocesstest.composite
+++ b/sandbox/travelsample/paymentprocess-contribution/paymentprocesstest.composite
@@ -37,11 +37,11 @@
<binding.ws uri="http://localhost:8080/PaymentProcess" wsdlElement="http://www.example.org/PaymentProcess/#wsdl.service(PaymentProcessService)"/>
</service>
<reference name="creditCardPaymentPartnerLink">
- <binding.ws uri="http://localhost:8082/CreditCardPayment"/>
+ <binding.ws uri="http://localhost:8081/CreditCardPayment"/>
</reference>
- <!--reference name="emailGatewayPartnerLink">
+ <reference name="emailGatewayPartnerLink">
<binding.ws uri="http://localhost:8082/EmailGateway"/>
- </reference-->
+ </reference>
</component>
</composite> \ No newline at end of file