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 lists of Contacts,Accounts etc. To access SOAP functionalities from PHP we’ll use the nusoap library, which does not require any special PHP extension. We’re now going to ..
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 expose its services to the frontend(a PHP base web application). Some time before I had come across XFire, and had been looking for a chance to work ..
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 because some people have asked for a simple kickstarting tutorial on how to use the library. I hope this will be useful and that will also help ..
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 based on Jcraft’s Jsch, an excellent 100% java library for ssh. As I recently received multiple requests about how to do ssh tunneling in java, I’ve decided ..
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 data never leaves your browser, and only encrypted data is sent to our server. I recently happened to work on a web application whose commissioner was a ..
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. Today we’ll face a java interface for AGI: asterisk-java. We’ll use this easy library to build a scripting engine. The used scripting language is BeanShell, but you ..
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 on integrating with PHP, but following some readers’ request, starting from this article we’ll talk about integrating SugarCRM with Java. Though Java has strong and long lasting ..
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. Can this be any useful? Judging from the number of questions I’ve received from friends who are messing around with SugarCRM, this is quite an interesting subject. ..
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 and HTTP Proxy. Here are my five cents to try and help. If your webservice server requires http authentication don’t worry, nusoap includes the method you need ..
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 lately. The feature lots of people seem to be interested in is the possibility of , on an inbound asterisk call, opening/redirecting the browser to the specific ..
Recent Comments