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

createFolder() Method


Use this method to create a new folder in the Presentation Catalog.

Signature

void createFolder(String path, boolean createIfNotExists, String sessionID);

Arguments
Description

String path

Specifies the location in the Presentation Catalog where the folder should be created, including the name of the new folder.

boolean createIfNotExists

If set to TRUE, then the folder object is created in the Presentation Catalog if it does not already exist. If set to FALSE, then the folder object is not recreated if it already exists.

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.