Aliased URL
An aliased URL serves as a handle to the server objects. You can access the server objects in the commonspace (shared folders) and the workspace using the aliased URL. An aliased URL is a unique identifier for the server object and the format is as follows:
• Object in workspace has a prefix wtws
wtws://<server_alias>/<workspace_name>/<object_server_name>
where <object_server_name> includes <object_name>.<object_extension>
For example, wtws://my_server/my_workspace/abcd.prt, wtws://my_server/my_workspace/intf_file.igs
where
<server_alias> is my_server
<workspace_name> is my_workspace
• Object in commonspace has a prefix wtpub
wtpub://<server_alias>/<folder_location>/<object_server_name>
For example, wtpub://my_server/path/to/cs_folder/abcd.prt
where
<server_alias> = my_server
<folder_location> = path/to/cs_folder
|
• <object_server_name> must be in lowercase.
• The APIs are case-sensitive to the aliased URL.
• <object_extension> should not contain Creo+ versions, for example, .1 or .2, and so on.
|