views:

170

answers:

2

Hi folks,

we have BO Infoview runnig on our servrer. I would like to establish connection to it from a local windows app in C#. Do we have any API's for BO infoview??

Please help....

A: 

I don't know of any direct API to the Infoview product. The API does provide full access to recreate the Infoview interface if you so choose.

If you really want Infoview wrapped in a full client, then I would recommend just providing an IE control that is hardwired to your Infoview site.

If you chose to recreate the interface, I recommend wrapping the API in simpler to use objects, since there is a large amount of overhead to getting authenticated and handling opening a document.

shrub34