Tagged: SugarCRM Client Java

SugarREST API returns a entry_list even when the record is not found 0

SugarREST API returns a entry_list even when the record is not found

Calling the REST API get_entry for a record that does not exist, I would expect that the service returns a fault instead of a entry_list. See example shown below:

Source 1. JSON returned...

SugarCRM: Client SOAP Java 0

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...