You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides the source code examples developed for the article "Building a Java client for SugarCRM" posted on the blog http://musarra.wordpress.com.
The code samples are divided in this way:
* SOAPClient directory contains the SOAP client generated by the Apache Axis framework
* JavaApplication directory contains a sample Java application that communicates with SugarCRM using the SOAP library.