Hi there,
I need to create something that will retrieve new Users from a VTiger CRM and create a FTP folder and user/pass on another server.
SERV-A: VTiger CRM, powered by MYSQL. With WSDL directory.
SERV-B: FTP server
The reason why I thought doing a WebService is that I must constantly check for new users.
The language used isn't an issue.
The question is: How to automatically retrieve changes of a MySQL DB from a webservice // Better solution ??
Thanks