hostName | Is the host name or IP address of the Integration Server on which the DSP resides. |
portNum | Is the port number on which the Integration Server listens for HTTP requests. |
packageName | Is the name of the package to which the DSP belongs. packageName must match the package directory in which the DSP resides within Integration Server_directory \packages on the server. If you do not specify a package name, the server looks for the named DSP in the Default package. Note: This parameter is case-sensitive. |
fileName.dsp | Is the name of the file containing the DSP. This file name must have a “.dsp” extension, and it must reside within the pub directory (or a subdirectory beneath pub) under the package directory named in packageName. If the DSP resides in a subdirectory, include the name of that subdirectory in the file name (see example below). Note: This parameter is case-sensitive. |