cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication Webservice

kumawatprem
Champ in-the-making
Champ in-the-making

Hello,

When I access the address in alfresco community 5.1:

http://localhost:8080/alfresco/api/AuthenticationService?wsdl

It prompted for a username and password, but when I put the default "admin", "admin" does not access, and cancel the following error appears:

<blockcode>

{

    "status" :

  {

    "code" : 401,

    "name" : "Unauthorized",

    "description" : "The request requires HTTP authentication."

  }, 

1 ACCEPTED ANSWER

resplin
Elite Collaborator
Elite Collaborator

The SOAP WSDL was removed in Alfresco 5.0. See Alfresco Community 5.0. You have to use the REST API, or the CMIS specific SOAP binding. See CMIS bindings | Alfresco Documentation

View answer in original post

1 REPLY 1

resplin
Elite Collaborator
Elite Collaborator

The SOAP WSDL was removed in Alfresco 5.0. See Alfresco Community 5.0. You have to use the REST API, or the CMIS specific SOAP binding. See CMIS bindings | Alfresco Documentation