SugarCRM: Client SOAP Java
Today I published the article on Slideshare: Building a Java client for SugarCRM. At the moment only available in Italian.
All code examples are illustrated in the article, is available at https://github.com/amusarra/SugarCRMJavaSOAPClient
This article is a guide on how to create a Java client to access the information recorded on the CRM system, we'll see also how to implement a simple Java application that will use the client to perform a series of elementary operations such as login, create a new contact and data recovery. SugarCRM system exposes interfaces for data access, these interfaces support SOAP and REST. The version of SugarCRM which we will refer throughout the article is the 6.1 Community Edition.