Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
PowerShell prompt on SharePoint WFE
New-SPWOPIBinding -ServerName COLLABORA:443 -Extension DOCX
Error:
New-SPWOPIBinding : New-SPWOPIBinding is unable to add the requested WOPI bindings because the provided XML is invalid.
At line:1 char:1
+ New-SPWOPIBinding -Extension "DOCX" -ServerName COLLABORA
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...tNewWOPIBinding:SPCmdletNewWOPIBinding) [New-SPWOPIBinding], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewWOPIBinding
Expected Behavior
Add new SharePoint WOPI binging
Actual Behavior
Binding fails because the provided XML is invalid.
Describe the Bug
Unable to create any WOPI bindings in SharePoint
Steps to Reproduce
PowerShell prompt on SharePoint WFE
New-SPWOPIBinding -ServerName COLLABORA:443 -Extension DOCX
Error:
Expected Behavior
Add new SharePoint WOPI binging
Actual Behavior
Binding fails because the provided XML is invalid.
discovery.xml
/hosting/discovery
discovery.xml.txt
hosting/capabilities
Additional Context
Tested on: SharePoint 2016 and SharePoint Subscription Edition with the same result.