Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
I really like to include the attached patch in rc3 which contains following fixes
a) Binding Message Level Dispatching – a minor fix which set the target Axis binding message in the message context.
b) Minor fix which set policies in the appropriate element of the generated WSDL based on the Axis Service and Axis Service Binding hierarchy.
c) Support for policy attachments at binding level – this is a feature that I would really like to see in Axis2 1.4 release. It allows the user to add <wsp:PolicyAttachment> element in the services.xml and specify policies that applicable bindings. This very useful since it provides a way for the service authors to specify policies for specific bindings. (Some polices are only meaningful at binding level (.e.g security) and at the moment this can be done only by including a WSDL in service archive file)
NOTE:
1) There are one test failure in JAXWS Integration , and three failures in the integration modules. I will fix them and submit another patch ASAP