I am facing below issue while uploading documents with CMIS security mode "wssecurity" on Alfresco v3:
Caused by: org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException: Path to Folder was not specified or Folder Path is invalid at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService.convertException(AbstractWebServicesService.java:109) at org.apache.chemistry.opencmis.client.bindings.spi.webservices.ObjectServiceImpl.getObjectByPath(ObjectServiceImpl.java:374) at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObjectByPath(SessionImpl.java:447) at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObjectByPath(SessionImpl.java:425)
I am able to make connection with repository using the mentioned URL. Also, I am able to upload documents using "basic" security mode but facing mentioned issues with "wssecurity" mode. Kindly let me know in what case these error logs are generated.