Hi, Was .xqm extension for the xquery module that handles RESTXQ calls are mandatory?
We used to create a separate file("customrestxq.xq") to handle the restxq calls, which was imported by the main "restxq.xqm" module. It was working fine till the 7.4 beta version, but at the latest developer release, Basex7.5 (BaseX75-20120918.130850), the calls were not mapped and the status " No function found that matches the request." was returned.
we found that by changing the extension from .xq to .xqm i.e. to "customrestxq.xqm" fixed the issue.
was .xqm extension is enforced?
Best regards, Seenivasan