diff options
Diffstat (limited to 'sca-java-2.x/trunk')
-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 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; |