Force.com-Toolkit-for-PHP icon indicating copy to clipboard operation
Force.com-Toolkit-for-PHP copied to clipboard

Extended base class and fixed fatal errors

Open DaSpors opened this issue 9 years ago • 2 comments

We extended the SOAP base class with a method to allow re-use of authorized sessions. Additionally the sessionHeader was added to the SOAP header without check for existance, so there was an empty header thus beeing invalid. This has been fixed.

DaSpors avatar Mar 09 '15 10:03 DaSpors

Looks good - thanks! One minor nit - function names should start with lower case, so could you change ContinueSession and RefreshToken to continueSession and refreshToken respectively?

Also, we need a contributor license agreement (CLA, very similar to Apache projects) to accept substantial contributions. Could you fill out the CLA doc, scan it, and send it to me at ppatterson (at) salesforce (dot) com?

metadaddy avatar Mar 18 '15 18:03 metadaddy

RefreshToken() adds an explicit dependency on curl, and uses REST API. These changes should not be introduced to the SOAP client.

aaronbauman avatar Dec 10 '18 18:12 aaronbauman