Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 75256 invoked from network); 3 Feb 2004 04:37:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Feb 2004 04:37:38 -0000 Received: (qmail 96638 invoked by uid 500); 3 Feb 2004 04:37:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 96607 invoked by uid 500); 3 Feb 2004 04:37:12 -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 96589 invoked from network); 3 Feb 2004 04:37:12 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 Feb 2004 04:37:12 -0000 Received: (qmail 75231 invoked by uid 1686); 3 Feb 2004 04:37:31 -0000 Date: 3 Feb 2004 04:37:31 -0000 Message-ID: <20040203043731.75230.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/include/axis/client Call.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/02/02 20:37:31 Modified: c/include/axis/client Call.h Log: changes for soap header support Revision Changes Path 1.7 +2 -0 ws-axis/c/include/axis/client/Call.h Index: Call.h =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/client/Call.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Call.h 27 Jan 2004 06:13:25 -0000 1.6 +++ Call.h 3 Feb 2004 04:37:31 -0000 1.7 @@ -478,6 +478,8 @@ int AXISCALL SetEndpointURI(const char* pchEndpointURI); Call(); public: + IHeaderBlock* createHeaderBlock(); + int SetSoapHeader(SoapHeader *pSoapHeader); /* Methods used by stubs to get a deserialized value of XML element as basic types */ int AXISCALL GetElementAsInt(const AxisChar* pName, const AxisChar* pNamespace); xsd__boolean AXISCALL GetElementAsBoolean(const AxisChar* pName, const AxisChar* pNamespace);