Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I are looking for functionality to View/Edit documents (especially MS-Word docs) online in browser and below are our queries on the same:
1. Is it possible to achieve the View/Edit documents (especially MS-Word docs) functionality online without using SharePoint as most of the examples available on net revolves around SharePoint? Please suggest.
2. We are referring the link http://wopi.readthedocs.org/en/latest/ which says that it is possible to implement though the article itself is in development phase.  This says SSL are required for any such integration and documents should be publically accessible. How can we check the functionality with development environment due to such restrictions? Please suggest
3. Is there any specific membership/development account required with MS-Office (OWA) for integration process?
4. Can we have some sample code/links available for the same? Please suggest. We reviewed https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6 though it seems to have dependency with SharePoint.
5. We are referring to https://onenote.officeapps.live.com/hosting/discovery for OWA integration for WOPI Discovery. How can we check if the OWA is calling WOPI REST END POINTS?
6. We tried by creating a sample WOPI Client app though while opening the Word File we receive errors "Service Unavailable" & "Unable to establish secure connection". Please guide us on the same as the later seems SSL error in local environment but we are not sure about the first error.
Posted
Comments
virusstorm 30-Jun-15 12:49pm    
I'm trying to understand your exact problem here. Are you trying to develop an application to allow you to view and edit a Word document in a web browser? Further more, you don't want the solution to depend on SharePoint, correct?
[no name] 2-Jul-15 2:36am    
Yes Virusstorm, you are right.
virusstorm 2-Jul-15 13:51pm    
Take a look at this thread:
http://www.codeproject.com/Questions/189082/Is-there-any-word-viewer-plugin-available-for-NET

There are controls out there that will let you do what you want, but you might have to merge a lot of controls or technologies together to achieve your end goal.
[no name] 3-Jul-15 6:01am    
Yes,I know and I am trying my best.If you have any idea and solutions about that please suggest me. These links are not useful for me.
:(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900