Questo contenuto non è disponibile nella lingua selezionata.
6.11. Web Services Adapter Properties
The following table describes the configuration properties that can be configured for the Web Services resource adapter:
|
Config property
|
Example
|
Description
|
|---|---|---|
|
EndPoint
| |
End point URL for the web service
|
|
SecurityType
|
HTTPBasic
|
Use for http basic security.
|
|
AuthUserName
| |
Use for http basic security.
|
|
AuthPassword
| |
Use for http basic security.
|
|
RequestTimeout
| |
This is an optional property for setting timeouts, which can also be done through the CXF config.
|
|
ConnectTimeout
| |
This is an optional property for setting timeouts, which can also be done through the CXF config.
|
|
ConfigFile
| |
Use these properties to supply specific CXF configuration for this service. This file must contain a configuration for the name defined on the "EndPointName" property.
|
|
EndPointName
|
WebSVC
|
Use with ConfigFile. These properties to supply specific CXF configuration for this service.
|