WWW-Salesforce version 0.08
===========================

#
# Salesforce dot com Perl Module
# Author: Byrne Reese <byrne at majordojo dot com>
#           Chase Whitener <cwhitener at gmail dot com>
# Last Updated - Aug 2, 2006
#

The following Perl module is to facilitate communication with the
Saleforce Web service APIs.

Note - This module is based off of Salesforce's Partner WSDL.
       Enterprise WSDLs are a little more tricky since code stubs
       must be generated on the fly. Stay tuned to SOAP::Lite's 
       wsdl2perl project which will make Enterprise WSDL's easier
       to deal with.

HISTORY

This Perl module was originally provided and presented as part of
the first Salesforce.com dreamForce conference on Nov. 11, 2003 in
San Francisco.

It is now being maintained by Chase Whitener.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  SOAP::Lite
  Crypt::SSLeay

WHAT WORKS

Almost all 7.0 API calls now work.

WHAT DOESN'T WORK (a.k.a. TO DO)

* describeSObjects API call. - array version of describeSObject

* describeTabs API call.

* the batchSize limitation in query() and queryMore()

ABOUT THE AUTHOR

Chase Whitener took on making a few changes to the Module because he
now has to work with Salesforce.com at his current position.
