In passato e recentemente ho avuto modo di essere in mezzo a due sistemi, uno dei quali Liferay. Il sistema di mezzo era Mule ESB, mediatore tra i due sistemi. Il sistema uno pubblicava una serie di messaggi su di una coda JMS, questi venivano consumati da Mule ESB e dopo una serie di elaborazioni spediti … Continua a leggere »
Con tag SOAP …
How to install and configure J-SugarCRM Authentication Plugin
About two years ago, I developed a plugin that adds an additional driver of a Joomla user authentication. The plugin allows access to the Joomla portal for users of SugarCRM. The installation and configuration of this plugin is very simple, but I have received several comments with requests for help on the process of installation and … Continua a leggere »
Web Service Partite IVA Comunitarie
Nell’articolo Consumiamo i servizi dell’Agenzia delle Entrate: Partite IVA Comunitarie è stato illustrato il servizio di controllo della Partita IVA messo a disposizione dall’Agenzia delle Entrate e come sfruttarlo a proprio vantaggio. Una della FAQ del servizio menzionava il servizio web (Web Service SOAP) messo a disposizione dalla Comunità Europea, peccato che il link al WSDL era … Continua a leggere »
SugarCRM Web Services: Build a Apache CXF Client
SugarCRM[1] espone all’esterno il core delle proprie funzionalità pubblicandole come Web Services, quindi niente di più semplice che creare un client Java, C#, C++, PHP e chi più ne ha più ne metta per interagire con essi; non sempre però la questione è così semplice !!! Chi lavora pesantemente con la tecnologia dei Web Services è cosciente … Continua a leggere »
Plugin J-SugarCRM UserSync release on GitHub
I just released the source code of the plugin J-SugarCRM UserSync on my GitHub Repository. The latest version is 1.0. Installation Package for Plugin J-SugarCRM UserSync 1.0 Download Zipball (last release) Download Tarball (last release) Documents API PDF The repository of the project is available at https://github.com/amusarra/J-SugarCRM_Authentication_Plugin. You can also clone the project with Git by running: … Continua a leggere »
Joomla Plugin: J-SugarCRM UserSync Technical Guide
Alla fine del 2010 ho realizzato un plugin Joomla dal nome J-SugarCRM UserSync. E’ un plugin Joomla da definire d’integrazione poiché consente l’interazione tra due sistemi: Joomla e il CRM Open Source SugarCRM . L’oggetto dell’integrazione sono gli utenti del sistema Joomla, che attraverso il plugin sono sincronizzati con i rispettivi utenti del CRM SugarCRM, … Continua a leggere »
Plugin J-SugarCRM Authentication on GitHub
I just released the source code of the plugin J-SugarCRM Autentication on my GitHub Repository. The latest version is 1.7, was introduced to support version 6.1 of SugarCRM, is also added support for the functionality of the SugarCRM Community Portal edition. SugarCRM’s Community Edition does not include the functionality of the Portal, which can also be … Continua a leggere »
Joomla Plugin: J-SugarCRM UserSync
Alla fine del 2010 ho realizzato un plugin Joomla dal nome J-SugarCRM UserSync. E’ un plugin Joomla da definire d’integrazione poiché consente l’interazione tra due sistemi: Joomla e il CRM Open Source SugarCRM . L’oggetto dell’integrazione sono gli utenti del sistema Joomla, che attraverso il plugin sono sincronizzati con i rispettivi utenti del CRM SugarCRM, … Continua a leggere »
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 »
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 »
WSO2 WSF/PHP Linux Virtual Appliance (EN)
WSO2 is growing up, I look for almost 3 years with great attention to this growth of Open Source Middleware. WSO2′s not just an observer, I almost immediately adopted the framework WSO2 WSF/PHP to develop Web services in enterprise applications. The Web Services Framework for PHP is a PHP extension that delivers comprehensive WS-* based … Continua a leggere »
Intro: Integrazione CMS Joomla & CRM SugarCRM
Recentemente ho tenuto in azienda un corso di formazione introduttivo sull’intergrazione di due tipi di sistemi informatici che facilmente è possibile trovare presso qualunque media/grande azienda. I due tipi di sistemi sono: CMS – Content Management System & CRM – Customer Relationship Management. Ho pubblicato su Slideshare, all’indirizzo http://slidesha.re/acWdzD, le slide (circa 25) di questa sessione … Continua a leggere »