You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/05/21 23:53:45 UTC

[jira] Created: (ODE-609) ws-addressing.headers property not apply

ws-addressing.headers property not apply
----------------------------------------

                 Key: ODE-609
                 URL: https://issues.apache.org/jira/browse/ODE-609
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.3.2
            Reporter: Alexis Midon
            Assignee: Alexis Midon
             Fix For: 1.3.3


The goal of the property ws-addressing.headers is to disable any outgoing addressing headers.

ODE 1.3.2 has 2 issues here:
#1 outgoing requests: the property is not applied to service invocations (SoapExternalService). It needs to be translated into AddressingConstants#DISABLE_ADDRESSING_FOR_OUT_MESSAGES and set on the invocation Options
#2 outgoing responses: the SessionOutHandler checks if headers are disable, but it's useless because the MessageContext does not contain the proper information.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-609) ws-addressing.headers property not apply

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-609.
------------------------------

    Resolution: Fixed

r777297

> ws-addressing.headers property not apply
> ----------------------------------------
>
>                 Key: ODE-609
>                 URL: https://issues.apache.org/jira/browse/ODE-609
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.3
>
>
> The goal of the property ws-addressing.headers is to disable any outgoing addressing headers.
> ODE 1.3.2 has 2 issues here:
> #1 outgoing requests: the property is not applied to service invocations (SoapExternalService). It needs to be translated into AddressingConstants#DISABLE_ADDRESSING_FOR_OUT_MESSAGES and set on the invocation Options
> #2 outgoing responses: the SessionOutHandler checks if headers are disable, but it's useless because the MessageContext does not contain the proper information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.