Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It configures whether WSDL definitions should have a unique targetNamespace, preventing potential conflicts in service integrations. |
| What area does it affect? |
WSDL definitions |
| 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 or troubleshooting web service integrations. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.wsdl.definition.use_unique_namespace |
| Sys ID |
c77e53121b13100000009141be071345 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Use unique targetNamespace for WSDL definition. |
| Updated |
2024-05-25 03:55:55 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... contains deep referenced fields such as caller_id.email, this field will be returned in the result as well. <__use_view>soap_view</__use_view> Direct web services namespace Specifying a unique namespace for each table The glide.wsdl.definition.use_unique_namespace property ensures that each table's direct web service WSDL has a unique targetNamespace attribute. This property is true by default, which requires a table's direct web service WSDL to use ...
Context preview
Snippet 2
... held in the workflow cache. You must restart the instance after changing this property to apply the change. • Type: integer • Default value: 300 • Location: Workflow > Properties glide.wsdl.definition.use_unique_namespace Enables (true) or disables (false) use of a unique WSDL namespace value when publishing a ServiceNow table through web services. If true, the WSDL target namespace is www.service-now.com/<table name>. • ...
Related properties