Monks,
Hope all is well. I would very much appreciate any wisdom you can provide on using the salesforce.pm module.
I am using the code below and it fails with :
Incorrect parameter at c:/Perl64/site/lib/SOAP/Lite.pm line 1993.
Any help would be greatly appreciated
#!/usr/bin/perl use strict; use WWW::Salesforce::Simple ; $WWW::Salesforce::SF_PROXY = 'https://test.salesforce.com/services/Soa +p/u/8.0'; my $sf = WWW::Salesforce::Simple->new( username => 'uid@domain.trial.sandbox1', password => 'password' . 'atoken'); unless ($sf) { warn("failed sf connection"); }
Kind Regards
Paul
In reply to Help with Salesforce.pm module by Mulga
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |