glide.wsdl.schema.UnqualifiedElementFormDefault
ServiceNow property description:
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.
For further documentation, follow this URL http://docs.servicenow.com/?context=Web_ServicesAttributes
- Sys ID: d8f33e78c0a8006501aa7fe9fd0a81da
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.wsdl.schema.UnqualifiedElementFormDefault` determines the default form for XML schema elements in WSDL (Web Services Description Language) files. When set to true, it specifies that elements in the XML schema are unqualified by default, meaning they do not have a namespace prefix. This can be useful for simplifying the XML structure when integrating with systems that do not require or support namespace prefixes. The property is part of the configuration settings for inbound SOAP web services in ServiceNow, which allows external systems to interact with ServiceNow instances. Adjusting this property can help ensure compatibility and proper communication between ServiceNow and external web services.
Source