Adapter type: toolkit_socket_xmllist_input. Set these properties for the Socket XML Input adapter in the ESP Studio adapter properties dialog.
If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.
Property Label | Description |
---|---|
Date Format |
Property ID: xmllistDateFormat Type: string (Advanced) Specify the format for parsing date values. |
Timestamp Format |
Property ID: xmllistTimestampFormat Type: string (Advanced) Specify the format for parsing timestamp values. |
Charset Name |
Property ID: charsetName Type: string (Advanced) Specify the name of a supported charset. |
Server |
Property ID: host Type: string (Required) Server host name. |
Port |
Property ID: port Type: int (Required) Server port. To read from the Ephemeral Port File, set to -1. |
Ephemeral Port File |
Property ID: epFile Type: filename (Advanced) File that will contain the server port number if Port is -1. |
Retry Period (seconds) |
Property ID: retryperiod Type: uint (Advanced) Period for trying to re-establish an outgoing connection. |
Buffer Size |
Property ID: inputBufferSize Type: uint (Advanced) The buffer size of the socket connection (bytes). |
Enable TCP keepalive |
Property ID: keepAlive Type: boolean (Advanced) Enable TCP keepalive on the socket connection. |
PropertySet |
Property ID: propertyset Type: string (Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value. |