Questions tagged [ms-wopi]

Web Application Open Platform Interface Protocol

The Web Application Open Platform Interface Protocol (WOPI) defines a set of operations that enables a client to access and change files stored by a server. This allows the client to render files and provide file editing functionality for files stored by the server.

162 questions
12
votes
2 answers

Edit in Word using Wopi and Office Online Server

I am working on a project where we have implemented content management with word. We have some word files, that are being processed using OpenXML. Users can open those files in two ways - download a copy or edit online. Online editing is…
10
votes
2 answers

how to use MS Office with proprietary java back-end document system

Currently I have a document system that launches documents in Star Office or LibreOffice in an iframe. Moving to the future I ideally want to retain the document system I have but integrate this into SharePoint so as to enable us to open and edit…
topcat3
  • 2,561
  • 6
  • 33
  • 57
6
votes
0 answers

WOPI - Business User term clarification

I am investigating adding Office Online support to a product using WOPI to allow its users to view and edit office files. While reading the WOPI docs there is a section on 'Editing' and it introduces the concept that a user (of my system) can be…
Canters
  • 411
  • 1
  • 4
  • 6
6
votes
1 answer

WOPI host and WOPI client example

I am a bit confused about WOPI host and WOPI client. Can anyone tell me exactly the meaning of above 2 terms. I want to know what exactly means WOPI host (either my web application or a WOPI server on Microsoft side) and same for WOPI client.
user2846382
  • 385
  • 1
  • 3
  • 16
6
votes
1 answer

Can I just use Office Web Apps Server

I am trying to have a document management system in browser with office. I have found this solution http://www.edrawsoft.com/officeviewer.php but it uses the client copy of office. I would like to use Office Web Apps but my question is ... do I need…
topcat3
  • 2,561
  • 6
  • 33
  • 57
5
votes
1 answer

WOPI file name with the special characters is not opening the file in the online editor

There is a WOPI client and host which are setup exclusively for one of the web application and the online editor is working smoothly when the file name is proper without any URL reserved characters, but when a file name contains +,#,& signs WOPI…
5
votes
1 answer

How to build WOPI validation application

http://wopi.readthedocs.io/en/latest/build_test_ship/validator.html As per this documentation, we need to build some HTML host page. In this document, they mention one point that I didn't understand completely The simplest way to use the validation…
user2846382
  • 385
  • 1
  • 3
  • 16
5
votes
0 answers

When the file should be unlocked at WOPI server side after file is locked for edit

Based on WOPI protocol and also posts over internet including the stackoverflow post CobaltCore assembly, we are able to do the edit at the Office Web App server for ppt/excel/word. One thing we are trying to understand more is about Lock/Unlock. …
windfly2006
  • 1,703
  • 3
  • 25
  • 48
5
votes
2 answers

How to implement MS-FSSHTTP for editing Word with WOPI host on C# and WOPI client is OWA

I am implementing MS-WOPI host with MS-WOPI client being Office Web Apps. I want to provide Word editing functionality and need to implement MS-FSSHTTP protocol. I read the documentation…
5
votes
2 answers

Office Web Apps Word Editing

The idea is to build a proprietary Java back end document system using Office Web Apps. We have created the WOPI client which allows us to view/edit PowerPoint and Excel web app documents but we can only view Word Documents. In order to edit Word…
topcat3
  • 2,561
  • 6
  • 33
  • 57
4
votes
0 answers

What WOPI API needs to be implemented in order to support createDocument OfficeJs API calls

I am developing a Word Online add-in that is supposed to operate in an environment with a custom WOPI host. We faced issues with a certain Office JS API which appears not to be supported. But we are struggling with identifying what exactly is…
Alex Look
  • 61
  • 2
4
votes
1 answer

WOPI Host implementation, trying to render doc in iframe asp.net mvc

I'm trying to get Wopi host implementation in an ASP.NET MVC application. Using this project https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6 I don't get any calls hitting my API Controler Discovery URL
ZCoder
  • 2,155
  • 5
  • 25
  • 62
4
votes
1 answer

WOPI Host implementation, trying to render doc in iframe

I'm trying to get Wopi host implementation in Ruby on Rails application. My domain is whitelisted under CSPP. Trying to get the file contents in iframe, but I just see "Word Online" and a loading gif, I return binary file contents of docx as…
4
votes
1 answer

WOPI implementation without MS-FSSHTTP/COBALT

We are trying to implement a WOPI host without using CobaltCore dll against our Office Web Apps server. (implement in Java). All the information I found suggests that you have to implement MS-FSSHTTP in order to edit Word documents. But, this is…
Ben Gan
  • 145
  • 9
3
votes
0 answers

WOPI online office add-in integration : Message Not received from Child Iframe into Parent Frame to enable SFTP=1

Below is integration code to include office iframe into application. But it does not send any message to parent iframe. Application URL =…
1
2 3
10 11