diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 10:14:58 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 10:14:58 +0000 |
commit | 5a5e666587c5b1b7d43a78f65a635cdc3b44db93 (patch) | |
tree | 12993250938ed421b90aa78471b5d81555845488 | |
parent | 992d6ad55298632ebdd18633097536198f2d8eb1 (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
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/wsClient.html | 2 |
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; |