이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.3. Configure CXF for a Web Service Data Source: WS-Security
Prerequisites
- The web service data source must be configured and the
ConfigFile
andConfigName
properties must be configured for CXF.
Procedure 7.2. Configure CXF for a Web Service Data Source: WS-Security
Specify the CXF
SecurityType
Run the following command from within the Management CLI, usingWSSecurity
as 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.