From time to time we develop an Ensemble Production with simple SQL Inbound data from external databases, we need to develop a few new classes. There are at least:
- 1 Ens.Request class with the fields captured from the SQL ResultSet
- 1 Business Service class using SQL Inbound Adaptor, and in the OnProcessInput(), copy the relevant field data from ResultSet to the new Ens.Request, and call either ..SendRequestSync() or ..SendRequestAsync().
Let's say, if these codes can be generated automatically in order to make the entire development more "low code". For example, when the Ensemble Produc