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 2004/06/08 11:49:17 UTC

cvs commit: ws-axis/c/tests/client/stubTest/stubBase InteropBaseClient.cpp

samisa      2004/06/08 02:49:17

  Modified:    c/tests  configure.ac
               c/tests/client Makefile.am
               c/tests/client/stubTest/stubBase InteropBaseClient.cpp
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/configure.ac,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configure.ac	26 May 2004 09:23:48 -0000	1.1
  +++ configure.ac	8 Jun 2004 09:49:17 -0000	1.2
  @@ -8,4 +8,4 @@
   AC_PROG_CXX
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
  -AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile)
  +AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile client/interop/Makefile client/interop/round1/Makefile)
  
  
  
  1.2       +1 -1      ws-axis/c/tests/client/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	26 May 2004 09:26:59 -0000	1.1
  +++ Makefile.am	8 Jun 2004 09:49:17 -0000	1.2
  @@ -1 +1 @@
  -SUBDIRS = stubTest
  +SUBDIRS = stubTest interop
  
  
  
  1.3       +3 -0      ws-axis/c/tests/client/stubTest/stubBase/InteropBaseClient.cpp
  
  Index: InteropBaseClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/stubBase/InteropBaseClient.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InteropBaseClient.cpp	1 Jun 2004 09:26:33 -0000	1.2
  +++ InteropBaseClient.cpp	8 Jun 2004 09:49:17 -0000	1.3
  @@ -97,6 +97,9 @@
   
     phb->addChild (parentNode);
   
  +  //set timeout
  +  ws.setTransportTimeout(4);
  +
     printf ("Sending Requests to end point %s \n\n", endpoint);
     printf ("invoking echoString...\n");
     //testing echoString