+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
This is a discussion on Connecting PHP form to Salesforce within the Salesforce PHP Tutorials forums, part of the Salesforce category; Hello. what is the $key in the code? is it the token?
  1. #21
    kawayan01 is offline Junior Member
    Join Date
    Sep 2010
    Posts
    1
    Hello. what is the $key in the code? is it the token? will i separate the token with the password? and i get this error:
    Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't find <definitions> in 'C:/xampp/htdocs/phptoolkit/soapclient/partner.wsdl.xml' in C:\xampp\htdocs\phptoolkit\soapclient\SforceBaseCl ient.php:121 Stack trace: #0 C:\xampp\htdocs\phptoolkit\soapclient\SforceBaseCl ient.php(121): SoapClient->SoapClient('C:/xampp/htdocs...', Array) #1 C:\xampp\htdocs\phptoolkit\samples\integration.php (17): SforceBaseClient->createConnection('C:/xampp/htdocs...') #2 {main} thrown in C:\xampp\htdocs\phptoolkit\soapclient\SforceBaseCl ient.php on line 121

    help please. tnx -michael

  2. #22
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    607
    Blog Entries
    16
    @kawayan01

    Yes the $key is the token and you just have to make sure that they key is concatinated to the $password, like this:

    PHP Code:
    $password 'password';
    $key 'key';

    $password $password $key
    The other error tells me that your path is incorrect in your script and that it could not find your WSDL file

    Hope that helps!

    ~Mike

+ Reply to Thread
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Salesforce PHP form Help
    By sarma in forum Salesforce Coding Discussions
    Replies: 9
    Last Post: 08-12-2007, 09:03 PM
  2. Connecting to Salesforce using ADOdb
    By mike in forum Salesforce Coding Discussions
    Replies: 0
    Last Post: 07-30-2007, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO 3.5.2