Hi all,
I noticed that ServiceMultiEventHandler puts OUT parameters from each
service invocation to request attributes using the service parameter name.
This way, each service result overrides the result from previous
invocation. As a result it is possible to get only the service results
from the last service invocation.
I propose while adding service result to request attributes, to add to
the service parameter name also UtilHttp.MULTI_ROW_DELIMITER and
rowCount This change will prevent overriding service results/
Any comments/objections for this change?
Bilgin Ibryam