Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Creating a Link to the Web Catalog Using the createLink() Method in the Siebel Analytics Web SOAP API


The createLink() method in the WebCatalogService service creates a link to the Web Catalog.

Description of Parameters in the createLink() Method

The createLink() method parameters are described in the following table.

Parameter
Description

String sPath

The path to the parent object in the Web Catalog.

String sTargetPath

The location in the Web Catalog to which the link being created should refer.

Boolean overwriteIfExists

A Boolean value, 1 (true) or 0 (false).

When set to true, the link is overwritten if it already exists in the Web Catalog.

When set to false, the link is not overwritten if it already exists in the Web Catalog.

String sessionID

A character string that identifies the session ID.

The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Administration Guide