Unable to load form from MySQL view

I have a simple layout with 2 sections - one containing a grid which is loaded with a grid connector pointing to a View, and the other containing a form which loads it structure just fine, but when I try to load data using the same view (but utilizing a form connector), the call fails:

Any suggestions on how I can load the form?

I’m attempting a different approach - using the dhtmlXDataStore. The documentation says XML is one of the acceptable datatypes, but when I try to create the PHP file with a data connector, JSONDataConnector wouldn’t seem to apply, and I find nothing in the codebase about an XMLDataConnector. What is the syntax for an XML data connector?

I found the solution. The connector name isn’t referring to the data source typ, but to the output. The JSON… data connector works just fine.