summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-04 15:54:30 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-04 15:54:30 +0000
commit4b6980bc70a11fe4e47fff13b08ea479afb2d169 (patch)
treee7821f255c733c21dc3889578654d1e106857da3 /java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl
parentb26ca7d176a9df0e69aa59c0169e30e5bc5c0265 (diff)
Change to vtests to use port 8085 instead of the default 8080 to avoid continuum clashes. This exercise raised TUSCANY-2523 and also involved many additions of default binding.ws uris where there were none before.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl')
-rw-r--r--java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl b/java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl
index 861ab471ee..e7953eb2b4 100644
--- a/java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl
+++ b/java/sca/vtest/wsbinding/service/src/main/resources/aservice.wsdl
@@ -115,19 +115,19 @@
<wsdl:service name="AServicePortTypeService">
<wsdl:port name="AServicePortTypePort" binding="ns0:AServicePortTypeBinding">
- <soap:address location="http://localhost:8080/AService"/>
+ <soap:address location="http://localhost:8085/AService"/>
</wsdl:port>
</wsdl:service>
<wsdl:service name="AService">
<wsdl:port name="AServiceHttpport" binding="ns0:AServiceHttpBinding">
- <http:address location="http://localhost:8080/AService/httpport"/>
+ <http:address location="http://localhost:8085/AService/httpport"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP12port_http" binding="ns0:AServiceSOAP12Binding">
- <soap12:address location="http://localhost:8080/AService/soap12port"/>
+ <soap12:address location="http://localhost:8085/AService/soap12port"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP11port_http" binding="ns0:AServiceSOAP11Binding">
- <soap:address location="http://localhost:8080/AService/soap11port"/>
+ <soap:address location="http://localhost:8085/AService/soap11port"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP12port_http_null" binding="ns0:AServiceSOAP12Binding">
<soap12:address location=""/>