I'm new using Alfresco and CMIS, and I'm having some problems. I tried and searched a lot and couldn't fix it. I'm using Alfresco Community 3.2r and DotCmis 0.6. I'm using it in the port 8082. I'm trying to run this code on Visual Studio 2008:
Some other curious things: -I tried to use the WebServices Binding Type, but inside "http://localhost:8082/alfresco/cmis", I don't have the AclService available. -The url ""http://localhost:8082/alfresco/service/cmis" doesn't connect, i get the error message: <blockcode> The Web Script /alfresco/s/cmis has responded with a status of 404 - Not Found.
404 Description: Requested resource is not available. Message: 08040020 Script url /cmis does not map to a Web Script. Exception: org.alfresco.web.scripts.WebScriptException - 08040020 Script url /cmis does not map to a Web Script. org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:129) org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) java.lang.Thread.run(Thread.java:722) </blockcode>