Many thanks for reposnding.

I get the following from the debugger

Incorrect parameter at c:/Perl64/site/lib/SOAP/Lite.pm line 1993. at c:/Perl64/site/lib/SOAP/Lite.pm line 1993 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +79a0)', 10, '', 'loginResponse ', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm li +ne 2037 SOAP::SOM::_traverse_tree('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY( +0x4cf7260)', '', 'loginRespons e', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm l +ine 2025 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +7290)', 5, '', 'loginResponse' , 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm lin +e 2037 SOAP::SOM::_traverse_tree('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY( +0x4cf6c18)', '', 'loginRespons e', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm l +ine 2025 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +6f30)', 1, '', 'loginResponse' , 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm lin +e 2037 SOAP::SOM::_traverse_tree('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY( +0x4cf7dd8)', '', 'loginRespons e', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm l +ine 2025 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +6ea0)', 1, '', 'loginResponse' , 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm lin +e 2037 SOAP::SOM::_traverse_tree('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY( +0x4cf7be0)', '', 'loginRespons e', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm l +ine 2025 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +6d08)', 1, '', 'loginResponse' , 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm lin +e 2037 SOAP::SOM::_traverse_tree('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY( +0x4cf7ef8)', '', 'loginRespons e', 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm l +ine 2025 SOAP::SOM::_traverse('SOAP::SOM=HASH(0x4cfbde8)', 'ARRAY(0x4cf +6e10)', 1, '', 'loginResponse' , 'result', 'sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm lin +e 1985 SOAP::SOM::match('SOAP::SOM=HASH(0x4cfbde8)', '//loginResponse +/result/sessionId') called at c:/Perl64/site/lib/SOAP/Lite.pm line 1910 SOAP::SOM::valueof('SOAP::SOM=HASH(0x4cfbde8)', '//loginRespon +se/result/sessionId') called a t c:/Perl64/site/lib/WWW/Salesforce.pm line 505 WWW::Salesforce::login('WWW::Salesforce::Simple', 'username', +'uid@domain.trial.sandbox 1', 'password', 'passwordtoken') called at c:/Perl64/site/lib/WWW/Sale +sforce/S imple.pm line 19 WWW::Salesforce::Simple::new('WWW::Salesforce::Simple', 'usern +ame', 'uid@domain.trial.s andbox1', 'password', 'passwordtoken') called at test-salesforce-03-cp +an.pl li ne 17

In reply to Re^2: Help with Salesforce.pm module by Mulga
in thread Help with Salesforce.pm module by Mulga

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.