Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 87379 invoked from network); 3 Aug 2004 04:06:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 04:06:08 -0000 Received: (qmail 92193 invoked by uid 500); 3 Aug 2004 04:06:05 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 92166 invoked by uid 500); 3 Aug 2004 04:06:05 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 92153 invoked by uid 99); 3 Aug 2004 04:06:05 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 02 Aug 2004 21:06:04 -0700 Received: (qmail 87326 invoked by uid 1686); 3 Aug 2004 04:06:04 -0000 Date: 3 Aug 2004 04:06:04 -0000 Message-ID: <20040803040604.87325.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/tests/client/soapHeader/test9/rpc TestClient.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/08/02 21:06:04 Modified: c/tests/client/soapHeader/test9 readme.txt c/tests/client/soapHeader/test9/rpc TestClient.cpp Log: Minor changes Revision Changes Path 1.2 +2 -2 ws-axis/c/tests/client/soapHeader/test9/readme.txt Index: readme.txt =================================================================== RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test9/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- readme.txt 2 Aug 2004 13:53:32 -0000 1.1 +++ readme.txt 3 Aug 2004 04:06:03 -0000 1.2 @@ -20,8 +20,8 @@ */ -This client application can be used to test adding attributes to SOAP Headers. -In the first part of the program it sets some soap headders with the Attributes. Then it calls echostring method. +This client application can be used to test adding attributes and namespaces to SOAP Headers. +In the first part of the program it sets some soap headders with the Attributes and namespaces. Then it calls echostring method. Steps to Run the Test ===================== 1.2 +10 -10 ws-axis/c/tests/client/soapHeader/test9/rpc/TestClient.cpp Index: TestClient.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test9/rpc/TestClient.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TestClient.cpp 2 Aug 2004 13:53:32 -0000 1.1 +++ TestClient.cpp 3 Aug 2004 04:06:03 -0000 1.2 @@ -51,16 +51,16 @@ sprintf(endpoint, "http://%s:%s/axis/base", server, port); InteropTestPortType ws(endpoint, APTHTTP); - /*create a header of the form: - - - - Test User - Test Password - - - - */ + /* + + + + Test User + Test Password + + + + */ //set SOAP headers IHeaderBlock *phb = ws.createSOAPHeaderBlock("TestHeader",