SOAP Action Dispatching Access Mode
SOAP Action dispatching is mainly used for schema version 1.5.
Service | Endpoint URL | SOAP Action | Description |
---|---|---|---|
Data Service | http://host:port/eml/services/router | RouteAction | For requests wrapped in Payload (current release). |
http://host:port/eml/services/router | http://www.tibco.com/cim/dataservice/2.0/wsdl/routeaction | For requests wrapped in Payload (releases prior to current release). | |
http://host:port/eml/services/router | MasterCatalogRecordAction | For requests accessing master data – (current release). | |
http://host:port/eml/services/router | http://www.tibco.com/cim/dataservice/2.0/wsdl/mastercatalogrecordaction | For requests accessing master data (releases prior to current release). | |
http://host:port/eml/services/router | WorkitemAction | For requests accessing work item functionality. | |
http://host:port/eml/services/router | http://www.tibco.com/cim/dataservice/2.0/wsdl/workitemaction | For requests accessing work item functionality (releases prior to current release). | |
Admin Services | http://host:port/eml/services/AdminService | loginAction | The specified user must be able to log on to TIBCO MDM successfully and the response returns the session ID.
A new HTTP session is created. |
logout Action | For a client where cookies are disabled or for a client which does not operate with a browser (for example: TIBCO BusinessWorks), use jsessionid as a part of the URL:
http://<servername>:<port>/eml/services/AdminService/logoutAction;jsessionid=T2yJKLDPzSY4CjcbzpG3gGm2qlqmGb4MzlGpSsv5GswxnPZXKBKc!-1102618730!1242055503359 The specified user logs out from TIBCO MDM. |
||
getEntitlementAction | |||
enterpriseAdminAction/createEnterpriseAction | The specified enterprise is created in TIBCO MDM. | ||
GetEnterpriseListAction | A list of all enterprises is returned in response. However, if the administrator or work supervisor executes this web service, a list of a particular enterprise that he/she belongs to is returned. | ||
userAdminAction/createUserAction | The new user is created in an existing enterprise | ||
userAdminAction/modifyUserAction | The user is modified in an enterprise. | ||
userAdminAction/changepasswordAction | The password of a user is changed. | ||
userAdminAction/deleteUserAction | The specified user is deleted from an existing enterprise | ||
GetUserListAction | A list of all defined users for the specified enterprise is returned in response. | ||
GetRoleListAction | A list of roles of all defined users for the specified enterprise is returned. If you have specified the Repository value for the <RoleName> attribute, a list of roles that start with Repository are returned, such as Repository Manager, Repository Editor, and Repository Approver. | ||
Data Services | http://host:port/eml/services/DataService | textSearchAction | For text search requests (current release). |
getDatasourceListAction | |||
GetRepositoryListAction | A list of all repositories is returned in response. | ||
RelatedRepositoryListAction | A list of all relationships is returned in response. | ||
RelatedRepositoryListAction | A list of all the dependant artifacts for every repository that you have selected during export is returned in response. | ||
synchronizeAction | You can synchronize the records in the Async or Sync mode successfully. | ||
metadataAction | You can upload metadata to TIBCO MDM. | ||
extractDataAction | You can extract data from TIBCO MDM using custom implementation | ||
GetClassificationSchemeListAction | A list of classification schemes for a particular repository is returned in response. | ||
GetClassificationSchemeAttributeListAction | You can retrieve all details of the classification scheme including attributes (for attribute-based scheme), and rulebase details (for rulebase-based scheme). | ||
GetClassificationCodeHierarchyAction | You can retrieve the classification code hierarchy depending on the context classification codes provided in the request. | ||
DataLoad Services | http://host:port/eml/services/DataLoadService | getDatasourceInfoAction | You can get the detailed information of a data source for the currently logged-in users. |
DatasourceUploadAction | You can upload a data source. | ||
ImportAction | You can import records into the repository. | ||
LoadImportAction | |||
Content Service | http://host:port/eml/services/ContentService | downloadAction | You can download a file for the specified context. |
Event Management Services | http://host:port/eml/services/EventMgtService | getEventInfoAction | You can get event information for a specified event ID. |
GetEventDetailsAction | You can retrieve the event details for the specified Event ID. | ||
GetImportEventStatusAction | You can view the status of an import event. | ||
Copyright © Cloud Software Group, Inc. All rights reserved.