28
ORACLE® DATA RELATIONSHIP MANAGEMENT Release 11.1.2.3.500 API Guide CONTENTS IN BRIEF Overview ............................................................ 2 Using the Data Relationship Management Web Services .......................... 2 Creating a Web Service Client Using JDeveloper ................................ 8 Upgrading Existing API Programs .......................................... 8

ORACLE® DATA RELATIONSHIP MANAGEMENT · Data Relationship Management web service modules each provide their own web service interface, which is defined by a Web Service Definition

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

  • ORACLE® DATA RELATIONSHIP MANAGEMENT

    Release 11.1.2.3.500

    API Guide

    CONTENTS IN BRIEF

    Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

    Using the Data Relationship Management Web Services . . . . . . . . . . . . . . . . . . . . . . . . . . 2

    Creating a Web Service Client Using JDeveloper . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

    Upgrading Existing API Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

  • OverviewThe Oracle Data Relationship Management web services provide public interfaces for remotelyinteracting with a Data Relationship Management server. The SOAP-based web services can beused for product integration or developing custom applications which require a programmableinterface. Data Relationship Management includes two web service modules:

    l DrmService–The primary interface for accessing and managing information in DataRelationship Management

    m Master Data Objects–Includes versions, hierarchies, nodes, and properties. The DataRelationship Management web service API includes a complete set of interfaces to create,retrieve, maintain, and save these objects. Each object has a standard set of functionalityalong with operations specialized for that object type.

    m User Metadata Objects–Includes imports, blenders, queries, compares, exports, books,action scripts, and version variables. The interface includes operations for retrieving,editing, running, and interrogating the results of these objects.

    m System Metadata and Security Objects–Objects that the administrator develops as partof the implementation to determine how an application will function and who can accesswhich features and data. These objects include domains, property definitions andcategories, validations, hierarchy groups, node types, system preferences, externalconnections, workflow models and tasks, users and access groups. The interface provideslimited support for the maintenance of these objects. Generally, these objects will beadministered using the Data Relationship Management web client.

    l DrmGovernanceService–A specialized interface for processing workflow requests usingOracle Data Relationship Governance

    Workflow Data Objects–Includes the ability to create, read, update, delete, validate, andsubmit workflow requests using workflow models.

    Using the Data Relationship Management WebServicesData Relationship Management web service modules each provide their own web serviceinterface, which is defined by a Web Service Definition Language (WSDL) document. The WSDLdocuments for the Data Relationship Management web service interfaces are accessible usingthe following URLs (substitute the appropriate server hostname:port):

    http://web_server_name:port_number/oracle-epm-drm-webservices/

    DrmService?wsdl

    http://web_server_name:port_number/oracle-epm-drm-webservices/

    DrmGovernanceService?wsdl

    The API Reference for each web service interface provides details of the web service interfaceincluding descriptions and examples of operations, types, and parameters:

    Data Relationship Management API Reference

    2

    http://docs.oracle.com/cd/E40248_01/epm.1112/drm_api_ref_11123500.html

  • Data Relationship Governance API Reference

    Connecting to a Data Relationship Management ApplicationAll Data Relationship Management web service operations require a connection to a DataRelationship Management application. Connection information must be passed as a SOAPheader element for each web service call. The AppParameters element in the WSDL provides aschema definition for this SOAP header element. The AppParameters SOAP header elementcontains the following information which is needed to connect to the API Adapter for a DataRelationship Management application:

    l serverUrl–URL for the API Adapter configured for a Data Relationship Managementapplication. For example: http://localhost:5240/Oracle/Drm/APIAdapter

    l sessionParams–Parameters for the Data Relationship Management user session:

    m ProductVersion–Version number for the Data Relationship Management application

    m CultureName–Identifier for formatting date, time, and decimal values which are sent toor retrieved from a Data Relationship Management application. Any standard specificculture can be specified.

    m UICultureName–Identifies the language used for localized labels and messages returnedby the Data Relationship Management application:

    o en-US (English)

    o fr-FR (French)

    o de-DE (German)

    o ja-JP (Japanese)

    o zh-CN (Simplified Chinese)

    o ko-KR (Korean)

    m TimeZoneID–Client time zone identifier (see list of standard time zone IDs below).

    Examples of sessionParams:

    "ProductVersion=11.1.2,CultureName=en-US,UICultureName=en-US,TimeZoneID=Eastern Standard Time"

    "ProductVersion=11.1.2,CultureName=fr-CA,UICultureName=fr-FR,TimeZoneID=Eastern Standard Time"

    "ProductVersion=11.1.2,CultureName=en-ZA,UICultureName=en-US,TimeZoneID=South Africa Standard Time"

    "ProductVersion=11.1.2,CultureName=zh-HK,UICultureName=zh-CN,TimeZoneID=China Standard Time"

    "ProductVersion=11.1.2,CultureName=en-GB,UICultureName=en-US,TimeZoneID=China Standard Time"

    3

    http://docs.oracle.com/cd/E40248_01/epm.1112/drm_governance_api_ref_11123500/drm_governance_api_ref_11123500.html

  • Time Zone IDsThe following time zone IDs may be used:

    Time Zone Time Zone

    Afghanistan Standard Time Mauritius Standard Time

    Alaskan Standard Time Mid-Atlantic Standard Time

    Arab Standard Time Middle East Standard Time

    Arabian Standard Time Montevideo Standard Time

    Arabic Standard Time Morocco Standard Time

    Argentina Standard Time Mountain Standard Time

    Atlantic Standard Time Mountain Standard Time (Mexico)

    AUS Central Standard Time Myanmar Standard Time

    AUS Eastern Standard Time N. Central Asia Standard Time

    Azerbaijan Standard Time Namibia Standard Time

    Azores Standard Time Nepal Standard Time

    Bahia Standard Time New Zealand Standard Time

    Bangladesh Standard Time Newfoundland Standard Time

    Canada Central Standard Time North Asia East Standard Time

    Cape Verde Standard Time North Asia Standard Time

    Caucasus Standard Time Pacific SA Standard Time

    Cen. Australia Standard Time Pacific Standard Time

    Central America Standard Time Pacific Standard Time (Mexico)

    Central Asia Standard Time Pakistan Standard Time

    Central Brazilian Standard Time Paraguay Standard Time

    Central Europe Standard Time Romance Standard Time

    Central European Standard Time Russian Standard Time

    Central Pacific Standard Time SA Eastern Standard Time

    Central Standard Time SA Pacific Standard Time

    Central Standard Time (Mexico) SA Western Standard Time

    China Standard Time Samoa Standard Time

    4

  • Time Zone Time Zone

    Dateline Standard Time SE Asia Standard Time

    E. Africa Standard Time Singapore Standard Time

    E. Australia Standard Time South Africa Standard Time

    E. Europe Standard Time Sri Lanka Standard Time

    E. South America Standard Time Syria Standard Time

    Eastern Standard Time Taipei Standard Time

    Egypt Standard Time Tasmania Standard Time

    Ekaterinburg Standard Time Tokyo Standard Time

    Fiji Standard Time Tonga Standard Time

    FLE Standard Time Turkey Standard Time

    Georgian Standard Time Ulaanbaatar Standard Time

    GMT Standard Time US Eastern Standard Time

    Greenland Standard Time US Mountain Standard Time

    Greenwich Standard Time UTC

    GTB Standard Time UTC+12

    Hawaiian Standard Time UTC-02

    India Standard Time UTC-11

    Iran Standard Time Venezuela Standard Time

    Israel Standard Time Vladivostok Standard Time

    Jordan Standard Time W. Australia Standard Time

    Kaliningrad Standard Time W. Central Africa Standard Time

    Kamchatka Standard Time W. Europe Standard Time

    Korea Standard Time West Asia Standard Time

    Libya Standard Time West Pacific Standard Time

    Magadan Standard Time Yakutsk Standard Time

    Attaching a Web Service Security PolicyData Relationship Management web services are secured using security policies in Oracle WebServices Manager. A client policy must be used by the web service client which matches the

    5

  • security policy configured for the web service being called. JRF-based web service clients mustattach one of the following client-side policies when making calls to the Data RelationshipManagement web services:

    l oracle/wss11_saml_token_with_message_protection_client_policy

    l oracle/wss11_username_token_with_message_protection_client_policy

    l oracle/wss_username_token_client_policy

    l oracle/wss_http_token_client_policy

    For more information on configuring a web service security policy, refer to the “Securing DataRelationship Management Web Services” section of the Oracle Data Relationship ManagementInstallation Guide. For information on configuring security for a WCF/.NET 3.5 Client, refer tothe “Configuring Microsoft WCF/.NET 3.5 Client” section of the Oracle Fusion MiddlewareInteroperability Guide for Oracle Web Services Manager.

    Stateful Session ManagementData Relationship Management web services support an optional stateful session mode whichmay be used as an alternative to the stateless mode available by default. In the stateless mode,each web service operation implicitly creates a user session at the start of the operation andterminates the session at the end of the operation. In the stateful mode, the web service client isresponsible for explicitly creating the user session, managing a session ID for the session, andterminating the session. When multiple web service operations need to be performed to completea particular task, the stateful session mode is beneficial because it minimizes the overhead ofcreating and terminating user sessions.

    Creation and termination operations for stateful sessions are included in the DrmService webservice interface. If stateful session support is required for the DrmGovernanceService, proxiesfor both interfaces must be generated to utilize the beginSession and endSession methods in theDrmService interface.

    ä To use the stateful session mode, perform the following steps in the Web service clientprogram:

    1 Call the beginSession() operation of the DrmService to obtain a session ID from the server. The webservice client program needs to keep track of this session ID as it will be utilized on subsequent webservice calls.

    2 Insert the session ID into a custom web service header element named “SessionMaintainParams” withthe “http://drm.webservices.epm.oracle” namespace.

    3 Perform the desired web service operations.

    4 End the stateful session by calling the endSession() operation of the DrmService interface.

    Note: The SessionMaintainParams element in the WSDL provides a schema definition for thisSOAP header element.

    6

    http://docs.oracle.com/cd/E28280_01/web.1111/e16098/interop_net.htm#BIIHHHBC

  • Java Example

    String sessionId = null; if (stateful) { sessionId = i_drmService.beginSession(); //add the Session Id to a custom Header addSessionIdNodeToHeader((WSBindingProvider)i_drmService, sessionId); //get system preferences SystemPreferenceListType listType = i_drmService.getSysPrefs();

    // Insert Session ID in Header and call DRG Webservice with same session ID //to create a workflow request template. addSessionIdNodeToHeader((WSBindingProvider)i_drgService, sessionId); CreateWorkflowRequestResponseType createWorkflowRequest = null; CreateWorkflowRequestType input = new CreateWorkflowRequestType(); input.setRequest(new BaseRequestType()); input.getRequest().setModelName(“New Financial Account”);

    //create a "Shell" of a Workflow request createWorkflowRequest = i_drgServiceIF.createWorkflowRequest(input); //end stateful session i_drmService.endSession(sessionId); }

    static void addSessionIdNodeToHeader(WSBindingProvider wsbp, String sessionId) throws ParserConfigurationException { List allHeaders = new ArrayList(); if (sessionId != null) { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();

    DocumentBuilder builder = factory.newDocumentBuilder(); Document document = builder.newDocument(); // Create from whole cloth Element root = document.createElementNS(DRM_SERVICE_NAMESPACE, "SessionMaintainParams"); document.appendChild(root);

    Element serverUrlNode = (Element) root.appendChild(document.createElementNS(DRM_SERVICE_NAMESPACE, "sessionId")); serverUrlNode.appendChild(document.createTextNode(sessionId)); Header header = new DOMHeader(root); allHeaders.add(header); } wsbp.setOutboundHeaders(allHeaders); } static final String DRM_SERVICE_NAMESPACE = "http://drm.webservices.epm.oracle";

    7

  • Creating a Web Service Client Using JDeveloperIf you are using JDeveloper to develop a Java-based client, refer to "Developing ApplicationsUsing Web Services" in the Oracle Fusion Middleware User’s Guide for Oracle JDeveloper.

    Upgrading Existing API ProgramsExisting programs written to use the Data Relationship Management web service API availablein previous 11.1.2 releases of the product are compatible with this release with certain exceptionswhich are documented later in this section. For API programs written against a Oracle DataRelationship Management release prior to 11.1.2, those programs must be manually convertedto use the web services API available in this release.

    Upgrading 11.1.2.1. API ProgramsIn release 11.1.2.2, there were changes made to some remotable types. Detailed information oneach method or type can be found in the 11.1.2.3 Reference.

    Changes to Existing TypesThe following remotable types were changed in the 11.1.2.2 release.

    Note: If you are using any of these types in an existing API program using the 11.1.2.1 webservice, proxy classes need to be regenerated using the current WSDL for the web service.See Regenerating Web Service Proxy Classes.

    Table 1 Changes to Remotable Types in the 11.1.2.2 Release

    Type Change

    ExportTypel Changed characterEncoding element to codepage element

    l Added elements: runValidationsMode, selectedValidations

    ScriptLoadParamsTypel columnIndices element is changed to a string list

    l Added elements: useLabelForPropertyLookup, domainForAddedNodes

    DataTypeEnum Added enum elements: Domain, VersionVariable, HierarchyGroup

    VersionTypeEnum Variable element added

    AddNodeWithProps domainName element added

    AddNode domainName element added

    AddOrphanNode domainName element added

    StartScriptFromFile Changed characterEncoding element to codepage element

    8

    http://docs.oracle.com/cd/E40248_01/epm.1112/drm_api_ref_11123500.html

  • Changes to Session ParamsIn release 11.1.2.2, the session parameter “TimeZoneID” replaced the “TimeZoneOffset”parameter. Refer to the list of standard time zone IDs.

    Regenerating Web Service Proxy ClassesExisting API programs using methods, objects, or types changed in the 11.1.2.2 web service APImust be manually updated.

    l If using a JRF-based web service client, refer to the “Developing Applications Using WebServices" section in the Oracle Fusion Middleware User’s Guide for Oracle JDeveloper.

    l If using a .Net-based web service client, refer to the “Configuring Microsoft WCF/.NET 3.5Client” section of the Oracle Fusion Middleware Interoperability Guide for Oracle Web ServicesManager.

    Upgrading Pre-11.1.2 API ProgramsThe following mapping tables can be used to manually upgrade custom API programs fromusing the multiple .NET web services offered in release 11.1.1 to the single Fusion Middlewareweb service available in release 11.1.2.1 and later. A separate table is provided for each 11.1.1web service.

    Automator

    Table 2 Automator Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    GetLoadActionItemBatch Not Currently Supported

    GetProcessActionsResult getScriptResults

    LoadFile startScriptFromFile

    LoadLogCriteria getScriptFromLog

    LoadNodeModel getScriptFromModel

    ProcessActions startScript

    StartLoadFileJob startScriptFromFile

    StartLoadLogCriteriaJob getScriptFromLog

    StartProcessActionsJob startScript

    9

    http://localhost/mdm_ntier/Automator.asmx?op=GetLoadActionItemBatchhttp://localhost/mdm_ntier/Automator.asmx?op=GetProcessActionsResulthttp://localhost/mdm_ntier/Automator.asmx?op=StartProcessActionsJobhttp://localhost/mdm_ntier/Automator.asmx?op=LoadFilehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startScriptFromFilehttp://localhost/mdm_ntier/Automator.asmx?op=LoadLogCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getScriptFromLoghttp://localhost/mdm_ntier/Automator.asmx?op=LoadNodeModelhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getScriptFromModelhttp://localhost/mdm_ntier/Automator.asmx?op=ProcessActionshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startScripthttp://localhost/mdm_ntier/Automator.asmx?op=StartLoadFileJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startScriptFromFilehttp://localhost/mdm_ntier/Automator.asmx?op=StartLoadLogCriteriaJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startScriptFromLoghttp://localhost/mdm_ntier/Automator.asmx?op=StartProcessActionsJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startScript

  • BlenderMgr

    Table 3 BlenderMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    BlenderByID getBlender

    DeleteBlenderProfile deleteBlender

    FillBlenderProfiles getBlenderNames getBlender

    GetBlendJobResults getBlenderResults

    ProcessBlend startBlenderByName

    SaveBlenderProfile createBlender updateBlender

    StartBlendJob startBlender

    CategoryMgr

    Table 4 CategoryMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    AddCategory addPropCategory

    DeleteCategory deletePropCategory

    ListCategories getPropCategories

    ListProperties getPropDefsByCategory

    ListUsers getPropCategories

    UpdateCategory updatePropCategory

    UpdateProperties updatePropCategory

    UpdateUsers updatePropCategory

    CompareMgr

    Table 5 CompareMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    Compare runCompare runCompareByName, startCompare, startCompareByName

    Compares getCompareNames

    DeleteCriteria deleteCompare

    10

    http://localhost/mdm_ntier/BlenderMgr.asmx?op=BlenderByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBlenderhttp://localhost/mdm_ntier/BlenderMgr.asmx?op=DeleteBlenderProfilehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteBlenderhttp://localhost/mdm_ntier/BlenderMgr.asmx?op=FillBlenderProfileshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBlenderNameshttp://localhost/mdm_ntier/BlenderMgr.asmx?op=GetBlendJobResultshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBlenderResultshttp://localhost/mdm_ntier/BlenderMgr.asmx?op=ProcessBlendhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startBlenderByNamehttp://localhost/mdm_ntier/BlenderMgr.asmx?op=SaveBlenderProfilehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:createBlenderhttp://localhost/mdm_ntier/BlenderMgr.asmx?op=StartBlendJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startBlenderhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=AddCategoryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addPropCategoryhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=DeleteCategoryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deletePropCategoryhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=ListCategorieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropCategorieshttp://localhost/mdm_ntier/CategoryMgr.asmx?op=ListPropertieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefsByCategoryhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=ListUsershttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropCategorieshttp://localhost/mdm_ntier/CategoryMgr.asmx?op=UpdateCategoryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updatePropCategoryhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=UpdatePropertieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updatePropCategoryhttp://localhost/mdm_ntier/CategoryMgr.asmx?op=UpdateUsershttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updatePropCategoryhttp://localhost/mdm_ntier/CompareMgr.asmx?op=Comparehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=Compareshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getCompareNameshttp://localhost/mdm_ntier/CompareMgr.asmx?op=DeleteCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteCompare

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    LoadCriteria getCompare

    PropCompare runCompare runCompareByName, startCompare, startCompareByName

    PropCompares getCompare

    Rename updateCompare

    RenameCompare runCompare runCompareByName, startCompare, startCompareByName

    RenameCompares getCompare getCompareNames

    SaveCriteria createCompare updateCompare

    ExportMgr

    Table 6 ExportMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    BookByID getBook

    CloseBookJob Not Applicable

    DeleteBook deleteBook

    DeleteExport deleteExport

    ExportByID getExport

    FillBooks getBookNames getBook

    FillExports getExportNames getExport

    FillTypeDefs Not Currently Supported

    GetBookJobCombinedFile getBookResults

    GetBookJobExportResult getBookResults

    GetBookJobItemCount getBookResultsItemCount

    GetExportJobResults getExportResults

    IsExportRunnable Not Currently Supported

    RunExport startExport startExportByName, startCompareExportByName,startCompareExportByNameOnHier,startCompareExportByNameOnHierNode

    RunExportByID startExport startExportByName, startCompareExportByName,startCompareExportByNameOnHier,startCompareExportByNameOnHierNode

    11

    http://localhost/mdm_ntier/CompareMgr.asmx?op=LoadCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=PropComparehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=PropCompareshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=Renamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=RenameComparehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=RenameCompareshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getComparehttp://localhost/mdm_ntier/CompareMgr.asmx?op=SaveCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:createComparehttp://localhost/mdm_ntier/ExportMgr.asmx?op=BookByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBookhttp://localhost/mdm_ntier/ExportMgr.asmx?op=CloseBookJobhttp://localhost/mdm_ntier/ExportMgr.asmx?op=DeleteBookhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteBookhttp://localhost/mdm_ntier/ExportMgr.asmx?op=DeleteExporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteExporthttp://localhost/mdm_ntier/ExportMgr.asmx?op=ExportByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getExporthttp://localhost/mdm_ntier/ExportMgr.asmx?op=FillBookshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBookNameshttp://localhost/mdm_ntier/ExportMgr.asmx?op=FillExportshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getExportNameshttp://localhost/mdm_ntier/ExportMgr.asmx?op=FillTypeDefshttp://localhost/mdm_ntier/ExportMgr.asmx?op=GetBookJobCombinedFilehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBookResultshttp://localhost/mdm_ntier/ExportMgr.asmx?op=GetBookJobExportResulthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBookResultshttp://localhost/mdm_ntier/ExportMgr.asmx?op=GetBookJobItemCounthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getBookResultsItemCounthttp://localhost/mdm_ntier/ExportMgr.asmx?op=GetExportJobResultshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getExportResultshttp://localhost/mdm_ntier/ExportMgr.asmx?op=IsExportRunnablehttp://localhost/mdm_ntier/ExportMgr.asmx?op=RunExporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startExporthttp://localhost/mdm_ntier/ExportMgr.asmx?op=RunExportByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startExport

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    SaveBook createBook updateBook

    SaveExport createExport updateExport

    StartBookJob startBookByName

    StartExportJob startExport startExportByName, startCompareExportByName,startCompareExportByNameOnHier,startCompareExportByNameOnHierNode

    GlobalNode

    Table 7 GlobalNode Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    ChildNodeCount getGlobalNodeRefCount

    ExistsInDB Not Currently Supported

    FillChildren getRelatedNodes

    FillChildrenQry getGlobalRelatedNodesWithProps

    FillChildrenStrList Not Currently Supported

    FillDescendants getRelatedNodes

    FillDescendantsQry getRelatedNodesWithProps

    FillDescendantsSorted Not Currently Supported

    FillPropValue getGlobalNodeProps

    FillPropValues getGlobalNodeProps

    FillReferencesQry getRelatedNodesWithProps

    FillSharedNodes Not Currently Supported

    GetAccessLevel Not Applicable

    GetLeafAccessLevel Not Applicable

    GetLimbAccessLevel Not Applicable

    GetNode getGlobalNodes

    GetReactivateAccessLevel Not Applicable

    GetReactivateLeafAccessLevel Not Applicable

    GetReactivateLimbAccessLevel Not Applicable

    12

    http://localhost/mdm_ntier/ExportMgr.asmx?op=SaveBookhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:createBookhttp://localhost/mdm_ntier/ExportMgr.asmx?op=SaveExporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:createExporthttp://localhost/mdm_ntier/ExportMgr.asmx?op=StartBookJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startBookByNamehttp://localhost/mdm_ntier/ExportMgr.asmx?op=StartExportJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startExporthttp://localhost/mdm_ntier/GlobalNode.asmx?op=ChildNodeCounthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodeRefCounthttp://localhost/mdm_ntier/GlobalNode.asmx?op=ExistsInDBhttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillChildrenQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalRelatedNodesWithPropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillChildrenStrListhttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillDescendantshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillDescendantsQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalRelatedNodesWithPropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillDescendantsSortedhttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillPropValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillPropValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillReferencesQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodesWithPropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=FillSharedNodeshttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetAccessLevelhttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetLeafAccessLevelhttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetLimbAccessLevelhttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodeshttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetReactivateAccessLevelhttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetReactivateLeafAccessLevelhttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetReactivateLimbAccessLevel

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    GetReferenceCount getGlobalNodeRefCount

    GetReferences getGlobalNodeReferences

    HasChildren getGlobalNodeProps

    NextNodeSequence Not Currently Supported

    NumChildren getGlobalNodeProps

    NumDescendants getGlobalNodeProps

    PropOriginByAbbrev getGlobalNodeProps

    PropStrValueByAbbrev getGlobalNodePropValues

    PropValueByAbbrev getGlobalNodePropValues

    PropValueByID getGlobalNodePropValues

    PropValuesByAbbrev getGlobalNodePropValues

    GlyphMgr

    Table 8 GlyphMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    Delete deleteGlyph

    GlyphByID getGlyph

    Insert addGlyph

    LoadGlyphs Not Currently Supported

    Update updateGlyph

    Hier

    Table 9 Hier Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddNode addNode addNodeWithProps

    AnnulAllBelow annulNode

    AnnulNode annulNode

    ChangeTopNode setHierTopNode

    13

    http://localhost/mdm_ntier/GlobalNode.asmx?op=GetReferenceCounthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodeRefCounthttp://localhost/mdm_ntier/GlobalNode.asmx?op=GetReferenceshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodeReferenceshttp://localhost/mdm_ntier/GlobalNode.asmx?op=HasChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=NextNodeSequencehttp://localhost/mdm_ntier/GlobalNode.asmx?op=NumChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=NumDescendantshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=PropOriginByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropshttp://localhost/mdm_ntier/GlobalNode.asmx?op=PropStrValueByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropValueshttp://localhost/mdm_ntier/GlobalNode.asmx?op=PropValueByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropValueshttp://localhost/mdm_ntier/GlobalNode.asmx?op=PropValueByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropValueshttp://localhost/mdm_ntier/GlobalNode.asmx?op=PropValuesByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodePropValueshttp://localhost/mdm_ntier/GlyphMgr.asmx?op=Deletehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteGlyphhttp://localhost/mdm_ntier/GlyphMgr.asmx?op=GlyphByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlyphhttp://localhost/mdm_ntier/GlyphMgr.asmx?op=Inserthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addGlyphhttp://localhost/mdm_ntier/GlyphMgr.asmx?op=LoadGlyphshttp://localhost/mdm_ntier/GlyphMgr.asmx?op=Updatehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateGlyphhttp://localhost/mdm_ntier/Hier.asmx?op=AddNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addNodehttp://localhost/mdm_ntier/Hier.asmx?op=AnnulAllBelowhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:annulNodehttp://localhost/mdm_ntier/Hier.asmx?op=AnnulNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:annulNodehttp://localhost/mdm_ntier/Hier.asmx?op=ChangeTopNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:setHierTopNode

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    CopyNodes copyNode

    DeleteNodes deleteNodes deleteNode

    DestroyNodes deleteNodes deleteNode

    ExtNodeByAbbrev Not Currently Supported

    ExtNodeByID Not Currently Supported

    FillNodeList Not Currently Supported

    FillPropValues getHierPropValues getHierProps

    FillStrPropValue getHierPropValues getHierProps

    GetHier getHier

    InactivateNodes inactivateNodes

    InsertNode insertNode insertNodes, insertNodeWithProps

    MoveNodes moveNodes moveNode

    NodeByAbbrev getNode getNodes, getNodeWithProps

    NodeByID getNodeByID

    PropValueByAbbrev getHierPropValues getHierProps

    PropValueByID getHierPropValues getHierProps

    ReactivateNodes reactivateNodes reactivateNode

    RemoveNodes removeNodes removeNode

    SearchForNode searchForNodesInHier

    UpdateProps updateHierProps

    Verify runValidateHier

    VerifyNode runValidateNode

    VerifyNodeSelected runValidateNode

    VerifySelected runValidateHier

    14

    http://localhost/mdm_ntier/Hier.asmx?op=CopyNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:copyNodehttp://localhost/mdm_ntier/Hier.asmx?op=DeleteNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteNodeshttp://localhost/mdm_ntier/Hier.asmx?op=DestroyNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteNodeshttp://localhost/mdm_ntier/Hier.asmx?op=ExtNodeByAbbrevhttp://localhost/mdm_ntier/Hier.asmx?op=ExtNodeByIDhttp://localhost/mdm_ntier/Hier.asmx?op=FillNodeListhttp://localhost/mdm_ntier/Hier.asmx?op=FillPropValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getHierPropValueshttp://localhost/mdm_ntier/Hier.asmx?op=FillStrPropValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getHierPropValueshttp://localhost/mdm_ntier/Hier.asmx?op=GetHierhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getHierhttp://localhost/mdm_ntier/Hier.asmx?op=InactivateNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:inactivateNodeshttp://localhost/mdm_ntier/Hier.asmx?op=InsertNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:insertNodehttp://localhost/mdm_ntier/Hier.asmx?op=MoveNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:moveNodeshttp://localhost/mdm_ntier/Hier.asmx?op=NodeByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodehttp://localhost/mdm_ntier/Hier.asmx?op=NodeByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodeByIDhttp://localhost/mdm_ntier/Hier.asmx?op=PropValueByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getHierPropValueshttp://localhost/mdm_ntier/Hier.asmx?op=PropValueByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getHierPropValueshttp://localhost/mdm_ntier/Hier.asmx?op=ReactivateNodeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:reactivateNodeshttp://http://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:removeNodeshttp://localhost/mdm_ntier/Hier.asmx?op=SearchForNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:searchForNodesInHierhttp://localhost/mdm_ntier/Hier.asmx?op=UpdatePropshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateHierPropshttp://localhost/mdm_ntier/Hier.asmx?op=Verifyhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runValidateHierhttp://localhost/mdm_ntier/Hier.asmx?op=VerifyNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runValidateNodehttp://localhost/mdm_ntier/Hier.asmx?op=VerifyNodeSelectedhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runValidateNodehttp://localhost/mdm_ntier/Hier.asmx?op=VerifySelectedhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runValidateHier

  • ImportMgr

    Table 10 ImportMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    DeleteImport deleteImport

    FillImportBlocks getImport

    FillImportTypeDefs Not Currently Supported

    GetImportJobResults getImportResults

    ImportBlockByID getImport

    IsRunnable Not Currently Supported

    RunImport startImport startImportByName

    SaveImport updateImport

    StartImportJob startImport startImportByName

    JobMgr

    Table 11 JobMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    CheckJobStatus getJobStatus

    LocalNode

    Table 12 LocalNode Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    ChildNodeCount getRelatedNodeCount

    CopyProps copyNodeProps

    ExistsInDB Not Currently Supported

    FillAncestors getRelatedNodes

    FillAncestorsExt Not Currently Supported

    FillAncestorsExtQry getRelatedNodesWithProps

    FillChildren getRelatedNodes

    FillChildrenExt Not Currently Supported

    15

    http://localhost/mdm_ntier/ImportMgr.asmx?op=DeleteImporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteImporthttp://localhost/mdm_ntier/ImportMgr.asmx?op=FillImportBlockshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getImporthttp://localhost/mdm_ntier/ImportMgr.asmx?op=FillImportTypeDefshttp://localhost/mdm_ntier/ImportMgr.asmx?op=GetImportJobResultshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getImportResultshttp://localhost/mdm_ntier/ImportMgr.asmx?op=ImportBlockByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getImporthttp://localhost/mdm_ntier/ImportMgr.asmx?op=IsRunnablehttp://localhost/mdm_ntier/ImportMgr.asmx?op=RunImporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startImporthttp://localhost/mdm_ntier/ImportMgr.asmx?op=SaveImporthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateImporthttp://localhost/mdm_ntier/ImportMgr.asmx?op=StartImportJobhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:startImporthttp://localhost/mdm_ntier/JobMgr.asmx?op=CheckJobStatushttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getJobStatushttp://localhost/mdm_ntier/LocalNode.asmx?op=ChildNodeCounthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeCounthttp://localhost/mdm_ntier/LocalNode.asmx?op=CopyPropshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:copyNodePropshttp://localhost/mdm_ntier/LocalNode.asmx?op=ExistsInDBhttp://localhost/mdm_ntier/LocalNode.asmx?op=FillAncestorshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillAncestorsExthttp://localhost/mdm_ntier/LocalNode.asmx?op=FillAncestorsExtQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodesWithPropshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillChildrenExt

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    FillChildrenExtQry getRelatedNodesWithProps

    FillChildrenSorted Not Currently Supported

    FillChildrenStrList getRelatedNodeNames

    FillDescendants getRelatedNodes

    FillDescendantsQry getRelatedNodesWithProps

    FillDescendantsSorted Not Currently Supported

    FillPropValue getNodePropValues

    FillPropValues getNodePropValues

    FillSiblings getRelatedNodes

    FillSiblingsQry getRelatedNodesWithProps

    GetAccessLevel getNodeAccessLevel

    GetDisplayByString getNodePropValues

    GetExtNode Not Currently Supported

    GetFiltered Not Currently Supported

    GetGlobalNode getGlobalNode getGlobalNodes

    GetLeafAccessLevel getNodeAccessLevel

    GetLimbAccessLevel getNodeAccessLevel

    GetNode getNode getNodes, getNodeWithProps

    GetNodeType getNode getNodes

    GetNumVisibleChildren Not Currently Supported

    GetParentNode getRelatedNodes getNode

    GetReactivateAccessLevel Not Currently Supported

    GetReactivateLeafAccessLevel Not Currently Supported

    GetReactivateLimbAccessLevel Not Currently Supported

    HasChildren getRelatedNodeCount

    NumChildren getRelatedNodeCount

    NumDescendants getRelatedNodeCount

    OrderChildren orderChildren

    16

    http://localhost/mdm_ntier/LocalNode.asmx?op=FillChildrenExtQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodesWithPropshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillChildrenSortedhttp://localhost/mdm_ntier/LocalNode.asmx?op=FillChildrenStrListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeNameshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillDescendantshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillDescendantsQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodesWithPropshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillDescendantsSortedhttp://localhost/mdm_ntier/LocalNode.asmx?op=FillPropValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillPropValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillSiblingshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/LocalNode.asmx?op=FillSiblingsQryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodesWithPropshttp://localhost/mdm_ntier/LocalNode.asmx?op=GetAccessLevelhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodeAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetDisplayByStringhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=GetExtNodehttp://localhost/mdm_ntier/LocalNode.asmx?op=GetFilteredhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetGlobalNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getGlobalNodehttp://localhost/mdm_ntier/LocalNode.asmx?op=GetLeafAccessLevelhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodeAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetLimbAccessLevelhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodeAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodehttp://localhost/mdm_ntier/LocalNode.asmx?op=GetNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodehttp://localhost/mdm_ntier/LocalNode.asmx?op=GetNumVisibleChildrenhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetParentNodehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeshttp://localhost/mdm_ntier/LocalNode.asmx?op=GetReactivateAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetReactivateLeafAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=GetReactivateLimbAccessLevelhttp://localhost/mdm_ntier/LocalNode.asmx?op=HasChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeCounthttp://localhost/mdm_ntier/LocalNode.asmx?op=NumChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeCounthttp://localhost/mdm_ntier/LocalNode.asmx?op=NumDescendantshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRelatedNodeCounthttp://localhost/mdm_ntier/LocalNode.asmx?op=OrderChildrenhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:orderChildren

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    PropOriginByAbbrev getNodeProps

    PropStrValueByAbbrev getNodePropValues

    PropValueByAbbrev getNodePropValues getNodeProps

    PropValueByID getNodePropValues

    PropValuesByAbbrev getNodePropValues

    UpdateProps updateNodeProps updateNodePropValues

    Verify runValidateNode

    VerifySelected runValidateNode

    LogMgr

    Table 13 LogMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    LoadLogItems getLogItems

    LogItem Not Currently Supported

    NodeAccessGroupMgr

    Table 14 NodeAccessGroupMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddNodeAccessGroup addNodeAccessGroup

    DeleteNodeAccessGroup deleteNodeAccessGroup

    FillGroupList getNodeAccessGroupNames getNodeAccessGroup

    FillUserList getNodeAccessGroupUserList

    GroupByID getNodeAccessGroup

    UpdateControllingHiers assignControlledProps

    UpdateNodeAccessGroup updateNodeAccessGroup

    UpdateNodeAccessMembers updateNodeAccessGroup

    17

    http://localhost/mdm_ntier/LocalNode.asmx?op=PropOriginByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNodePropshttp://localhost/mdm_ntier/LocalNode.asmx?op=PropStrValueByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=PropValueByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=PropValueByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=PropValuesByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodePropValueshttp://localhost/mdm_ntier/LocalNode.asmx?op=UpdatePropshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:updateNodePropshttp://localhost/mdm_ntier/LocalNode.asmx?op=Verifyhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:runValidateNodehttp://localhost/mdm_ntier/LocalNode.asmx?op=VerifySelectedhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:runValidateNodehttp://localhost/mdm_ntier/LogMgr.asmx?op=LoadLogItemshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getLogItemshttp://localhost/mdm_ntier/LogMgr.asmx?op=LogItemhttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=AddNodeAccessGrouphttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:addNodeAccessGrouphttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=DeleteNodeAccessGrouphttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:deleteNodeAccessGrouphttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=FillGroupListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNodeAccessGroupNameshttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=FillUserListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNodeAccessGroupUserListhttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=GroupByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNodeAccessGrouphttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=UpdateControllingHiershttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:assignControlledPropshttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=UpdateNodeAccessGrouphttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:updateNodeAccessGrouphttp://localhost/mdm_ntier/NodeAccessGroupMgr.asmx?op=UpdateNodeAccessMembershttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:updateNodeAccessGroup

  • NodeTypeMgr

    Table 15 NodeTypeMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddNodeType addNodeType

    ApplyNodeTypeCategories Not Currently Supported

    ApplyNodeTypeProps Not Currently Supported

    ApplyNodeTypeValidations Not Currently Supported

    DeleteNodeType deleteNodeType

    FillCategoriesByNodeType getNodeTypes

    FillNodeTypes getNodeTypes getNodeTypeNames

    FillNodeTypesByCategory Not Currently Supported

    FillNodeTypesByProperty getNodeTypes

    FillNodeTypesByValidation getNodeTypes

    FillPropertiesByNodeType getNodeTypes

    FillValidationsByNodeType getNodeTypes

    GlyphIDByNode Not Currently Supported

    GlyphIDByNodeType getNodeTypes

    UpdateNodeType Not Currently Supported

    ProcessInfo

    Table 16 ProcessInfo Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    GetEngineList Not Applicable

    GetEngineProcessID Not Applicable

    GetEngineProcessMemoryInfo Not Applicable

    GetEngineQueue Not Applicable

    GetEngineThreadInfo Not Applicable

    GetGlobalMemoryStatus Not Applicable

    GetMachineList Not Applicable

    18

    http://localhost/mdm_ntier/NodeTypeMgr.asmx?op=AddNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:addNodeTypehttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=ApplyNodeTypeCategorieshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=ApplyNodeTypePropshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=ApplyNodeTypeValidationshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=DeleteNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteNodeTypehttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillCategoriesByNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillNodeTypeshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillNodeTypesByCategoryhttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillNodeTypesByPropertyhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillNodeTypesByValidationhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillPropertiesByNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=FillValidationsByNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=GlyphIDByNodehttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=GlyphIDByNodeTypehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#type_http://drm.webservices.epm.oracle:getNdoeTypeshttp://localhost/mdm_ntier/NodeTypeMgr.asmx?op=UpdateNodeTypehttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetEngineListhttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetEngineProcessIDhttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetEngineProcessMemoryInfohttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetEngineQueuehttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetEngineThreadInfohttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetGlobalMemoryStatushttp://localhost/mdm_ntier/ProcessInfo.asmx?op=GetMachineList

  • PropMgr

    Table 17 PropMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddPropDef addPropDef

    AnyPropDefByAbbrev getPropDef

    AnyPropDefByID getPropDef

    ControlHierID Not Currently Supported

    DefaultByAbbrev getPropDef

    DeleteLookupValue updatePropDef

    DeletePropDef deletePropDef

    DerivedClassDefaultParams Not Currently Supported

    DerivedClassDefaults Not Currently Supported

    FillControlledProps getControlledPropNames

    FillFullPropList getPropDefs getPropDefNames

    FillHierPropByAbbrev getPropDefs getPropDefNames

    FillHierPropDefs getPropDefs getPropDefNames

    FillPropByAbbrev getPropDefs getPropDefNames

    FillPropDefs getPropDefs

    FillPropsFromPref Not Applicable

    FillSelectedPropList getPropDefs getPropDefNames

    FillValPropList getPropDefs getPropDefNames

    FillVersionPropByAbbrev getPropDefs getPropDefNames

    FillVersionPropDefs getPropDefs getPropDefNames

    GetAccessGroups getNodeAccessGroupNames

    GetAccessLevel getPropDefs

    GetCategories getPropDefs

    GetPropDefParams getPropDefs

    HFillFullPropList getPropDefs getPropDefNames

    HFillSelectedPropList getPropDefs getPropDefNames

    19

    http://localhost/mdm_ntier/PropMgr.asmx?op=AddPropDefhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=AnyPropDefByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=AnyPropDefByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=ControlHierIDhttp://localhost/mdm_ntier/PropMgr.asmx?op=DefaultByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=DeleteLookupValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=DeletePropDefhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:deletePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=DerivedClassDefaultParamshttp://localhost/mdm_ntier/PropMgr.asmx?op=DerivedClassDefaultshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillControlledPropshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:getControlledPropNameshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillFullPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillHierPropByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillHierPropDefshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillPropByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillPropDefshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillPropsFromPrefhttp://localhost/mdm_ntier/PropMgr.asmx?op=FillSelectedPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillValPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillVersionPropByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=FillVersionPropDefshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=GetAccessGroupshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getNodeAccessGroupNameshttp://localhost/mdm_ntier/PropMgr.asmx?op=GetAccessLevelhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=GetCategorieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=GetPropDefParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=HFillFullPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=HFillSelectedPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefs

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    HierPropDefByAbbrev getPropDefs

    HierPropDefByID getPropDefs

    HierPropIsValid getPropDefs

    InsertLookupValue updatePropDef

    ListControllingHiers Not Currently Supported

    ListDerivedPropClasses Not Currently Supported

    ListLookupValues getPropDef

    ListPropDefParams getPropDef

    ListPropsByCategory getPropDefsByCategory

    LookupByValue getPropDef

    NodeCopyPropByAbbrev Not Currently Supported

    NodePropIsValid getPropDef

    ParamByName getPropDef

    PropDefByAbbrev getPropDef

    PropDefByID getPropDef

    PropIsValid Not Currently Supported

    SetCategoryList updatePropDef

    SetControllingHier assignControlledProps

    SetPropDefParams updatePropDef

    TestFormula Not Currently Supported

    UpdateListValues updatePropDefListValues

    UpdateLookupValue updatePropDef

    UpdatePropDef updatePropDef

    VersionPropDefByAbbrev getPropDefs getPropDefNames

    VersionPropDefByID getPropDefs

    VersionPropIsValid getPropDefs

    VFillFullPropList getPropDefs getPropDefNames

    VFillSelectedPropList getPropDefs getPropDefNames

    20

    http://localhost/mdm_ntier/PropMgr.asmx?op=HierPropDefByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=HierPropDefByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=HierPropIsValidhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=InsertLookupValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=ListControllingHiershttp://localhost/mdm_ntier/PropMgr.asmx?op=ListDerivedPropClasseshttp://localhost/mdm_ntier/PropMgr.asmx?op=ListLookupValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=ListPropDefParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=ListPropsByCategoryhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefsByCategoryhttp://localhost/mdm_ntier/PropMgr.asmx?op=LookupByValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=NodeCopyPropByAbbrevhttp://http://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=ParamByNamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=PropDefByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=PropDefByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=PropIsValidhttp://localhost/mdm_ntier/PropMgr.asmx?op=SetCategoryListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=SetControllingHierhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:assignControlledPropshttp://localhost/mdm_ntier/PropMgr.asmx?op=SetPropDefParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=TestFormulahttp://localhost/mdm_ntier/PropMgr.asmx?op=UpdateListValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefListValueshttp://localhost/mdm_ntier/PropMgr.asmx?op=UpdateLookupValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=UpdatePropDefhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#element_http://drm.webservices.epm.oracle:updatePropDefhttp://localhost/mdm_ntier/PropMgr.asmx?op=VersionPropDefByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=VersionPropDefByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=VersionPropIsValidhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=VFillFullPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefshttp://localhost/mdm_ntier/PropMgr.asmx?op=VFillSelectedPropListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getPropDefs

  • QueryMgr

    Table 18 QueryMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    ComparisonOperators Not Currently Supported

    DeleteCriteria deleteQuery

    DescrFormula getQuery

    GetCriteria getQuery

    GetCriteriaByName getQuery

    GetParams getQuery

    GetParamsByName getQuery

    GlobalPropQueries getQueries getQueryNames

    IsQueryUsed Not Currently Supported

    LocalPropQueries getQueries getQueryNames

    ParserFormula getQuery

    QueryGlobal runGlobalQuery startQuery

    QueryLocal runQuery startQuery

    Rename updateQuery

    SaveCriteria createQuery, updateQuery

    SingleQueryLocal Not Applicable

    VerifyFormula Not Currently Supported

    RequestMgr

    Table 19 RequestMgr Method changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    ApproveRequest approveRequest

    DeleteRequest deleteRequest

    QueryRequests queryRequests

    RequestByExternalID getRequestByExternalId

    RequestByID getRequestById

    21

    http://localhost/mdm_ntier/QueryMgr.asmx?op=ComparisonOperatorshttp://localhost/mdm_ntier/QueryMgr.asmx?op=DeleteCriteriahttp://localhost/mdm_ntier/QueryMgr.asmx?op=DescrFormulahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=GetCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=GetCriteriaByNamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=GetParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=GetParamsByNamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=GlobalPropQuerieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQuerieshttp://localhost/mdm_ntier/QueryMgr.asmx?op=IsQueryUsedhttp://localhost/mdm_ntier/QueryMgr.asmx?op=LocalPropQuerieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQuerieshttp://localhost/mdm_ntier/QueryMgr.asmx?op=ParserFormulahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=QueryGlobalhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runGlobalQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=QueryLocalhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:runQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=Renamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=SaveCriteriahttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateQueryhttp://localhost/mdm_ntier/QueryMgr.asmx?op=SingleQueryLocalhttp://localhost/mdm_ntier/QueryMgr.asmx?op=VerifyFormulahttp://localhost/mdm_ntier/RequestMgr.asmx?op=ApproveRequesthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:approveRequesthttp://localhost/mdm_ntier/RequestMgr.asmx?op=DeleteRequesthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteRequesthttp://localhost/mdm_ntier/RequestMgr.asmx?op=QueryRequestshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:queryRequestshttp://localhost/mdm_ntier/RequestMgr.asmx?op=RequestByExternalIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRequestByExternalIdhttp://localhost/mdm_ntier/RequestMgr.asmx?op=RequestByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getRequestById

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    SaveRequest createRequest updateRequest

    ValidateRequest validateRequest

    SessionMgr

    Table 20 SessionMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    AuthenticationMethod Not Applicable

    CloseSession Not Applicable

    CreateSession Not Applicable

    FakeExportSessionInfoArray Not Applicable

    ListSessionInfos Not Applicable

    PublicKey Not Applicable

    SysPref

    Table 21 SysPref Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method

    AddValue Not Applicable

    DeleteValue Not Applicable

    GetDBSysPrefs Not Applicable

    GetPreferences getSysPrefs

    GetSystemValues getSysPrefs

    ReadPreferenceValue getSysPrefValue

    ReadSystemValue getSysPrefValue

    UpdateDBSysPref Not Applicable

    UpdateValue Not Currently Supported

    22

    http://localhost/mdm_ntier/RequestMgr.asmx?op=SaveRequesthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:createRequesthttp://localhost/mdm_ntier/RequestMgr.asmx?op=ValidateRequesthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:validateRequesthttp://localhost/mdm_ntier/SessionMgr.asmx?op=AuthenticationMethodhttp://localhost/mdm_ntier/SessionMgr.asmx?op=CloseSessionhttp://localhost/mdm_ntier/SessionMgr.asmx?op=CreateSessionhttp://localhost/mdm_ntier/SessionMgr.asmx?op=FakeExportSessionInfoArrayhttp://localhost/mdm_ntier/SessionMgr.asmx?op=ListSessionInfoshttp://localhost/mdm_ntier/SessionMgr.asmx?op=PublicKeyhttp://localhost/mdm_ntier/SysPref.asmx?op=AddValuehttp://localhost/mdm_ntier/SysPref.asmx?op=DeleteValuehttp://localhost/mdm_ntier/SysPref.asmx?op=GetDBSysPrefshttp://localhost/mdm_ntier/SysPref.asmx?op=GetPreferenceshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getSysPrefshttp://localhost/mdm_ntier/SysPref.asmx?op=GetSystemValueshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getSysPrefshttp://localhost/mdm_ntier/SysPref.asmx?op=ReadPreferenceValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getSysPrefValuehttp://localhost/mdm_ntier/SysPref.asmx?op=ReadSystemValuehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getSysPrefValuehttp://localhost/mdm_ntier/SysPref.asmx?op=UpdateDBSysPrefhttp://localhost/mdm_ntier/SysPref.asmx?op=UpdateValue

  • UserMgr

    Table 22 UserMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddUser addUser

    AssignUserCategories updateUser

    AssignUserNodeAccessGroups updateUser

    ChangePassword updateUserPassword

    CloneUser copyUser

    DeleteUser deleteUser

    ListUserAccessGroups getUser

    ListUserCategories getUser

    ListUserNames getUserNames

    ListUserObjects getUserNames getUser

    SetPassword setUserPassword

    UpdateUser updateUser

    UpdateUserLockout updateUserLockout

    UserByID getUser

    UserByName getUser

    ValidationMgr

    Table 23 ValidationMgr Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddValidation addValidation

    CheckAssignedValidation getAssignedHierValidations

    DeleteValidation deleteValidation

    FillAssignedGlobalValidations getAssignedGlobalValidations

    FillAssignedHierValidations getAssignedHierValidations

    FillAssignedMoveValidations getAssignedHierValidations

    FillAssignedNodeValidations getAssignedNodeValidations

    23

    http://localhost/mdm_ntier/UserMgr.asmx?op=AddUserhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=AssignUserCategorieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=AssignUserNodeAccessGroupshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=ChangePasswordhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateUserPasswordhttp://localhost/mdm_ntier/UserMgr.asmx?op=CloneUserhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:copyUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=DeleteUserhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=ListUserAccessGroupshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=ListUserCategorieshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=ListUserNameshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserNameshttp://localhost/mdm_ntier/UserMgr.asmx?op=ListUserObjectshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserNameshttp://localhost/mdm_ntier/UserMgr.asmx?op=SetPasswordhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:setUserPasswordhttp://localhost/mdm_ntier/UserMgr.asmx?op=UpdateUserhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=UpdateUserLockouthttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateUserLockouthttp://localhost/mdm_ntier/UserMgr.asmx?op=UserByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserhttp://localhost/mdm_ntier/UserMgr.asmx?op=UserByNamehttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getUserhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=AddValidationhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:addValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=CheckAssignedValidationhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=DeleteValidationhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:deleteValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedGlobalValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedGlobalValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedHierValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedMoveValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedNodeValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedNodeValidations

  • Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    FillAssignedRemoveValidations getAssignedHierValidations

    FillAssignedVersionValidations getAssignedVersionValidations

    FillFullValidationList getValidations getValidationNames

    FillHierValidationList getValidations getValidationNames

    FillNodeValidationList getValidations getValidationNames

    FillSelectedValidationList Not Currently Supported

    FillValidationParams getValidation

    FillValidationParamTemplates Not Applicable

    FillValidationTemplates Not Applicable

    FillVersionValidationList getValidations getValidationNames

    IsHierValAssigned getAssignedHierValidations

    IsVersionValAssigned getAssignedVersionValidations

    SetValidationParams updateValidation

    UpdateHierValidations setHierValidations

    UpdateValidation updateValidation

    UpdateVersionValidations setVersionValidations

    ValidationByAbbrev getValidation

    ValidationByID getValidation

    ValidationIsValid Not Currently Supported

    Version

    Table 24 Version Method Changes

    Pre-11.1.2 Web Service Method 11.1.2.1 Web Service Method Alternate 11.1.2.1 Methods

    AddHierarchy addHier

    AddOrphan addOrphanNode

    Close closeVersion

    DeleteHierarchy deleteHier

    DeleteOrphanNodes deleteOrphanNodes

    24

    http://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedRemoveValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillAssignedVersionValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedVersionValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillFullValidationListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillHierValidationListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillNodeValidationListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillSelectedValidationListhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillValidationParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillValidationParamTemplateshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillValidationTemplateshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=FillVersionValidationListhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=IsHierValAssignedhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=IsVersionValAssignedhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getAssignedVersionValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=SetValidationParamshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=UpdateHierValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:setHierValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=UpdateValidationhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:updateValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=UpdateVersionValidationshttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:setVersionValidationshttp://localhost/mdm_ntier/ValidationMgr.asmx?op=ValidationByAbbrevhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=ValidationByIDhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webservices.epm.oracle:getValidationhttp://localhost/mdm_ntier/ValidationMgr.asmx?op=ValidationIsValidhttp://localhost/mdm_ntier/Version.asmx?op=AddHierarchyhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/drm_api_ref.html#operation_http://drm.webser