Author: slaws
Date: Sun Mar 8 12:30:04 2009
New Revision: 751408
URL: http://svn.apache.org/viewvc?rev=751408&view=rev
Log:
Correct WS-BPEL service port number
Modified:
tuscany/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite
Modified:
tuscany/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite
URL:
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite?rev=751408&r1=751407&r2=751408&view=diff
==============================================================================
---
tuscany/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite
(original)
+++
tuscany/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite
Sun Mar 8 12:30:04 2009
@@ -26,7 +26,7 @@
<component name="PaymentClient">
<implementation.java class="scatours.payment.client.PaymentClientImpl"
/>
<reference name="payment">
- <binding.ws uri="http://localhost:8083/Payment" />
+ <binding.ws uri="http://localhost:8080/Payment" />
</reference>
</component>
@@ -34,7 +34,7 @@
<implementation.bpel process="pp:Payment"/>
<service name="paymentPartnerLink">
<interface.wsdl
interface="http://www.tuscanyscatours.com/Payment/#wsdl.interface(Payment)" />
- <binding.ws uri="http://localhost:8083/Payment"
wsdlElement="http://www.tuscanyscatours.com/Payment/#wsdl.service(PaymentService)"/>
+ <binding.ws uri="http://localhost:8080/Payment"
wsdlElement="http://www.tuscanyscatours.com/Payment/#wsdl.service(PaymentService)"/>
</service>
<reference name="creditCardPaymentPartnerLink">
<binding.ws uri="http://localhost:8081/CreditCardPayment"/>