WWW::Salesforce is a Perl class that provides a simple abstraction layer between SOAP::Lite and Salesforce.com.
SYNOPSIS
use WWW::Salesforce;
my $sforce = WWW::Salesforce->login( username => 'foo', password => 'bar' )
or die $!;
This class provides a simple abstraction layer between SOAP::Lite and Salesforce.com. Because SOAP::Lite does not support complexTypes, and document/literal encoding is limited, this module works around those limitations and provides a more intuitive interface a developer can interact with.
Product's homepage
Requirements:
· Perl