Category

Soap

5 articles in this category

SOAP IN SUGARCRM GOOD NOTES

May 9, 2016 14 min read

SOAP SOAP is probably the most used Web Services protocol. It provides a way of exchanging structured information of application functionality. A SOAP interface can be defined by…

Fatal error: Class ‘SoapClient’ not found

May 6, 2016 1 min read

Diagnose Look up the following inside your script file phpinfo(); If you can’t find Soap Client set to enabled like so: Fix Do the following: Locate php.ini in…

SugarCRM integration with custom Java applications

May 6, 2016 5 min read

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…

NuSOAP, HTTP Authentication and HTTP Proxy

May 6, 2016 4 min read

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…