Adding ability for EndpointInterfaceDesc to respect LegacyWebmethod property if
set from Manifest.mf.
-----------------------------------------------------------------------------------------------------
Key: AXIS2-4632
URL: https://issues.apache.org/jira/browse/AXIS2-4632
Project: Axis2
Issue Type: Improvement
Components: jaxws
Reporter: Nikhil Thaker
Assignee: Nikhil Thaker
Attachments: apache_patch.zip
Currently the JAXWS metadata module's EndpointInterfaceDescriptionImpl has the
ability to retrieve valid endpoint methods by reading the system property
jaxws.runtime.legacyWebMethod=true|false, When this system property is set a
customer using newer JAXWS apis can still use the applicaton build using older
JAXWS apis. I am extending this feature so that a customer can now set the
LegacyWebmethod=true|false property in a manifest file.
If both system property and manifest property are set then the system property
will override the value in manifest property.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.