Defines a web service available as part of the product suite, the is the interfaces for SOAP protocol into the product
| Column Name | Column Datatype | Column Null Option | Column Comment |
| webservice_id | varchar(50) | not null | The unique id which identifies the webservice |
| display_name | nvarchar(64) | with null | The descriptive name of the web service |
| urn | varchar(64) | with null | The Uniform Resource name for the webservice |
| class | varchar(64) | with null | The java class for the webservice implementation |
| load_on_startup | integer | with null | Specifies if this a system specific webservice and is added for the system to work. Example: |
| scope | varchar(20) | with null | Determines the scope of the webservice, Eg: Application scope etc |
| static | integer | with null | Specifies if the implementation is static or not |
| is_system | integer | with null | Specifies if this a system specific webservice and is added for the system to work. Example: |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| webservice_id | usm_webservice_method | webservice_id |