The first actor that must be invoked is the Dynamo Session Confirmation actor. As described in the Using Dynamo Session Confirmation Numbers section, the session confirmation number is used by the REST Web Services to provide secure access to the REST calls. The Form Element and The Component Element use _dynSessConf for method calls and setting property values. The SessionConfirmationActor returns the session confirmation number. The path to this actor is /atg/rest and it uses the getSessionConfirmationNumber actor-chain.

Parameters: None

Session Confirmation Number Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/rest/SessionConfirmationActor/
getSessionConfirmationNumber"

The server response may be similar to the following:

{"sessionConfirmationNumber":-5166444348429687167}

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices