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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to