I'm in developing an external restful-service for working with PD repository.
The service aims to search objects in the repository and represent result in json format.
Since I have search result in json I need to represent a html-link in order to send user to PD Portal object's page.
However there is no simple way to achive that. The reason bellow:
PD Portal uses a lot of server-side code(managed beans, user navigation history, session data) and user in order to build object's page.
I'm able to get information from PD Repository database directly, such information as object id, name, code, type and so on.
Could some one help and explain me how to build html-link to PD Portal object page from external application?
Thanks in advance,
Roman