The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::SFDC::Apex - Interface to the salesforce.com Apex SOAP Api

VERSION

version 0.37

METHODS

compileAndTest

compileClasses

compileTriggers

executeAnonymous

Returns a WWW::SFDC::Apex::ExecuteAnonymousResult containing the results of the executeAnonymous call. You must manually check whether this succeeded.

runTests

wsdlToApex

WARNING

The only implemented method from the Apex API is currently executeAnonymous. Without a solid use-case for the other methods, I'm not sure what the return values of those calls should be.

If you want to implement those calls, please go ahead, constructing results as you see fit, and submit a pull request!

AUTHOR

Alexander Brett <alexander.brett@sophos.com> http://alexander-brett.co.uk

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Sophos Limited https://www.sophos.com/.

This is free software, licensed under:

  The MIT (X11) License

The full text of the license can be found in the LICENSE file included with this distribution.