Documentation Center

Open publication frameset

This call loads a dynamically generated HTML page that contains a frameset and an immediately call to the Open Publication Main Page API call.

Example API call

/servlets3/wietmsd?target=main&action=host_win&collection=default&book=PDMUNITTEST&id=1235131111

Parameters

ParameterDescription
targetmain
actionhost_win
idA session ID that was retrieved with or without a specific collection and publication combination
collectionThe name of the collection that the publication is registered in, such as default.
bookThe name of the publication, such as PDMUNITTEST.

Returns

On success
Dynamically generated HTML page.
<!DOCTYPE html>
<HTML>
     <HEAD>
          <TITLE>Xy Process DM Unit Test</TITLE>
          <meta http-equiv="refresh" content="0;URL='/servlets3/wietmsd?target=main&action=book_win&id=1512727002245&collection=default&book=PDMUNITTEST&lang=english'" />
     </HEAD>
     <body></body>
</html>
On failure
In the case of a invalid session ID, the user is redirected to the Login page.