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 2004/11/12 10:05:27 UTC

cvs commit: ws-axis/c/tests/server/xsdAnyTest1/gen_src Makefile.in

samisa      2004/11/12 01:05:27

  Modified:    c/tests  Makefile.in
               c/tests/client Makefile.in
               c/tests/client/exceptionTest Makefile.in
               c/tests/client/exceptionTest/gen_src Makefile.in
               c/tests/client/fault_mapping Makefile.in
               c/tests/client/fault_mapping/gen_src Makefile.in
               c/tests/client/httpHeader Makefile.in
               c/tests/client/httpHeader/test1 Makefile.in
               c/tests/client/httpHeader/test1/rpc Makefile.in
               c/tests/client/httpHeader/test2 Makefile.in
               c/tests/client/httpHeader/test2/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/httpHeader/test3 Makefile.in
               c/tests/client/httpHeader/test3/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/httpHeader/test4 Makefile.in
               c/tests/client/httpHeader/test4/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/httpHeader/test5 Makefile.in
               c/tests/client/httpHeader/test5/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/httpHeader/test7 Makefile.in
               c/tests/client/httpHeader/test7/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/httpHeader/test8 Makefile.in
               c/tests/client/httpHeader/test8/rpc Makefile.in
                        TestClient.cpp
               c/tests/client/interop Makefile.in
               c/tests/client/interop/round1 Makefile.in
               c/tests/client/interop/round1/gen_src Makefile.in
               c/tests/client/soapHeader Makefile.in
               c/tests/client/soapHeader/test1 Makefile.in
               c/tests/client/soapHeader/test1/rpc Makefile.in
               c/tests/client/soapHeader/test10 Makefile.in
               c/tests/client/soapHeader/test10/rpc Makefile.in
               c/tests/client/soapHeader/test2 Makefile.in
               c/tests/client/soapHeader/test2/rpc Makefile.in
               c/tests/client/soapHeader/test3 Makefile.in
               c/tests/client/soapHeader/test3/rpc Makefile.in
               c/tests/client/soapHeader/test4 Makefile.in
               c/tests/client/soapHeader/test4/rpc Makefile.in
               c/tests/client/soapHeader/test6 Makefile.in
               c/tests/client/soapHeader/test6/rpc Makefile.in
               c/tests/client/soapHeader/test8 Makefile.in
               c/tests/client/soapHeader/test8/rpc Makefile.in
               c/tests/client/soapHeader/test9 Makefile.in
               c/tests/client/soapHeader/test9/rpc Makefile.in
               c/tests/client/stubTest Makefile.in
               c/tests/client/stubTest/stubBase InteropBaseClient.cpp
                        InteropTestPortType.cpp Makefile.in
               c/tests/client/threadSafe Makefile.in
               c/tests/client/threadSafe/gen_src Makefile.in
               c/tests/client/xsdAnyTest1 Makefile.in
               c/tests/client/xsdAnyTest1/gen_src Makefile.in
               c/tests/server Makefile.in
               c/tests/server/exceptionTest Makefile.in
               c/tests/server/exceptionTest/gen_src Makefile.in
               c/tests/server/xsdAnyTest1 Makefile.in
               c/tests/server/xsdAnyTest1/gen_src Makefile.in
  Log:
  Changes to tests in line with the transport layer changes.
  
  Revision  Changes    Path
  1.3       +1 -0      ws-axis/c/tests/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	5 Nov 2004 09:47:09 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:18 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -0      ws-axis/c/tests/client/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	29 Oct 2004 04:24:47 -0000	1.4
  +++ Makefile.in	12 Nov 2004 09:05:18 -0000	1.5
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/exceptionTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:00:28 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:18 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/exceptionTest/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:00:28 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:18 -0000	1.3
  @@ -143,6 +143,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/fault_mapping/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/fault_mapping/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:05:32 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:19 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/fault_mapping/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/fault_mapping/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:05:32 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:19 -0000	1.3
  @@ -148,6 +148,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:47 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:19 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test1/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test1/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:19 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test1/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test1/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:19 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test2/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test2/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test2/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test2/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test2/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:20 -0000	1.5
  @@ -79,7 +79,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test3/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test3/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test3/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test3/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test3/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test3/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:20 -0000	1.5
  @@ -78,7 +78,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test4/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test4/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test4/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test4/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test4/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test4/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:20 -0000	1.5
  @@ -79,7 +79,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test5/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test5/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test5/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test5/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test5/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test5/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:20 -0000	1.5
  @@ -76,7 +76,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test7/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test7/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:20 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test7/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test7/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:48 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:21 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test7/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test7/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:21 -0000	1.5
  @@ -76,7 +76,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test8/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test8/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:21 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/httpHeader/test8/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test8/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:22 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.5       +1 -1      ws-axis/c/tests/client/httpHeader/test8/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test8/rpc/TestClient.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.cpp	5 Nov 2004 09:47:11 -0000	1.4
  +++ TestClient.cpp	12 Nov 2004 09:05:23 -0000	1.5
  @@ -76,7 +76,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
              ws.getCurrentTrasportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/interop/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/interop/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:49:55 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:23 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/interop/round1/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/interop/round1/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:49:55 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:23 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/interop/round1/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/interop/round1/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:49:55 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:23 -0000	1.3
  @@ -143,6 +143,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:23 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test1/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test1/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test1/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test1/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test10/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test10/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test10/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test10/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test2/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test3/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test3/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test3/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test3/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:24 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test4/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test4/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:49 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test4/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test4/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test6/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test6/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test6/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test6/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test8/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test8/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test8/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test8/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test9/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test9/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/soapHeader/test9/rpc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test9/rpc/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:25 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/stubTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:24:50 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.12      +2 -2      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- InteropBaseClient.cpp	28 Jun 2004 06:09:51 -0000	1.11
  +++ InteropBaseClient.cpp	12 Nov 2004 09:05:26 -0000	1.12
  @@ -146,7 +146,7 @@
       printf("First trasport key = %s\n", ws.getFirstTrasportPropertyKey());
       printf("First trasport value = %s\n",
   	   ws.getCurrentTrasportPropertyValue());
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTrasportPropertyKey())
       {
  @@ -159,7 +159,7 @@
   	    ws.deleteCurrentTrasportProperty();
       }
   
  -    ws.deleteTrasportProperty("Accept-Language", 2);
  +    //ws.deleteTrasportProperty("Accept-Language", 2);
   
       printf("First header block no of children = %d\n",
   	   ws.getFirstSOAPHeaderBlock()->getNoOfChildren());
  
  
  
  1.7       +2 -4      ws-axis/c/tests/client/stubTest/stubBase/InteropTestPortType.cpp
  
  Index: InteropTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/stubBase/InteropTestPortType.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- InteropTestPortType.cpp	29 Oct 2004 03:40:59 -0000	1.6
  +++ InteropTestPortType.cpp	12 Nov 2004 09:05:26 -0000	1.7
  @@ -40,8 +40,7 @@
   	m_pCall->setTransportProperty(SOAPACTION_HEADER , "base#echoString");
   	m_pCall->setSOAPVersion(SOAP_VER_1_1);
   	m_pCall->setOperation("echoString", "http://soapinterop.org/");
  -	setTransportProperties();
  -	setSOAPHeaders();
  +	applyUserPreferences();
   	m_pCall->addParameter((void*)&Value0, "inputString", XSD_STRING);
   	if (AXIS_SUCCESS == m_pCall->invoke())
   	{
  @@ -83,8 +82,7 @@
   	m_pCall->setTransportProperty(SOAPACTION_HEADER , "base#echoStringArray");
   	m_pCall->setSOAPVersion(SOAP_VER_1_1);
   	m_pCall->setOperation("echoStringArray", "http://soapinterop.org/");
  -	setTransportProperties();
  -	setSOAPHeaders();
  +	applyUserPreferences();
   	m_pCall->addBasicArrayParameter((Axis_Array*)(&Value0), XSD_STRING, "inputStringArray");
   	if (AXIS_SUCCESS == m_pCall->invoke())
   	{
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/stubTest/stubBase/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/stubBase/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:40:59 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/threadSafe/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/threadSafe/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:54:10 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/threadSafe/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/threadSafe/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 03:54:10 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -145,6 +145,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/xsdAnyTest1/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/xsdAnyTest1/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:08:26 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/client/xsdAnyTest1/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/xsdAnyTest1/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:08:26 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -146,6 +146,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/server/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/server/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:38:08 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:26 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/server/exceptionTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/server/exceptionTest/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:38:08 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:27 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/server/exceptionTest/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/server/exceptionTest/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:38:08 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:27 -0000	1.3
  @@ -148,6 +148,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/server/xsdAnyTest1/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/server/xsdAnyTest1/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:38:08 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:27 -0000	1.3
  @@ -118,6 +118,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@
  
  
  
  1.3       +1 -0      ws-axis/c/tests/server/xsdAnyTest1/gen_src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/server/xsdAnyTest1/gen_src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	29 Oct 2004 04:38:08 -0000	1.2
  +++ Makefile.in	12 Nov 2004 09:05:27 -0000	1.3
  @@ -147,6 +147,7 @@
   SHELL = @SHELL@
   STRIP = @STRIP@
   TESTCASESBUILD = @TESTCASESBUILD@
  +TSPPBUILD = @TSPPBUILD@
   VERSION = @VERSION@
   XERCESCBUILD = @XERCESCBUILD@
   XERCESCINC = @XERCESCINC@