Interact | flowchart | ExternalCallouts | [ExternalCalloutName]
This section defines the class settings for custom external callouts you have written with the external callout API.
class
Description
The name of the Java class represented by this external callout.
This is the Java class that you can access with the IBM® Macro EXTERNALCALLOUT.
Default value
No default value defined.
classpath
Description
The classpath for the Java class represented by this external callout. The classpath must reference jar files on the runtime environment server. If you are using a server group and all runtime servers are using the same Marketing Platform, every server must have a copy of the jar file in the same location. The classpath must consist of absolute locations of jar files, separated by the path delimiter of the operating system of the runtime environment server, for example a semi-colon (;) on Windows and a colon (:) on UNIX systems. Directories containing class files are not accepted. For example, on a Unix system: /path1/file1.jar:/path2/file2.jar.
This classpath must be less than 1024 characters. You can use the manifest file in a .jar file to specify other .jar files so only one .jar file has to appear in your class path
This is the Java class that you can access with the IBM® Macro EXTERNALCALLOUT.
Default value
No default value defined.