此内容没有您所选择的语言版本。
5.5. Configure CXF for a Web Service Data Source: Transport Settings
CXF configuration can also control low level aspects of the HTTP transport.
Prerequisites
- The web service data source must be configured and the
ConfigFileandEndPointNameproperties must be configured for CXF.
Procedure 5.4. Configure CXF for a Web Service Data Source: Transport Settings
- Open the CXF configuration file for the web service data source and add your desired transport properties.The following is an example of a CXF configuration file for a web service data source that disables hostname verification:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Warning
disableCNcheck=true must NOT be used in production.