Hi All,
(EP 7.0.18)
I am invoking an Adaptive Web Service model.
on doing this : modelObject().execute(); its falling into the catch statement. In my catch statement I have the following lines
wdComponentAPI.getMessageManager().reportException("Error: " +e.getMessage(), true);
wdComponentAPI.getMessageManager().reportException("Error: " +e.getCause(), true);
Where can I view these messages?
Regards
M