Hi all. I've created a simple Java application that makes upload documents on Alfresco. I have also done a jar executable file that runs the program, and everything works perfectly locally. My problem is to understand the program to talk to the server with a specific IP address, not with the local Server http://localhost:8080/alfresco/api. I tried to change the server address in the file webserviceclient.properties and then all the files in the folder wsdl of Remote SDK used as a library but I can not interact with the server. My aim is to use the program as a client that stores documents on the server. If someone is able to explain easily as I do, thank him in advance. Thanks.
I have solved the problem. Distraction error, in order to run a program not locally but on a server, just change the parameter in the file webserviceclient.properties.