Questo contenuto non è disponibile nella lingua selezionata.
7.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
ConfigFileandConfigNameproperties must be configured for CXF.
Procedure 7.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.