This is an initial question to gauge level of difficulty. I need to export a DGN out of ProjectWise using a unique key or document URL. Ideally I would make a REST call to an HTTP web service, supplying the unique key or URL to the DGN and would get the exported DGN returned as the response. First question, is my "in a perfect world" scenario possible? If not, are there any other mechanisms to interact with (i.e. export) DGN files out of ProjectWise remotely through HTTP?
Installing Bentley WSG (REST API) on the server is another easy way to achieve this. Altough you still have to handle the returning binary-stream in some way.
Thanks Bjorn. I think this is going to be the best way, since the REST API with WSG is already built and can be used as-is.