Defines a web service method which can be accessed throughout web services provided in the suite
| Column Name | Column Datatype | Column Null Option | Column Comment |
| webservice_method_id | varchar(64) | not null | The unique method id for the webservice method implemenentation, This is the webserviceid.methodid |
| webservice_method_name | nvarchar(64) | with null | The descriptive name of the web service |
| method_name | nvarchar(64) | with null | The method id for the webservice method |
| is_system | integer | with null | Specifies if this a system specific webservice and is added for the system to work. Example: |
| load_on_startup | integer | with null | Specifies if this a system specific webservice and is added for the system to work. Example: |
| use_cache | integer | with null | Specifies if the cache can be used for this method |
| output | varchar(64) | with null | Specifies the output format of the method, Eg: ISOAPObject etc |
| webservice_id | varchar(50) | with null | Handle to the webservice, which is responsible for this method |
| input | varchar(512) | with null | |
| optinal_input | varchar(1024) | with null |
Product Name: Unicenter Service Management
Table Type: Table