E
egarcia
Guest
Hello Christian, I believe that we had discussions on whether to use MATCHES or INDEX and then decided to use INDEX. Also, we did not need to escape the '*' from the values. Example: MESSAGE 'A* search algorithm' MATCHES '*A~**'. MESSAGE INDEX('A* search algorithm', 'A*'). Do you find an advantage on using MATCHES versus using INDEX? FYI, in case you want to override the processing of a read operation, we have the concept of plugins for a mappingType: - documentation.progress.com/.../ With the plugin you can do processing of the read operation with requestMapping and responseMapping. You can create your own plugin or override an existing one. I hope this helps. Edsel
Continue reading...
Continue reading...