Antonio Musarra's Blog Blog
Il meccanismo solitamente adottato per la protezione dei dati End-To-End sulla rete internet è basato sull’utilizzo del protocollo Transport Layer Security (TLS) e il suo predecessore Secure Sockets Layer (SSL), entrambi sono dei protocolli...
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:...
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.
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...
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....
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....
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...
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...