Running the Java Connector Reference Implementation to Test Auditing

This section provides a sample program that runs the purchaseorder business function with audit parameters. The steps in this section use the Java Connector reference implementation to test the passing of audit information from a Java Connector interoperability transaction.

To run the Java Connector reference implementation to test auditing:

  1. Create a Java file with the name ExecuteBSFN_RI.java and paste the code from the sample program below.

  2. Update the code with valid JD Edwards EnterpriseOne credentials for login.

  3. Update the code with the correct values for the purchaseorder business function parameters.

  4. Add the dependent jars for imported classes.

  5. Compile the Java file and run it.