此内容没有您所选择的语言版本。
5.3. Configure CXF for a Web Service Data Source: WS-Security
Prerequisites
- The web service data source must be configured and the
ConfigFileandEndPointNameproperties must be configured for CXF.
Procedure 5.2. Configure CXF for a Web Service Data Source: WS-Security
Specify the CXF
SecurityTypeRun the following command from within the Management CLI, usingWSSecurityas the value forSecurityType:/subsystem=resource-adapters/resource-adapter=webservice/connection-definitions=wsDS/config-properties=SecurityType:add(value=WSSecurity)
/subsystem=resource-adapters/resource-adapter=webservice/connection-definitions=wsDS/config-properties=SecurityType:add(value=WSSecurity)Copy to Clipboard Copied! Toggle word wrap Toggle overflow Modify the CXF Configuration File
Open the CXF configuration file for the web service data source and add your desired properties.The following is an example of a web service data source CXF configuration file adding a timestamp to the SOAP header:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
- A WSDL is not expected to describe the service being used.
- The Spring XML configuration file must contain the relevant policy configuration.
- The client port configuration is matched to the data source instance by the
CONFIG-NAME. The configuration may contain other port configurations with different local names.
References
- For more information about WS-Security and CXF configuration options refer to http://cxf.apache.org/docs/ws-security.html.