The serverObject isn't sent to the client, since the client doesn't use it, thats why its not shown when dumping to JS.
But since you've shown the XML now, we can tell you that the problem is that with this style of DataSource creation you are bypassing DMI (since you are directly calling DataSource.execute()). You should reorganize your code into a Custom DataSource instead (which is straightforward).
But since you've shown the XML now, we can tell you that the problem is that with this style of DataSource creation you are bypassing DMI (since you are directly calling DataSource.execute()). You should reorganize your code into a Custom DataSource instead (which is straightforward).
Comment