You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/08/21 06:50:22 UTC

svn commit: r567952 - /incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java

Author: lresende
Date: Mon Aug 20 21:50:22 2007
New Revision: 567952

URL: http://svn.apache.org/viewvc?rev=567952&view=rev
Log:
Fixing exception when trying to run echo sample.

Modified:
    incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java

Modified: incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java?rev=567952&r1=567951&r2=567952&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java (original)
+++ incubator/tuscany/java/sca/samples/binding-echo/src/main/java/echo/EchoBindingClient.java Mon Aug 20 21:50:22 2007
@@ -41,7 +41,7 @@
 
         // Call the echo server. This will dispatch the call to a service with an 
         // echo binding. The echo binding will pass the call to the echo component.
-        echoString = EchoServer.getServer().sendReceive("EchoComponent/EchoService", "bar");
+        echoString = EchoServer.getServer().sendReceive("http://tempuri.org", "bar");
         System.out.println("Echo service = " + echoString );
         
         scaDomain.close();



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org