diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-08 12:30:04 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-08 12:30:04 +0000 |
commit | 8075c532ce67243ebdbc82d7f36a055f3e0ea4a2 (patch) | |
tree | c24254cdea62f851b6c9ecd73da2a7a79aeb4aa3 /sandbox | |
parent | 2184b3c624b95520fd6ed4195742a2c5c4675395 (diff) |
Correct WS-BPEL service port number
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-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"/> |