Welcome dear readers! A few days ago, I made a simple example of using the Liferay Client Library. The project is based on Maven. Below are shown the steps needed to perform a test. I remember that the operations performed by the sample program are: Performs login on Liferay; Retrieves the CompanyID based on the virtualhost; … Continua a leggere »
Con tag Apache Axis …
Liferay Portal Client Example (EN)
In the past and recently I got to be among two systems, one of which Liferay. The system in the middle, was Mule ESB, the mediator between the two systems. The first of the two systems published a series of messages on a JMS queue, these messages were consumed by ESB Mule and after a … Continua a leggere »
Liferay Portal Client Example
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 »
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 »
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 »