diff options
Diffstat (limited to 'sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite')
-rw-r--r-- | sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite b/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite index b747b0382a..ab26a48b20 100644 --- a/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite +++ b/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/test/resources/payment.composite @@ -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"/> |