Enable engaging addressing module to service level.
---------------------------------------------------
Key: AXIS2-5068
URL: https://issues.apache.org/jira/browse/AXIS2-5068
Project: Axis2
Issue Type: Improvement
Components: Addressing
Affects Versions: 1.5.4
Environment: Windows
Reporter: shivendra tripathi
Currently addressing module could only engage at global level. To enable it at
service level we need to to do following check in addressing handler invoke
method
if (!msgContext.isEngaged("Addressing")) {
return InvocationResponse.CONTINUE;
}
If above make sense then I can provide patch for all the addressing handler.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]