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.