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

moveItem() Method


The moveItem() method moves an object in the Web Catalog to a different location in the Web Catalog.

Signature

void moveItem(String pathScr, String pathDest, String sessionID);

Arguments
Description

String pathSrc

The current path to the object in the Web Catalog.

String pathDest

The location in the Web Catalog where the object should be moved.

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