I'm using JAVA and I must convert every single XML-RPC call to a REST one. How do I do it?
I'm using KEAP (previously known as "Infusionsoft") as CRM. I have a lot of calls like this one:
Object[] objects=(Object[]) crmClient.execute("DataService.findByField", parameters);
What is the precise migrations process I have to follow?
Many thanks