Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99923 invoked from network); 23 Mar 2004 20:48:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Mar 2004 20:48:53 -0000 Received: (qmail 4046 invoked by uid 500); 23 Mar 2004 20:48:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4010 invoked by uid 500); 23 Mar 2004 20:48:36 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 3996 invoked from network); 23 Mar 2004 20:48:35 -0000 Received: from unknown (HELO eero.baz.org) (12.130.29.202) by daedalus.apache.org with SMTP; 23 Mar 2004 20:48:35 -0000 Received: from localhost (localhost [127.0.0.1]) by eero.baz.org (Postfix) with ESMTP id A3FF43711F for ; Tue, 23 Mar 2004 15:48:40 -0500 (EST) Received: from eero.baz.org ([127.0.0.1]) by localhost (eero [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09418-01-44 for ; Tue, 23 Mar 2004 15:48:40 -0500 (EST) Received: from [12.130.29.202] (localhost [127.0.0.1]) by eero.baz.org (Postfix) with ESMTP id 4D376370EA for ; Tue, 23 Mar 2004 15:48:40 -0500 (EST) Received: from AURORA (psc.progress.com [192.233.92.200]) by eero (tmda-ofmipd) with ESMTP; Tue, 23 Mar 2004 15:48:38 -0500 (EST) Message-ID: <04a101c41118$42b91690$7b00a8c0@AURORA> To: References: <1060162120.1080060357903.JavaMail.apache@nagoya> Subject: Re: [jira] Closed: (AXIS-1186) SOAP headers can't be deserialized to Java objects if SOAP 1.2 is enforced Date: Tue, 23 Mar 2004 15:48:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 From: Glen Daniels X-Delivery-Agent: TMDA/0.85 (Tomy Lee) X-Virus-Scanned: by amavisd-new at baz.org 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 Hi dims, TestHeaderAttrs doesn't test what he's talking about... the samples.echo tests would test that though (when it does the echo header). I wouldn't close this just yet. --Glen ----- Original Message ----- From: To: Sent: Tuesday, March 23, 2004 11:45 AM Subject: [jira] Closed: (AXIS-1186) SOAP headers can't be deserialized to Java objects if SOAP 1.2 is enforced > Message: > > The following issue has been closed. > > Resolver: Davanum Srinivas > Date: Tue, 23 Mar 2004 8:45 AM > > Unable to recreate the problem. test.soap12.TestHeaderAttrs works fine. > --------------------------------------------------------------------- > View the issue: > http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1186 > > Here is an overview of the issue: > --------------------------------------------------------------------- > Key: AXIS-1186 > Summary: SOAP headers can't be deserialized to Java objects if SOAP 1.2 is enforced > Type: Bug > > Status: Closed > Resolution: CANNOT REPRODUCE > > Project: Axis > Components: > Serialization/Deserialization > Versions: > current (nightly) > > Assignee: > Reporter: Teemu Koponen > > Created: Thu, 15 Jan 2004 9:36 AM > Updated: Tue, 23 Mar 2004 8:45 AM > Environment: Operating System: Other > Platform: Other > > Description: > After enforcing the Axis generated client stubs to use SOAP 1.2 with > "_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP12_CONSTANTS);" the > Axis SOAP server side is no more able to deserialize them. However, if nothing > else is changed, the very same client works if SOAP 1.1 is enforced. > > The SOAP request itself looks proper (checked with tcpmon) and in fact, the > server does have the headers as SOAPHeaderElement objects inside the SOAPHeader > object. However, neither calling SOAPHeaderElement.getObjectValue(Class) nor > SOAPHeaderElement.getObValueAsType(QName) gives anything else than 'null' for > the caller. > > > --------------------------------------------------------------------- > JIRA INFORMATION: > This message is automatically generated by JIRA. > > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > > If you want more information on JIRA, or have a bug to report see: > http://www.atlassian.com/software/jira > >