You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/04 20:59:40 UTC

[jira] Updated: (AXIS2-3568) Wrong SOAP MustUnderstand Handling when using JAX-WS Handler

     [ https://issues.apache.org/jira/browse/AXIS2-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3568:
------------------------------------

    Summary: Wrong SOAP MustUnderstand Handling when using JAX-WS Handler  (was: WRONG SOAP-MUSTUNDERSTAND-HANDLING WHEN USING JAX-WS HANDLER)

Fix subject..

> 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