Collection Contents Previous Next PDF

ASA Database Administration Guide

Database Options

Alphabetical list of options

WEBSERVICE_NAMESPACE_HOST option [database]


Function 

Specifies the hostname to be used as the XML namespace within generated WSDL documents. Requires DBA authority.

Allowed values 

hostname-string or NULL

Scope 

Can be set for the PUBLIC group only. Takes effect immediately. DBA authority is required to set this option.

Default 

NULL

Description 

Webservices Description Language Documents (WSDLs) are exported by DISH services. These are XML documents that contain descriptions of the available SOAP services. The URL of the targetNameSpace and the soapAction operations within this XML document contain a hostname. When this option is set to NULL, the default value, the hostname is that of the computer on which the database server is running. If this option is set to a string value, the string is used as the hostname instead. This option is intended for use when developing Web Service client applications that will, when deployed, target a host other than the one used for development.


Collection Contents Previous Next PDF