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 or IP Address of the DMZ server.
Note: The value in this field must be consistent with the one specified in the Host field in the Basic Configuration tab of the HTTP Connector shared resource that is referenced in the NetSuite Connection field of the NetSuite Record Listener activity. When you use HTTPS, the value in this field must be the host name.
httpPort The port number of the DMZ server. Leave this field empty.
Note: The value in this field must be consistent with the one specified in the Port field in the Basic Configuration tab of the HTTP Connector shared resource that is referenced in the NetSuite Connection field of the NetSuite Record Listener activity.
httpPath The relative path to the current working directory.of the endpoint URL of the listener application pushed to TIBCO Cloud Integration.
Note: The value in this field must be consistent with the one specified in the Relative Path field in the General tab of the NetSuite Record Listener activity.
listenerUsername The user name 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 in 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:
  • The value in this field must be consistent with the one in the Password field in the General tab of the NetSuite Record Listener activity.
  • This field supports password encryption, you can use TIBCO® Enterprise Administrator Obfuscate tools to encrypt the listenerPassword.
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 user event script can send user event messages to the listener. The permissible values are true or false.