cancel
Showing results for 
Search instead for 
Did you mean: 

Changes for version 4.2e

ridgeway
Champ in-the-making
Champ in-the-making
I have a web services program that has been working flawlessly connecting to Alfresco versions 4.0 and 4.2c for two years. I recently tried upgrading to alfresco 4.2e and we now can't login through web services. We can login directly to Alfresco (both Share and Alfresco) OK.

Has the entry point changed for web services from http://<IP>:8080/alfresco in version 4.2e?

Thanks in advance for any help.
12 REPLIES 12

mrogers
Star Contributor
Star Contributor
yes it has.

ridgeway
Champ in-the-making
Champ in-the-making
Thank you for your fast reply, mrogers. Do you know where I can go to research these changes further?

thanks again for your help

mrogers
Star Contributor
Star Contributor
which api are you looking for?   There have already been some discussions in this forum about the web service bindings,  I suspect yours is the same issue.

ridgeway
Champ in-the-making
Champ in-the-making
Hi mrogers,
We are using Alfresco Web Services API CML in a Microsoft .NET 3.5 framework and Microsoft Web Service Enhancements 3.0 for .NET.

The Endpoint address used to access Alfresco Web Services API programmatically was http://<IP>:8080/alfresco/api. Can anyone tell me which Alfresco file we need to look in to find the new endpoint address?

Thanks again for any direction

Regards,
Ridgeway

malleshwari
Champ in-the-making
Champ in-the-making
hi ridgeway,

i to have same problem i am not able to access end point url of alfresco4.2e from .Net3.5, if you got any solutions for this please share with me.

Thanks&Regards,
Malleshwari.

kaynezhang
World-Class Innovator
World-Class Innovator
mrogers already answered below,
Try

http://localhost:8080/alfresco/soapapi/RepositoryService?wsdl
http://localhost:8080/alfresco/soapapi/AuthenticationService?wsdl


By the way ,why not use cmis api ,alfresco native webservcie api is not recommended at all.

mrogers
Star Contributor
Star Contributor

ridgeway
Champ in-the-making
Champ in-the-making
Thanks for the tip, mrogers but it didn't work. I looked at the other posts like you suggested and that was one of the solutions; however, it didn't work for us

ridgeway
Champ in-the-making
Champ in-the-making
I need a copy of the Alfresco 4.2c install exe for Windows. Does anyone know where I can download a copy? The usual download on the Alfresco site is 4.2f

Thanks in advance for any assistance