AlexaCRM / dynamics-webapi-toolkit

Dynamics 365 Web API Toolkit for PHP
MIT License
75 stars 58 forks source link

fix/deserialization #95

Closed nidjo17 closed 11 months ago

nidjo17 commented 11 months ago

Reproducing scenario:

$fetchXml = as here: https://i.imgur.com/zGoh8NA.png (Github is hiding xml, sorry for c/p :D)

$query = new FetchExpression($fetchXml); $query = new FetchExpression($fetchXml); $result = $client->RetrieveMultiple($query);

Error: https://i.imgur.com/wzpewwg.png