We have integrated Office 365 with our application using the WebDev protocol. The user clicks on a file in our application, the file opens in their locally installed Office 365, and the user's changes are saved back to the file stored in our application.
We have a customer who can save changes back to our application just fine when using Word but can not with Excel or PowerPoint. When we have them turn on our trace logging, we can see that Excel is not making the PUT request when the user clicks the Save button. The preceding LOCK request (and all other HEAD, OPTIONS and GET requests) completed successfully.
Is there any logging in the Office 365 WebDav code that we could turn on that could possibly shed any light on this why the PUT request isn't being made? I have done a lot of searching and have seen references to various registry settings but I haven't gotten anything working and it's not clear if they are relevant in this scenario anyway.