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
| Parameter | Description |
|---|---|
target | main |
action | host_win |
id | A session ID that was retrieved with or without a specific collection and publication combination |
collection | The name of the collection that the publication is registered in, such as default. |
book | The name of the publication, such as PDMUNITTEST. |
date | To 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.