HTTP Server Configuration
Before using the NetSuite Record Listener activity, you must configure the HTTP server file.
The HTTP server file includes the following tag elements:
Tag Elements | Description |
---|---|
httpServer | The hostname
of the endpoint URL of the listener application pushed to TIBCO Cloud Integration.
Note: If the value is a hostname, then ensure it is in lower case.
|
httpPort | The port number of the DMZ server. |
httpPath | The relative path
to the current working directory of the endpoint URL of the listener application Note: You must append the value from the
Relative Path field on the
General tab of the NetSuite Record Listener activity to the relative path of the endpoint URL of the listener application pushed to TIBCO Cloud Integration.
|
listenerUsername | The username that is used to pass the basic authentication of the runtime NetSuite Record Listener activity.
Note: The value in this field must be consistent with the one in the
Username field on the
General tab of the NetSuite Record Listener activity.
|
listenerPassword | The password that is used to pass the basic authentication of the runtime NetSuite Record Listener activity.
Note:
|
retries | The number of times the user event script attempts to resend user event messages to the NetSuite Record Listener activity if the previous sending failed.
Note: The value in this field must be an integer that is greater than or equal to
0. A value of
0 indicates that the user event script does not resend user event messages.
|
retryInterval | The interval period in milliseconds, the user event script pauses before attempting to resend the user event messages. |
useSSL | Whether the NetSuite user event script sends user event messages to the NetSuite Record Listener activity over HTTP. The permissible values are true or false. |
enable | Whether to enable the listener configuration so that the user event script can send user event messages to the listener. The permissible values are true or false. |