I am including the alfresco-remote-api.jar with the rest of the alfresco jars. Our application is deployed within Tomcat.
During deployment I see that a number of webscripts are registered:
2014-03-10 11:12:11,721 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 351 Web Scripts (+0 failed), 365 URLs
However I see no context that is accessible to call the webscripts. Under our custom app context nothing is created. And of course we have no "alfresco" context since we do not deploy that war.
I do see this warning popup on deployment, course not sure where those generic named webscrits are defined. They appear to be some samples but can not find any reference to them.
2014-03-10 11:11:51,679 WARN [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Unable to register script classpath:alfresco/webscripts/classpath/folder1/subfolder1/folder1_subfolder1_file2.desc.xml due to error: 02100005 Failed to parse web script description document classpath/folder1/subfolder1/folder1_subfolder1_file2.desc.xml ; 02100004 Unable to establish HTTP Method from web script description: naming convention must be <name>.<method>.desc.xml