cancel
Showing results for 
Search instead for 
Did you mean: 

wssecurity CMIS security mode not working with Alfresco v3

diksha
Champ in-the-making
Champ in-the-making
Hi,

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 using below URL for uploading:
cmis.url.acl_service=http://localhost:8090/alfresco/cmis/ACLService?wsdl

Kindly help.

Thanks,
Diksha
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Is the port 9080 correct?   

That's not the default configuration for alfresco; so please post further details.

And why are you using such an old version of Alfresco?   CMIS in particular has evolved over the last few years.

diksha
Champ in-the-making
Champ in-the-making
Hi,

Thank you for your reply.

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.

Thanks,
Diksha

mrogers
Star Contributor
Star Contributor
This thread in these forums seems to discuss the same topic:http://forums.alfresco.com/forum/developer-discussions/alfresco-api/using-soapui-access-cmis-web-ser...

However the CMIS SOAP binding is obsolete now, use it with caution.