summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started
diff options
context:
space:
mode:
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;