The URL for addressing a Nucleus component includes /bean/ in its application path. The following example shows the beginning of the URL for a Nucleus component.

http://servername:port/rest/bean/

You can use URLs to invoke methods and get or set property values of Nucleus components by including the names of methods and properties in the application path of the component. Separate the name of the method or property with a forward slash as if it were a separate container. For example, the following URL addresses the running property of the atg/dynamo/Configuration component.

http://servername:port/rest/bean/atg/dynamo/Configuration/running

See information about performing operations with Nucleus component properties and methods in Working with Legacy REST Components and Invoking Legacy REST Component Methods.


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