Previous Topic: Default BehaviorNext Topic: Related User Exits


Building on Windows

This exit is compiled into a Java class file. The Java development environment Java Platform SE 1.6 or higher must be installed on your system.

Follow these steps:

  1. Launch an MS/DOS Command window.
  2. Ensure that the CLASSPATH environment variable contains a reference to the CA Gen CSU jar file, CSUxx.JAR.

    Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  3. Change your current directory to that which contains the java source file.

    Typically this is in the CA Gen install area, within the CLASSES\COM\CA\GENxx\EXITS\Common subdirectory.

    Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  4. Run javac WebServiceMethodCallExit.java.
  5. Reassemble and redeploy the resulting .class file for use with the appropriate applications.