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 sa...@apache.org on 2006/03/16 05:03:10 UTC

svn commit: r386252 - /webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c

Author: samisa
Date: Wed Mar 15 20:03:09 2006
New Revision: 386252

URL: http://svn.apache.org/viewcvs?rev=386252&view=rev
Log:
Added correct endpoint

Modified:
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c?rev=386252&r1=386251&r2=386252&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c Wed Mar 15 20:03:09 2006
@@ -93,7 +93,7 @@
     if (!client_home)
         client_home = "../../deploy";
 
-    address = "http://www.mssoapinterop.org/asmx/simple.asmx";
+    address = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
 
     if ((argc > 1) && (AXIS2_STRCMP ("-h", argv[1]) == 0))
     {