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 View Component adds the additional namespaces to the autnresponse
tag of the XML that returns in query responses.
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: |