Hi community, I am working with WebScripts of the Alfresco, I am making an application written in PHP, and I need to call from my PHP the WebScripts that there are defined in Alfresco. If anyone has done something similar or has any idea how to do it, please help me. Greetings ……
You can try to implement a Web Service interface for your PHP application to call Web Service Stub of Alfresco repository. You must choose which WSDL you want to use, all the WSDLs are divided for each service. You can find Alfresco Web Service sample code here: