The list option is used to list Web methods described in a WSDL file.
sp_webservices 'list' [, 'wsdl_uri'] [, sds_name]
wsdl_uri
The URI for the mapped WSDL file. If no value is specified for wsdl_uri, the list option displays information about all Web methods that have been mapped to proxy tables.
sds_name
The name of the SDS server specified for the ASE Web Services Engine in the interfaces or sql.ini file. The default value is ws. If no entry exists in the sysattributes table, an error results.
If neither the wsdl_uri nor the sds_name parameter is specified, all entries in the sysattributes table are listed, ordered by wsdlid.
If the Web methods described in the WSDL file have already been mapped to proxy tables, the list option prints information about each proxy table. If the Web methods described in the WSDL file have not already been mapped to proxy tables, the list option prints SQL that can be used to create proxy tables.