Reference Guide > TDV and Business Directory System Tables > ALL_WSDL_OPERATIONS
 
ALL_WSDL_OPERATIONS
The ALL_WSDL_OPERATIONS system table exposes all published WSDL operations (of Web Services and WSDL data sources) to which the current user has access. Users can see WSDL operations for which they have at least one privilege.
Column
TDV
JDBC Data Type
Nullable
Description
OPERATION_ID
INTEGER
 
Identifier of the operation. Primary key.
OPERATION_NAME
VARCHAR(255)
 
Name of the operation.
DATASOURCE_ID
INTEGER
 
Primary key that identifies the data source.
DATASOURCE_NAME
VARCHAR(255)
 
Name of the data source.
BD_DATASOURCE_NAME
VARCHAR(255)
 
BD name of the data source.
GUID
VARCHAR(36)
 
Nearly unique 128-bit identifier.
ANNOTATION
VARCHAR(2147483647)
Yes
Annotation for the operation.
OWNER_ID
INTEGER
 
Identifier of the user who created or owns the WSDL operation.
OWNER
VARCHAR(255)
 
User name of the user who created or owns the WSDL operation.
PARENT_PATH
VARCHAR(2147483647)
 
Path to the parent container.
BD_PARENT_PATH
VARCHAR(2147483647)
 
BD path to the parent container.
OPERATION_CREATOR_ID
INTEGER
 
Identifier of the user who created this operation. Same as USER_ID in ALL_USERS.
OPERATION_
CREATION_TIMESTAMP
BIGINT
 
Timestamp when the operation was created.
OPERATION_MODIFIER_ID
INTEGER
 
Identifier of the user who last modified this operation. Same as USER_ID in ALL_USERS.
OPERATION_MODIFICATION_
TIMESTAMP
BIGINT
 
Timestamp when the operation was modified.
LAST_MODIFICATION_
TIMESTAMP
BIGINT
 
Timestamp when the operation was last modified.