开发者

Writing your own FrontPage RPC server (like SharePoint)

开发者 https://www.devze.com 2022-12-10 20:12 出处:网络
Does anybody have experience in programming a protocol handler (server) that talks FrontPage RPC? I want to make a server that behaves itself as if it was SharePoint.

Does anybody have experience in programming a protocol handler (server) that talks FrontPage RPC? I want to make a server that behaves itself as if it was SharePoint.

What I want is to open a Word document from this Web Server, edit it in MS Word and write the changes to the Web server. So in the same way you can edit Word documents from SharePoint.

I tried using WebDAV, but the implement开发者_如何学运维ation of WebDAV in Microsoft Office is not working as good as FP-RPC.

Microsoft is telling the world to forget FrontPage RPC and to use WebDAV or CIFS but the latest versions of SharePoint and Office are still talking FrontPage RPC...


If you are on Java, there is nice WebDAV Library in Apache Jackrabbit project. I've used it extensively this year, and succeeded to implement webdav server on top of our existing storage engine.


The correct answer to your question would be: yes, some people have experience doing this :)

A good place to start is http://www.webdav.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号