Display or change the properties of the selected Web service.
Database Version | Web Service Privileges |
---|---|
SAP Sybase IQ 15.3 and 15.4 |
View any Web service property page – None required. Modify any Web service property – Requires DBA authority. |
SAP Sybase IQ 16.0 |
View any Web service property page – None required. Modify any Web service property – Requires MANAGE ANY WEB SERVICE system privilege. |
Area | Description |
---|---|
General |
Name – (Read-only) Shows the name of the selected web service. Enabled – Select this option to enable the web service to listen for requests over HTTP or HTTPS. By default, database servers do not listen for web service requests, leaving no way for clients to access any services that may be defined in your database. If you clear this option, the database server keeps the definition of the web service in the database, but makes the web service unusable. Service type – Shows whether the selected web service is a RAW, XML, HTML, JSON, SOAP, or DISH web service. You can change the service type by choosing a different type from the dropdown list. URL path – Specifies whether URL paths are accepted,
and if so, how they are processed. The options are:
Format – (SOAP and DISH services only.) Generates
output formats compatible with various types of SOAP clients, such as .NET
or Java JAX-RPC. If a SOAP service's format is not specified, the format is
inherited from the service's DISH service declaration. If the DISH service
does not declare a format, it defaults to DNET, which is compatible with
.NET clients. A SOAP service that does not declare a format can be used with
different types of SOAP clients by defining multiple DISH services, each
with a different format type.
Data type – (SOAP services only.) SOAP service data typing:
Service name prefix – (DISH services only.) Only SOAP services whose names begin with this prefix are handled by the DISH service. Methods – Select one or more of the following request methods: HEAD, GET, POST, PUT, or DELETE. Authorization required – Indicates whether users must
authenticate to use this web service. When authorization is required, all
users connecting to this service must provide a user name and password. If
you select the User check box, you must authenticate
as the specified user to use this web service. However, if
User is cleared and authentication is required,
then you can authenticate with any database user to use this web service. If
authorization is not required, you must choose a user from the dropdown list
. All requests are run using the account and permissions of the user
specified.
Comment – Text description of the Web service. For example, describe the Web service's purpose in the system. |
SQL |
This web service has the following SQL statement – Enables the text box where you can specify the SQL statement for the Web service. SQL statement area – Text box containing the SQL statement for the Web service. |