webservice_namespace_host option [database]

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

Allowed values

NULL or hostname-string

Default

NULL

Scope

Can be set for the PUBLIC group only. Takes effect immediately. DBA authority required.

Remarks

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.