Documentation Center

Open publication frameset

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

Example API call

/servlets3/wietmsd?date=135132123123&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.
dateTo prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a date parameter that is based on the time at which the call is made.

Returns

On success
Dynamically generated XHTML 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.