davispeixoto / Laravel-5-Salesforce

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

Object Mapping not working properly #5

Closed saschaarthur closed 8 years ago

saschaarthur commented 8 years ago

moved to https://github.com/deniamnet/force-dot-com-toolkit-for-php/issues/1 , please close

davispeixoto commented 8 years ago

@saschaarthur , have you solved it already or not?

saschaarthur commented 8 years ago

hey, its not solved yet Am 08.06.2016 2:26 nachm. schrieb "Davis Peixoto" <notifications@github.com

:

@saschaarthur https://github.com/saschaarthur , have you solved it already or not?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/davispeixoto/Laravel-5-Salesforce/issues/5#issuecomment-224573494, or mute the thread https://github.com/notifications/unsubscribe/AD3rQWFxz995TqbKqojAIMv0WsXUqrGCks5qJrTygaJpZM4IwwCB .

davispeixoto commented 8 years ago

Have you changed your wsdl recently?

There are two points for consider when you do this. First is to update your wsdl file (you grab it from salesforce). You need to update and deploy this file before running the query, whenever you create or change any object (even a field type).

If you have done this, your wsdl may be cached. By default PHP SOAP library come with WSDL cache enabled. So you may need to clear it to successfully use your changes.

@saschaarthur Can you check the points mentioned above and update this issue, please?

saschaarthur commented 8 years ago

thanks, wsdl caching was the issue.

davispeixoto commented 8 years ago

yw, @saschaarthur