AdditionalNameSpaces
Additional namespaces to add to the headers in XML. Separate multiple namespaces with a space.
If you index XML that contains an additional namespace (other than autn
), you must set AdditionalNameSpaces
to a list of the extra namespaces that your XML uses. IDOL Content Component adds the additional namespaces to the autnresponse
tag of the XML that returns in query responses.
If the namespace declaration is case sensitive, you must also set CaseSensitiveFieldNames to True
.
You must set AdditionalNameSpaces
in all ACI servers that process the XML, for example the DAH.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | AdditionalNameSpaces=xmlns:company='http://schemas.company.com/'
|
See Also: | CaseSensitiveFieldNames |