ms-wopi

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
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . 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

WOPI Host not called

别等时光非礼了梦想. 提交于 2019-12-05 18:23:05
I would like to know why is my WOPI Host not being called. I launch my host through an HTML page similar to: https://github.com/Microsoft/Office-Online-Test-Tools-and-Documentation/blob/master/samples/SampleHostPage.html For the testing purposes I am handling just one file. The discovery file I am using: https://onenote.officeapps-df.live.com/hosting/discovery Link for viewing word file: <form id="office_form" name="office_form" target="office_frame" action="https://word-view.officeapps-df.live.com/wv/wordviewerframe.aspx?ui=nb-NO&rs=nb-NO&dchat=1&IsLicensedUser=1&WOPISrc=http%3A%2F%2F138.68

Can I just use Office Web Apps Server

时间秒杀一切 提交于 2019-11-28 19:01:38
I am trying to have a document management system in browser with office. I have found this solution http://www.edrawsoft.com/officeviewer.php but it uses the client copy of office. I would like to use Office Web Apps but my question is ... do I need to use it through SharePoint or other Microsoft products or can I just hook up a website to use Office Web Apps in browser for my own document system You can write your own server that implements WOPI protocol, this will support PPTX/XSLX in view/edit mode, DOCX/PDF in view mode only. WOPI server is pretty simple to implement. To edit word docs you

WOPI host implementation in Nodejs?

让人想犯罪 __ 提交于 2019-11-28 11:44:32
问题 I want to deploy Office Online which requires the implementation of WOPI protocol. I have seen the implementation of WOPI host in C# e.g. here. WOPI protocol requires to implement a bunch of endpoints. I was wondering If I implement WOPI host in Node.js, will it be compatible to work with Office Online Server? Any thoughts? Thanks in anticipation 回答1: Implementation of a WOPI host endpoint is not language-dependent. As long as your language/framework/platform can serve HTTP requests with

Can I just use Office Web Apps Server

北战南征 提交于 2019-11-27 11:28:52
问题 I am trying to have a document management system in browser with office. I have found this solution http://www.edrawsoft.com/officeviewer.php but it uses the client copy of office. I would like to use Office Web Apps but my question is ... do I need to use it through SharePoint or other Microsoft products or can I just hook up a website to use Office Web Apps in browser for my own document system 回答1: You can write your own server that implements WOPI protocol, this will support PPTX/XSLX in