I have a application I just started. I have a custom service that does some mapping, but it only returns null. I used the import tool to generate the mapping response, so the data is in the correct format and is getting passed in. I've posted some screenshots.
Here is the service mapping, the javascript for these just logs to the console the value.
Here is the service itself, it has a custom javascript implementation.
Here is the custom implementation, it logs the string that it passes in to get mapped. I used this to import the response.
The data logged to the console looks like this:
{"Data":[{"EMPLOYEEID":[{"data":"A"}],"COMPANYID":[{"data":"B"}],"DEPARTMENTID":[{"data":"null"}],"STATUS":[{"data":"Gone"}],"RETURNTIME":[{"data":"June, 17 2015 00:00:00"}]}]}
But the mapping just returns null, and it was working on Monday.
Thanks!