You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/16 05:01:48 UTC

svn commit: r386251 - /webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c

Author: samisa
Date: Wed Mar 15 20:01:47 2006
New Revision: 386251

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

Modified:
    webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c?rev=386251&r1=386250&r2=386251&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c Wed Mar 15 20:01:47 2006
@@ -89,7 +89,7 @@
     if (!client_home)
         client_home = "../../deploy";
     
-    address = "http://soap.4s4c.com/ilab/soap.asp";
+    address = "http://www.mssoapinterop.org/asmx/simple.asmx";
     
     if ( (argc > 1) && (AXIS2_STRCMP("-h", argv[1]) == 0) )
     {
@@ -163,7 +163,7 @@
     }
 
     if(ret_node)
-    {        
+    {
         if (AXIS2_OM_NODE_GET_NODE_TYPE(ret_node, &env) == AXIS2_OM_ELEMENT)
         {
             axis2_char_t *result = NULL;