File Synchronization via SOAP over HTTP Protocol
Questions tagged [fsshttp]
9 questions
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…

Naumenko Julia
- 75
- 2
- 5
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
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
How to debug OWA/COBALT/MS-FSSHTTP?
I'm trying to implement MS-FSSHTTP for Office Web Apps. Specifically, I just need to get Word working.
The OWA server is sending out a ExecuteCellStorageRequest request, which follows the FSSHTTP standard (looks like butchered SOAP).
The request…

mpen
- 272,448
- 266
- 850
- 1,236
2
votes
1 answer
How to make Office Web App Server able to edit a document with Cobalt
I am trying to build my own WOPI host using ASP.NET MVC and its WebAPI functions according to this example
https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6
I successfully used that example to connect to my Office Web App Server…

Gary
- 99
- 1
- 9
2
votes
3 answers
CobaltCore assembly
I try to implement a custom Wopi host in C# that can handle the Cobalt Protocol using the CobaltCore assembly.
But I didn't found any documentation for CobaltCore.dll
Object browser is a little helpful..
Please provide some details if someone had…

Naumenko Julia
- 75
- 2
- 5
0
votes
2 answers
Communicate with MS Office on client PC
I'm looking for a solution for communication with Office products in my web application. I have many clients who want to edit their documents at same the time.
I've searched for a solution and I have two choices:
WOPI protocol which requires an…

Amir Amiri
- 441
- 1
- 8
- 14
0
votes
1 answer
OneNote FSSHTTP
For one of our application that needs to get connected to Office365 and Sharepoint Online we are implementing FSSHTTP functions. This to be able to modify Word documents. The impact is that once you start supporting FSSHttp, then all the other…

Gilles
- 357
- 3
- 20