A lot of users have problem with JBilling’s PHP library, In this post I’ll describe how to access JBilling’s SOAP API using nusoap library.
Archive for March, 2009
Accessing JBilling SOAP Web Service from php
Monday, March 30th, 2009SugarCRM entry points
Wednesday, March 18th, 2009Extending SugarCRM with custom entry points into the application.
SugarCRM integration with MySQL views
Tuesday, March 17th, 2009There are few ways to make your SugarCRM module to read from another application.
The easiest way which is very well documented is to modify your module’s vardef, add few fields and add a logic hook. when you load your sugar module, you will load additional data with you logic hook.
This works fine for most cases, [...]
Accessing JBilling SOAP Web Service
Saturday, March 14th, 2009This post is a step by step guide on enabling jbilling’s soap interface.
