davispeixoto / Laravel-5-Salesforce

Laravel 5 wrapper for Salesforce Force.com Toolkit SOAP API
MIT License
47 stars 36 forks source link

Partner.wsdl methods not reading #21

Closed ic-ravi closed 7 years ago

ic-ravi commented 7 years ago

Call to undefined method Davispeixoto\Laravel5Salesforce\Salesforce::describeLayout()

I am trying to set it up on lumen framework v5.3.4 (l5sf version 2) but none of the partner.wsdl methods work. Also setup a laravel 5.2 application with the same version with the same issue.

I have the credentials and enterprise wsdl working on an older application with l5sf version ~1.0

Appreciate your feedback

davispeixoto commented 7 years ago

@ic-ravi , have you tried to clean up wsdl/soap caches??

ic-ravi commented 7 years ago

@davispeixoto , i managed to work around it by referencing the facade instead of the class. Now having the login token error mentioned in the other issue.