Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.17.4. Configuring WS-Addressing Attributes
Overview Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The Apache CXF WS-Addressing feature element is defined in the namespace
http://cxf.apache.org/ws/addressing
. It supports the two attributes described in Table 17.2, “WS-Addressing Attributes”.
Attribute Name | Value |
---|---|
allowDuplicates | A boolean that determines if duplicate MessageIDs are tolerated. The default setting is true . |
usingAddressingAdvisory | A boolean that indicates if the presence of the UsingAddressing element in the WSDL is advisory only; that is, its absence does not prevent the encoding of WS-Addressing headers. |
Configuring WS-Addressing attributes Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Configure WS-Addressing attributes by adding the attribute and the value you want to set it to the WS-Addressing feature in your server or client configuration file. For example, the following configuration extract sets the
allowDublicates
attribute to false
on the server endpoint:
Using a WS-Policy assertion embedded in a feature Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
In Example 17.3, “Using the Policies to Configure WS-Addressing” an addressing policy assertion to enable non-anonymous responses is embedded in the
policies
element.
Example 17.3. Using the Policies to Configure WS-Addressing