Hello Rob,

Have you tried to open an URL from your server and did not worked?

The current WebDAV access in oXygen is implemented using a HttpURLConnection. It uses GET, PUT for obtaining the input stream and output stream. The PROPFIND and DELETE methods are used from the open URL dialog.

In case you want to create your own implementation for saving/opening/browsing remote files from oXygen you can check the source code of the Custom Protocol sample plugin from:
http://www.oxygenxml.com/InstData/Editor/Plugins/OxygenPluginsDevelopmentKit.zip

Best regards,
Dan


Robert Koberg wrote:
Hi,

What do you think the chances of getting REST working in oXygen? I see it working similar to the webdav file open/save, but specifying GET, PUT, DELETE (and maybe POST) as the HTTP method. (of course the server would need to support it)

As a user:
- I would like to 'open' a file from a URI with a GET
- I would like to 'save' a a file to URI with a PUT
- I would like to 'delete' a file from a URI with a DELETE

Is this possible now?

best,
-Rob
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to