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: { entry_list: [ { id: “bf700a80-6cdf-6587-d548-4d2d74f47d6″, module_name: “Contacts”, name_value_list: [ { name: “warning”, value: “Access to this object is denied since it has been deleted or … Continua a leggere »
Pubblicato in aprile 2011 …
SOAP Error: The session ID is invalid
I would like to report a post on the forum for SugarCRM that could be helpful for anyone experiencing the issue in question. SOAP Error: The session ID is invalid: http://www.sugarcrm.com/forums/showthread.php?t=63015 Bye, Antonio M.
What would you like SugarCRM RDBMS support ?
I am involved in several projects including SugarCRM. I had the opportunity to study in depth the architecture of SugarCRM and make extensive customizations to the core. I received many requests about extending SugarCRM to support the most popular RDBMS. For this reason I decided to post this poll.
Building a Java client for SugarCRM
I was able to accumulate a number of requests from people who have encountered difficulties in developing Client (Java, C #, PHP, and Objective C) for SOAP and REST interface made available from SugarCRM. Often the difficulty in developing the client may depend on several factors, from a short list from my experience in the … Continua a leggere »
Bad Content-Type on SugarCRM REST API Interface
Today I discovered a really tedious bug on SugarCRM, one of those bugs that take away precious time and you do not expect. The object of the bug are the REST services of SugarCRM. The version on which I have found the problem is the 6.1 Community Edition, but I think also the other editions … Continua a leggere »
Checkout SugarCRM Java SOAP Client
With reference to article Building a Java client for SugarCRM, we will see how to create an Eclipse Java project from the git repository: SugarCRMJavaSOAPClient https://github.com/amusarra/SugarCRMJavaSOAPClient The creation of a Java project in Eclipse from a git repository, requires the installation of the plugin “Eclipse EGit” http://www.eclipse.org/egit/. Figure 1 illustrates the installation of the plugin … Continua a leggere »
SugarCRM: XML Schema Definition (XSD) of Web Services
During the development of Java SOAP client for SugarCRM, I thought it useful to extract from the WSDL document, the schema definition (XSD). The XSD document and the PDF that describes the XSD schema is available at the following URL: SugarCRM 6.1 CE XSD Description https://github.com/amusarra/SugarCRMJavaSOAPClient/blob/master/SugaCRM-6.1CE-XSD.pdf SugarCRM 6.1 CE XSD Document https://github.com/amusarra/SugarCRMJavaSOAPClient/blob/master/SugaCRM-6.1CE-XSD.xsd
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 … Continua a leggere »
Costruire un client Java per SugarCRM
Ho avuto modo di accumulare diverse richieste da parte di persone che hanno incontrato delle difficoltà nello sviluppo di Client (Java, C#, PHP e Objective C) per l’interfaccia SOAP e REST messa a disposizione da SugarCRM. Spesso la difficoltà nello sviluppo del client può dipendere da vari fattori, un breve elenco proveniente dalla mia esperienza … Continua a leggere »