Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 http://msdn.microsoft.com/en-us/library/dd943623(v=office.12).aspx and

I also tried to fined some examples, but didn't get the success.

Could someone provide a simple example of MS-FSSHTTP implementation?

like image 756
Naumenko Julia Avatar asked May 23 '14 09:05

Naumenko Julia


2 Answers

Here is a sample implementation using CobaltCore. Pretty much a combination of my answers about WOPI/FSSHTTP on this website in one project.

https://github.com/thebitllc/WopiBasicEditor

like image 61
thebitllc Avatar answered Nov 11 '22 19:11

thebitllc


I think you're asking for the impossible. There is no such thing as a simple fsshttp server. Look at the videos on MSDN from conferences where they've discussed it. The fsshttp team estimates it will take over a year to properly build out a protocol server. It is not a project for the faint of heart.

like image 1
Allan Avatar answered Nov 11 '22 20:11

Allan