Java Application for Substation ES Recipe Service

This Java application program uses S7RClientSSj class to connect to a Substation ES TCP interface. It verifies user-id and password with Substation ES and then registers a recipe service.

After registering, the program loops on the following:
  • Read an input data record (in string format) from an input file
  • Send the input data record (in string format) to Substation ES
  • Get a response message (in string format) from Substation ES
  • Print the first part of the message

When done with input file, the program closes connection and terminates.

Note: Add the TIBCO Mainframe TCP library path (<TIBCO-Home>\mainframe\tcp\version\lib) to your environment class path in order to compile and run the application.