Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 38622 invoked from network); 23 Mar 2004 22:14:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Mar 2004 22:14:41 -0000 Received: (qmail 56634 invoked by uid 500); 23 Mar 2004 22:14:21 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 56367 invoked by uid 500); 23 Mar 2004 22:14:18 -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 56143 invoked from network); 23 Mar 2004 22:14:15 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 23 Mar 2004 22:14:15 -0000 Received: (qmail 779 invoked from network); 23 Mar 2004 22:14:58 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 23 Mar 2004 22:14:58 -0000 Message-ID: <1386409727.1080080098006.JavaMail.apache@nagoya> Date: Tue, 23 Mar 2004 14:14:58 -0800 (PST) From: jira@apache.org To: axis-dev@ws.apache.org Subject: [jira] Reopened: (AXIS-1186) SOAP headers can't be deserialized to Java objects if SOAP 1.2 is enforced Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Message: The following issue has been reopened. Reopener: Davanum Srinivas Date: Tue, 23 Mar 2004 2:14 PM Reopen per Glen's message. --------------------------------------------------------------------- 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: Reopened 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 2:14 PM 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