WSAConfigurationPage edited by Colm O hEigeartaighChanges (2)
Full ContentWS-Addressing ConfigurationIn order to use WS-Addressing in a message exchange, two things are necessary:
Note that for 2.2 to take effect, CXF's policy engine must be enabled, see WS-Policy Framework Configuration. Using the Addressing FeatureThe addressing feature element is defined in namespace http://cxf.apache.org/ws/addressing. It supports two attributes:
For example, to apply this feature to a JAX-WS server endpoint: <beans ... xmlns:wsa="http://cxf.apache.org/ws/addressing" ...> <jaxws:endpoint ...> <jaxws:features> <wsa:addressing allowDuplicates="false"/> </jaxws:features> </bean> </beans>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
