diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-03 22:17:26 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-03 22:17:26 +0000 |
commit | 91a8b67512bba3d12f970b6e7707bae5b659eb13 (patch) | |
tree | de19f8df372bab001b22417cdbcb07f957419a18 /sandbox/rfeng/scatours-creditcard-payment-web-contribution | |
parent | bf28f53c93794aa399a7700f12b31179f03f5ea9 (diff) |
Change the rmi port #
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/scatours-creditcard-payment-web-contribution')
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/resources/CreditCardPayment.wsdl b/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/resources/CreditCardPayment.wsdl index 1fac949ea1..c8660c4ffe 100644 --- a/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/resources/CreditCardPayment.wsdl +++ b/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/resources/CreditCardPayment.wsdl @@ -106,7 +106,7 @@ </wsdl:binding>
<wsdl:service name="CreditCardPaymentService">
<wsdl:port name="CreditCardPaymentPort" binding="tns:CreditCardPaymentBinding">
- <soap:address location="http://localhost:8086/CreditCardPayment" />
+ <soap:address location="http://localhost:8082/CreditCardPayment" />
</wsdl:port>
</wsdl:service>
diff --git a/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/webapp/WEB-INF/web.composite b/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/webapp/WEB-INF/web.composite index 38c59f7da3..188c9937f7 100644 --- a/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/webapp/WEB-INF/web.composite +++ b/sandbox/rfeng/scatours-creditcard-payment-web-contribution/src/main/webapp/WEB-INF/web.composite @@ -26,7 +26,7 @@ <implementation.web web-uri="" />
<reference name="service">
<interface.java interface="scatours.payment.creditcard.CreditCardPayment"/>
- <binding.ws uri="http://localhost:8086/CreditCardPayment" />
+ <binding.ws uri="http://localhost:8082/CreditCardPayment" />
</reference>
</component>
|