To overview and verify which service methods are registered and available, user can use following URL to list them all in browser (notice the ‘jsonws’ in the URL, it is relevant for all JSON Web Services calls – more on invocation later: http://localhost:8080/api/jsonws The result is a list of all registered and exposed service methods. … Continua a leggere »
Archiviato in Web Services …
Alloy UI Autocomplete: Get data from SugarCRM
1.Introduction In the previous article Alloy UI AutoComplete Ajax Example we have seen how the specific Java Portlet Specification 2.0 (JSR 286) with the introduction of the ResourceURL concept is very simple access to resources “any type”, in fact, has been exploited this new opportunity for access at local resources of Liferay (such as Roles, Journal, etc…) then … Continua a leggere »
Alloy UI Autocomplete: Get data from SugarCRM
1. Introduzione Nel precedente articolo Alloy UI AutoComplete Ajax Example abbiamo visto come le specifiche Java Portlet Specification 2.0 (JSR 286) con l’introduzione della ResourceURL vengono incontro all’esigenza di dover accedere in modo semplice a risorse di “qualunque tipo”, infatti, è stata sfruttata questa nuova opportunità per accedere a risorse locali Liferay poi mostrate sulla vista tramite il componente Alloy UI … Continua a leggere »
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 »
Released the first version of SugarCRM Java Client
Now available on The Central Maven Repository, the first version of the Java client for SugarCRM. The reference version is the SugarCRM Community Edition 6.4. Some additional information: Project Site Source Repository Download snapshot, release and staged artifacts from staging group Maven Project for SugarCRM Java Web Services Client SugarCRM Web Services: Build a Apache … 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 »
Maven Project for SugarCRM Java Web Services Client
Nel corso di un precedente articolo abbiamo visto come creare un client Java per i Web Services di SugarCRM utilizzando il framework Apache CXF (versione 2.5.x), inoltre l’intero progetto creato appositamente per la stesura dell’articolo, è disponibile all’interno del repository GitHub raggiungibile all’indirizzo: https://github.com/amusarra/SugarCRMCE64v4SOAPLibrary . In questo periodo sono in fase di migrazione del sistema … 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 »
Handlers in JAX-WS
JAX-WS è l’acronimo di Java API for XML Web Services, una tecnologia dedicata esclusivamente allo sviluppo di Web Service in Java che comunicano utilizzando messaggi SOAP/XML. Come il resto delle API della piattaforma Java EE, anche JAX-WS utilizza le annotazioni (introdotte a partire da Java SE 5) utili per la semplificazione dello sviluppo sia dei … Continua a leggere »
Building a Client .NET for SugarCRM
I continue with the series of articles explaining how to build SOAP client for SugarCRM. I posted the tutorial on the construction of the client. NET C # for SugarCRM (both in Italian and English) on slideshare. The entire project source code made in the article is available on GitHub repository at: https://github.com/amusarra/SugarCRM_CE_SOAP_V21_DotNetClientLibrary Enjoy reading … 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 … Continua a leggere »
AXIS SOAPFaultBuilder throws DOMException WRONG_DOCUMENT_ERR
Recentemente son dovuto ritornare un pò “indietro” utilizzando il framework Axis 1.4 per lo sviluppo di un client SOAP. Utilizzando il framework mi son imbattuto in un errore abbastanza odioso, occorre essere “fortunati” affinchè il servizio di cui siete client non restituisca un SOAP Fault. Insomma, per farla breve, il framework non riesce a gestire … 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 »
Virtual Appliance Zend Server 5.1 + WSF/PHP 2.1
I adopted WSO2 WSF/PHP as a framework for developing Web services in enterprise-type environments, not to be underestimated is the aspect that concerns the accession to the most common WS-*. In such environments is easy to find enterprise web applications (both front-end and back-end) of which the container is running the application server based on … Continua a leggere »
Build RPM WSO2 WSF/PHP 2.1 per Zend Server 5
Da parecchio tempo ho adottato WSO2 WSF/PHP come piattaforma di rifermento per lo sviluppo di Web Services in ambienti di tipo enterprise, da non sottovalutare è l’aspetto che riguarda l’adesione ai più comuni standard WS-*. In ambienti di tipo enterprise è facile trovare applicazioni web (sia front-end sia back-end) il cui container di esecuzione è l’application server basato sulla soluzione Zend Server. Continua a leggere »
Importing SSL certificates on the Java Keystore (JKS)
The mechanism usually adopted for the protection of end-to-end data on the Internet is based on the use of Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), both of which are cryptographic protocols that allow communication safer and integrity of data over TCP/IP, encrypt the communication from the source to the destination … Continua a leggere »