Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >

copyItem() Method


Use this method to copy an object from one location in the Presentation Catalog to another location in the Presentation Catalog.

Signature

void copyItem(String pathSrc, String pathDest, String sessionID);

Arguments
Description

String pathSrc

Specifies the current path to the object in the Presentation Catalog.

String pathDest

Specifies the location in the Presentation Catalog where the object should be copied.

String sessionID

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

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.