Exception fetching AccountingProperties after upgrade to 2019.2
I have developed a custom reporting app for a client using the MYOB API. They have just updated to 2019.2 and it now fails with what it calls a "communication error" when the app tries to fetch the AccountingProperties from the company file (so I can get the current financial year). It connects to the company file OK, but I cannot get past this point. I have updated my SDK from GitHub in Visual Studio to the latest, but it was no help. Anyone else seen this, and know what's going on? MYOB? Do you look at this forum??
[Edit] I should have said - the client's company file is NOT in the cloud, it is on their own network server. And further investigation reveals that the error is an HTTP error 404 [Not Found] when the service issues the call to the server. So what has changed? Nothing in my app has, so it has to be in the API or the SDK.