Office Web App Server 2013: cannot edit word document with own WOPI Server

Hi all,

I tried to build our own WOPI Server to connect to Office Web App Server 2013 SP1. Viewing documents in IE was possible quite easy to achieve. Now it comes to editing. When I try to edit a document, I got a german message Sie verfgen leider nicht ber die Berechtigung zum Bearbeiten dieses Dokuments. This means something like Sorry, you do not have any permission to modify this document.

I enabled editing on the OWAS-Server while setup procedure (Until now, I only have an InternalUrl but no ExternalUrl.)
PS C:\ > New-OfficeWebAppsFarm InternalUrl https://win-owas...  CertificateName "win-owas" EditingEnabled

ULS log shows
BaseDocument says editing is not supported [WebEditingEnabled: True] [SupportsEditing: True] [PinnedUsersRights: Read] 

So far, I implemented these three REST service methods:

    [OperationContract]

[WebInvoke ]

"GET":"api/wopi/files/{name}?access_token={access_token}"

"GET":"api/wopi/files/{name}/contents?access_token={access_token}"

"POST":"api/wopi/files/{name}/contents?access_token={access_token}"

Office Web App Server was downloaded from Microsoft Volume Licensing Center. I installed latest updates from Microsoft.

Did anybody succeed with writing to own WOPI an can give me some hints?

Thank you in advance.

April 7th, 2015 3:23am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics