Property reference

glide.wsdl.schema.UnqualifiedElementFormDefault

The glide.wsdl.schema.UnqualifiedElementFormDefault property determines the elementFormDefault attribute of the XML schema. Setting it to true means locally declared elements do not need to be qualified by the target namespace, which is important for compatibility with certain client applications.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies whether locally declared elements in an XML instance document must be qualified by the target namespace, affecting how XML schemas are interpreted.
What area does it affect? XML Schema Configuration
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring web services or integrating with external systems.

Out of the box property record

Raw metadata from the property record.

Property name glide.wsdl.schema.UnqualifiedElementFormDefault
Sys ID d8f33e78c0a8006501aa7fe9fd0a81da
Type boolean
Application Global
Default value true
Description <p> This property sets the elementFormDefault attribute of the embedded XML schema to the value of unqualified, if set to true. This attribute indicates whether or not locally declared elements must be qualified by the target namespace in an instance document. If the value of this attribute is 'unqualified', then locally declared elements should not be qualified by the target namespace. If the value of this attribute is 'qualified', then locally declared elements must be qualified by the target namespace. For compatibility with Clients generated from WSDL (.NET Web Reference, Axis2 stub, webMethods, ect.), set this value to false. This value defaults to true. </p> For further documentation, follow this URL <a href="http://docs.servicenow.com/?context=Web_Services">http://docs.servicenow.com/?context=Web_Services</a>
Updated 2024-05-25 05:06:10