Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > WebCatalogService Service >

createLink() Method


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

Signature

void createLink(String sPath, String sTargetPath, boolean overwriteIfExists, String sessionID);

Arguments
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 Services Guide