summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 10:14:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 10:14:58 +0000
commit5a5e666587c5b1b7d43a78f65a635cdc3b44db93 (patch)
tree12993250938ed421b90aa78471b5d81555845488 /sca-java-2.x/trunk/samples/getting-started
parent992d6ad55298632ebdd18633097536198f2d8eb1 (diff)
Update service port for the jax-ws ri ws binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/wsClient.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/wsClient.html b/sca-java-2.x/trunk/samples/getting-started/wsClient.html
index e16edf4543..402f30cdf8 100644
--- a/sca-java-2.x/trunk/samples/getting-started/wsClient.html
+++ b/sca-java-2.x/trunk/samples/getting-started/wsClient.html
@@ -27,7 +27,7 @@ Copied from ServiceMix wsdl first example.
<title>Tuscany Web service Sample Client</title>
<script type="text/javascript">
-var urlToOpen = "http://localhost:8080/HelloworldComponent/Helloworld"; //default URL to open
+var urlToOpen = "http://localhost:8085/HelloworldComponent/Helloworld"; //default URL to open
function getHTTPObject() {
var xmlhttp = false;