Develop a complete publisher from API stubs, or use the stubs as examples.
-
Generate the stub from the RAP Messages model.
-
Develop the main() method.
-
Develop the publish_<msgName>_Message() method.
-
Generate additional stubs as needed.
-
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.