cancel
Showing results for 
Search instead for 
Did you mean: 

How to find Administrator Password for soap Server and create user in alfresco using dotCMIS

shivtechno
Champ in-the-making
Champ in-the-making

Hi Using below service url creating user using dotcmis but how to

get the access of this service. i was enterd username and and password for admin but this is not accpting.

http://127.0.0.1:8080/alfresco/api/AdministrationService?wsdl

1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator

You are actually using the old and deprecated CML SOAP API of Alfresco.

This API was the first historically remote API exposed by Alfresco but it is not supported any more because it went in ends-of-life.

I suggest you to switch this approach for CMIS or the REST API (WebScripts) that are fully supported and maintained by Alfresco.

CMIS:

Programming with CMIS | Alfresco Documentation

Alfresco REST API:

RESTful API reference | Alfresco Documentation 

Hope this helps.