Hi,
In an external application, I need to be able, "in one clic", to consult a model in Aris Publisher.
I'm able to have information such as the model GUID, Filter or publication GUID, Profil ID and login.
Identification on our publisher is SSO.
I tried to construct the URL, but it always redirects on the profilID choice list page.
In my mind I can imagine :
A web service to get the model as a picture or generate PDF.
Or An URL to get the pdf print of the model
Or a way to be able to get the constructed URL working good.
Anyone get the same problem ?
Thanx !
Fabien
Mathias Schacht on
Hello,
I would assume that it should be possible to create such a URL
Basically the url is put together with different parameters, which when provided correctly should lead to a working Link
Server Base URL:
http://serveraddress:port/businesspublisher/link.do?
UserName and Password
login=userName
password=Password
Language Settings (english in this case):
localeid=1033
I guess Profile Settings (should be extractable from any existing publisher URL):
ph=0ks15ej
Model GUID:
modelguid=GUID
Result:
http://Server:port/businesspublisher/link.do?login=user&password=password&localeid=1033&ph=0ks15ej&modelguid=GUID
Of course you would need to adjust it with you settings.
May this approach can work.
Regards,
Mathias