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 ro...@apache.org on 2004/07/08 13:09:47 UTC

cvs commit: ws-axis/c/tests/client/soapHeader/test6/rpc TestClient.cpp

roshan      2004/07/08 04:09:47

  Modified:    c/tests/client/soapHeader/test6/rpc Tag: Release1-2-branch
                        TestClient.cpp
  Log:
  modify the sample to remove all the headders to test purposes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.1   +4 -0      ws-axis/c/tests/client/soapHeader/test6/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test6/rpc/TestClient.cpp,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TestClient.cpp	25 Jun 2004 04:00:26 -0000	1.2
  +++ TestClient.cpp	8 Jul 2004 11:09:47 -0000	1.2.2.1
  @@ -78,6 +78,10 @@
       IHeaderBlock *header = NULL;
       header = ws.getFirstSOAPHeaderBlock();
       ws.deleteSOAPHeaderBlock(header);
  +
  +	header = NULL;
  +    header = ws.getFirstSOAPHeaderBlock();
  +    ws.deleteSOAPHeaderBlock(header);
       //now the request should have no SOAP headers
   
       if (0 == strcmp(ws.echoString("hello world"), "hello world"))