You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/09/29 11:23:24 UTC

svn commit: r1002533 - /tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html

Author: antelder
Date: Wed Sep 29 09:23:23 2010
New Revision: 1002533

URL: http://svn.apache.org/viewvc?rev=1002533&view=rev
Log:
Update the default url to match the helloworldws endpoint

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html?rev=1002533&r1=1002532&r2=1002533&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/wsClient.html Wed Sep 29 09:23:23 2010
@@ -27,7 +27,7 @@ Copied from ServiceMix wsdl first exampl
 <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;