It looks like the authentication method we were using to connect to Dynamics has been deprecated and it now requires OAuth. The package we are using has the features, but following the suggested pattern (here: https://github.com/AlexaCRM/php-crm-toolkit/issues/118), I keep getting other exceptions thrown by the package like “Could not find ExecuteResult node in XML returned from Server”. I am still working through it, but am not very familiar with SOAP/XML requests to know what might be causing the issue… likely my configuration or a setting I didn’t enable on Dynamics?
I’d love to hear your thoughts if you have an idea of where to look. Thank you