views:

133

answers:

2

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 implementation 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...

A: 

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/

Evert
A: 

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.

Peter Štibraný