I am able to successfully test/ see the results in the Server Code script and the Service Test but when I load the script as the Page from which I call the Service the data does not display.
Below is the code from the Server Code script that sends the response to the Service. Please let me know what other data would assist you. And thanks so much.
//Send the Responses to the Sum Service
response.success({
//sum0:sum0,
//sum7:sum7,
sum30:sum30});
} catch (e) {
response.success({message: e.message, code: e.code}, "application/json");
}