Developing a Publisher API Stub

Develop a complete publisher from API stubs, or use the stubs as examples.

  1. Generate the stub from the RAP Messages model.
  2. Develop the main() method.
  3. Develop the publish_<msgName>_Message() method.
  4. Generate additional stubs as needed.
  5. Consolidate the main() method, all publish_<msgName>_Message() methods, and error handling and logging for each method into a file that your feed handler code calls.
Related concepts
Publisher API Stubs Example
Related tasks
Generating a Publisher API Stub for a RAP Message