Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 57403 invoked from network); 5 Mar 2008 19:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2008 19:55:01 -0000 Received: (qmail 61947 invoked by uid 500); 5 Mar 2008 19:54:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 61906 invoked by uid 500); 5 Mar 2008 19:54:55 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 61895 invoked by uid 99); 5 Mar 2008 19:54:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 11:54:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 19:54:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6CF2234C03E for ; Wed, 5 Mar 2008 11:53:43 -0800 (PST) Message-ID: <2087767882.1204746823668.JavaMail.jira@brutus> Date: Wed, 5 Mar 2008 11:53:43 -0800 (PST) From: "Nikhil Thaker (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Work started: (AXIS2-3568) Wrong SOAP MustUnderstand Handling when using JAX-WS Handler In-Reply-To: <110146373.1204660180938.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AXIS2-3568 started by Nikhil Thaker. > Wrong SOAP MustUnderstand Handling when using JAX-WS Handler > ------------------------------------------------------------ > > Key: AXIS2-3568 > URL: https://issues.apache.org/jira/browse/AXIS2-3568 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Nikhil Thaker > Assignee: Nikhil Thaker > > Implemented a simple JAX-WS service provider "DemoService" and a simple JAX-WS SOAP handler "DemoHandler". DemoHandler was configured on DemoService's handlerChain. The DemoHandler implementationcontains a getHeaders() method specifying that it handles the "myheader" header in the "http://demo/" namespace. > When sending the attached SOAP request everything works fine. The handler is called and the server responds with an appropriate SOAP response. The request > is almost the same request, with the only difference that the mustUnderstand attribute for the "myheader" header has been set to "1". When sending this request, the > server responds with a SOAP fault generated Axis runtime: "Must Understand check failed soap : > {http://demo/} > myheader" > This behaviour is incorrect, It does not conform to the JAX-WS specification JSR-224 v2.0. Chapter 10.2.1 ("SOAP mustUnderstand Processing") and chapter 10.1.1.3 ("SOAP header") mandate that all headers specified by the getHeaders method of a SOAPHandler must be considererd as "understood" by the JAX-WS runtime. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org