Thanks Jane, that makes sense regarding using the client.
At the moment I'm testing directly in the browser just to validate the behaviour of the template.
I'm using the TestFileParameter method from Example 77 with:
Return Type = View
View Table = Customer
However, even with data in the Customer table, the response is empty:
<TestFileParameter_response></TestFileParameter_response>
So I'm trying to confirm:
Should this example return Customer records without additional parameters?
Does the VIEW require specific parameters or filters to trigger data retrieval?
Also, even when I add _json_=1 to the URL, the response remains XML ? so I'm trying to understand whether that's expected when using a browser, or if something in my configuration is missing.
I'll test with a client as suggested, but I'd like to first confirm the expected behaviour of the example itself.