Sugar CRM integration with custom PHP applications (I)
documentation about exposed SOAP functions. This time the SOAP methods we’re interested in are: login, to log in into sugar crm get_entry_list to query sugar crm and get…
documentation about exposed SOAP functions. This time the SOAP methods we’re interested in are: login, to log in into sugar crm get_entry_list to query sugar crm and get…
Introduction I recently got involved in a project where reliable communication between etherogenous platforms was required. Having already worked with JMS, I had to find a way to…
Introduction J2me Chart Component is a free MIDP2.0 library, aimed at helping J2ME developers to easily add charts to their personal or commercial midlets. I’m writing this article…
Overview Some people are using my Tunnel4J, an easy graphical utility that allows connecting to remote ssh servers and mapping local and remote ports for tunneling. Tunnel4J is…
Important : We’ve just launched UserEncrypted.com , a free client side encryption service to securely store passwords or notes. The peculiarirty of the system is that your clear…
ntroduction Asterisk, the well known free PBX, exposes great integration potentialities. Specifically , we’re interested in AGI (Asterisk Gateway Interface), a sort of API for scripting the engine.…
SugarCRM integration and Apache Axis The most read articles here on beanizer.org are with no doubt those related to SugarCRM integration. Up to now our articles have focused…
Introduction Here we are again to talk about SugarCRM integration. This time I’d like to explore some techniques to pass from a website session to a SOAP one.…
NuSOAP and HTTP Authentication I regularly receive emails from friends messing around with nusoap asking about various features of the library. Most doubts are about HTTP Authentication…
Opening a customer SugarCRM page in the browser on incoming calls Introduction Here comes the really interesting part, as this is what most readers have been asking for…