Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 36499 invoked from network); 21 Nov 2006 00:03:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 00:03:30 -0000 Received: (qmail 98267 invoked by uid 500); 21 Nov 2006 00:03:39 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 98252 invoked by uid 500); 21 Nov 2006 00:03:39 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 98241 invoked by uid 99); 21 Nov 2006 00:03:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 16:03:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of DMeier@serena.com designates 205.142.227.26 as permitted sender) Received: from [205.142.227.26] (HELO orx-smtp.serena.com) (205.142.227.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 16:03:27 -0800 Received: from ord-mail.serena.com (ord-mail.serena.com) by orx-smtp.serena.com (Clearswift SMTPRS 5.1.7) with ESMTP id for ; Mon, 20 Nov 2006 16:03:04 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: [Axis2] Question about getting http header and soap envelope Date: Mon, 20 Nov 2006 16:02:47 -0800 Message-ID: <93075F680D148D408D65A9A1FD1DC471027EAA@ord-mail.serena.com> In-Reply-To: <5C7C274E48EEE8488755EFEA9D17DB2340D664@ord-mail.serena.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] Question about getting http header and soap envelope Thread-Index: AccKDAKysZaZ9hwRQaiBoOSXU0psdgAmTAcQAJZ1EzA= From: "Dave Meier" To: "Apache AXIS C User List" X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to figure out if basic authentication is supported (int the HTTP header). Is it supported or is there a way to get at the HTTP header? On a related note, I put in code to get the soap envelope out of the message context, but it returns null. I know that the rampart code does this and it does get the soap envelope from the message context. Does it get removed at some point before it reaches my code? struct axiom_soap_envelope* pSoapEnv =3D AXIS2_MSG_CTX_GET_SOAP_ENVELOPE( msg_ctx, env ); // pSoapEnv is NULL after this call. Also, is there any debug code that would take a message context and dump out all of the information inside? I'm finding it difficult to see the data as the implementation structures are all hidden. Casting in the debugger works to an extent but is difficult when there are many levels of data like in the message context. Thanks, -Dave. ********************************************************************** This email and any files transmitted with it are confidential and intended = solely for the use of the individual or entity to whom they are addressed. = Any unauthorized review, use, disclosure or distribution is prohibited. If = you are not the intended recipient, please contact the sender by reply e-ma= il and destroy all copies of the original message. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org