I think some template is getting confused.
Fresh install of NT 12.46.
Example Web77.
With XFiles 4.03/Reflection 1.13 it WILL compile.
Run corresponding client app.
Date method rest(get) works for receive format xml and json.
dbCustomer method REST get works for json. Make same request for xml and the server throws an exception -
xfiles.clw:2603 - XFILESSTREAM.EXTRACTNAMESFORSAVE is second item down on the call stack.
dbCustomers method throws same exception.
Through web browser interface, going to documentation page (
http://127.0.0.1:88/Database?dbCustomer) shows "Error in site JavaScript" in browser and same exception on server.
Update XFiles to 4.04. Refresh classes.
Now web77 will NOT compile (complains about the removed DONTREPLACECOLONS property). The only way I was able to get it to compile was to remove XML as a return type for each service. Is there something I need to update to make the example work?
Jane