Correct WS-BPEL service port number

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2009-03-08 12:30:04 +00:00
parent 2184b3c624
commit 8075c532ce

View file

@ -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"/>