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 09:23:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 09:23:23 +0000
commit76598f25fab0e1f07759dd484ebf043a331b3856 (patch)
treedec584f1649f51b67a3fecdef9fed97e742f38bf /sca-java-2.x/trunk/samples/getting-started
parent107223b158aa4937ea15bfc70a8685ccd4d97e7c (diff)
Update the default url to match the helloworldws endpoint
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002533 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 4c3939096d..e16edf4543 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:8089/HelloworldComponent/HelloworldService"; //default URL to open
+var urlToOpen = "http://localhost:8080/HelloworldComponent/Helloworld"; //default URL to open
function getHTTPObject() {
var xmlhttp = false;