How to get logs from SOAP methods/calls?
Hi,
When we do a "logInfo" in a Javascript function called by SOAP, how can we read/get the information logged?
For example, in the documentation to implement SOAP calls (Implementing SOAP methods ), we have
function nms_recipient_testLog(message)
{
logInfo("*** " + message)
}
Where can we see this message?
Our AC7 is hosted by Adobe.
Thank you
Florian
