5

我正在使用 MS-WOPI 客户端作为 Office Web Apps 来实现 MS-WOPI 主机。我想提供 Word 编辑功能,需要实现 MS-FSSHTTP 协议。

我阅读了文档http://msdn.microsoft.com/en-us/library/dd943623(v=office.12).aspx

我也尝试对一些例子进行罚款,但没有成功。

有人可以提供一个简单的 MS-FSSHTTP 实现示例吗?

4

2 回答 2

4

这是使用 CobaltCore 的示例实现。我在这个网站上对 WOPI/FSSHTTP 的回答几乎是一个项目的组合。

https://github.com/thebitllc/WopiBasicEditor

于 2014-05-31T17:36:50.690 回答
1

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.

于 2014-05-31T13:38:30.583 回答