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 >

Copying an Object in the Web Catalog Using the copyItem() Method in the Siebel Analytics Web SOAP API


The copyItem() method in the WebCatalogService service copies an object from one location in the Web Catalog to another location in the Web Catalog.

Description of Parameters in the copyItem() Method

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

Parameter
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 copied.

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