• alexp
  • NEWBIE
  • 0 Points
  • Member since 2003

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,

I ran stubmaker.pl that comes with SOAP::Lite on http://www.sforce.com/us/docs/sforce.wsdl. Resulting
class was sfconnector.pm. I just tried login.

It simple as:

use sfconnector qw (:all);
my $result = login ( $ver, $usr, $pass );

Seems to work fine. Just wondering if anyone has
played around with this and ran into any issues.
Or is there something I should know about.

Cheers.
  • August 29, 2003
  • Like
  • 0