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.

Antonio Musarra

I began my journey into the world of computing from an Olivetti M24 PC (http://it.wikipedia.org/wiki/Olivetti_M24) bought by my father for his work. Day after day, quickly taking control until … Now doing business consulting for projects in the enterprise application development using web-oriented technologies such as J2EE, Web Services, ESB, TIBCO, PHP.

You may also like...