You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/08/02 06:21:57 UTC

svn commit: r427882 - in /webservices/axis2/trunk/c/samples/client: echo/echo.c math/math_client.c

Author: damitha
Date: Tue Aug  1 21:21:57 2006
New Revision: 427882

URL: http://svn.apache.org/viewvc?rev=427882&view=rev
Log:
I have previously by mistake changed port to 5555

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.c
    webservices/axis2/trunk/c/samples/client/math/math_client.c

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?rev=427882&r1=427881&r2=427882&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Tue Aug  1 21:21:57 2006
@@ -39,7 +39,7 @@
     env = axis2_env_create_all("echo.log", AXIS2_LOG_LEVEL_TRACE);
 
     /* Set end point reference of echo service */
-    address = "http://localhost:5555/axis2/services/echo";
+    address = "http://localhost:9090/axis2/services/echo";
     if (argc > 1 )
         address = argv[1];
     if (AXIS2_STRCMP(address, "-h") == 0)

Modified: webservices/axis2/trunk/c/samples/client/math/math_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/math/math_client.c?rev=427882&r1=427881&r2=427882&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/math_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/math/math_client.c Tue Aug  1 21:21:57 2006
@@ -47,7 +47,7 @@
     if (!client_home)
         client_home = "../../deploy";
     
-    address = "http://localhost:5555/axis2/services/math";
+    address = "http://localhost:9090/axis2/services/math";
     if (argc > 1 )
         operation = argv[1];
     if (AXIS2_STRCMP(operation, "-h") == 0)



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