RESTFul get representation URL
Hello,
well I have a problem that I cannot solve and I need help or guidance how to solve it. I am trying to get EPMDocument's (Creo part) visual representation (a .pvs file) using RESTFul query. Here is my query (for testing purposes we are using Swagger):
GET --header 'Accept: application/json' 'http://<wct-server>:<port>/Windchill/servlet/rest/visualization/objects/OR:wt.epm.EPMDocument:147522537'
on our windchill installations (I am using WcT 11.0 M030 CPS13) the result looks like:
{
"id": "...",
"attributes": {
"representations": [
{
"id": "OR:wt.viewmarkup.DerivedImage:....",
"attributes": {
"default": true,
"launchCreoView": "http://<Wct-server>:<port>/Windchill/wtcore/jsp/wvs/edrview.jsp?objref=OR%3Awt.viewmarkup.DerivedImage%3A422931&url=http%3A%2F%2Fhades.fsb.hr%3A90%2FWindchill%2Fservlet%2FWindchillAuthGW%2Fcom.ptc.wvs.server.util.WVSContentHelper%2FredirectDownload%2Fcad-0000001809_prt.pvs%3FContentHolder%3Dwt.viewmarkup.DerivedImage%253A422931%26HttpOperationItem%3Dwt.content.ApplicationData%253A422958%26u8%3D1&u8=1&forceuseplugin=true",
"threedthumbnail": ...
}
but on the client's installation (they are using WcT 11.0 M020) the "launchCreoView" string looks like:
It is noticeable that clients URL starts with creoview:// and ours starts with httpd://
And this is a problem, we were unable to figure out why URLs are different. We raise a call at the PTC support, but they don't know the answer (3 months past since).
So I am asking this community does anybody has any idea what to do and how to change this behavior.
Thank you!
Nenad

