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

旧城冷巷雨未停 提交于 2019-12-07 04:51:14

问题


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?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/23825224/how-to-implement-ms-fsshttp-for-editing-word-with-wopi-host-on-c-sharp-and-wopi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!