Using JQuery I would like to execute an ajax call to a custom webscript defined inside Quick Start. Is the webscript framework used by surf accessible directly?
I have seen that the RSS feed is defined as a java backed webscript but the mapping between a url that ends with rss.xml and the webscript uses the surf framework. Isn't possible to call a webscript like in Alfresco Share using a url in the form /wcmqs/service/… ?
Good question. I think you would have to tweak the urlrewrite rules to enable this, since currently the WQS controllers grab everything. I'd need to have a play to answer this for certain, but I'm not certain when I'll have time to do that. The basic answer is, "yes" - the webscript framework is there, I'm just not sure how to get at it…