XML Namespace Decoding for Array Elements
When decoding the XML namespace for ArrayOflistNameItem or ArrayOfstring elements in a SOAP message, Integration Server uses document type-directed decoding in which the document type associated with the element determines the decoding.
If the ArrayOf
listNameItem or ArrayOfstring element corresponds to a document type field that contains a namespace, then
Integration Server decodes the XML element with the XML namespace.
If the ArrayOf
listNameItem" or ArrayOfstring element corresponds to a document type field that does not contain a namespace, then
Integration Server ignores the namespace provided for the element in the SOAP message.
If there is not a document type for the element then
Integration Server ignores the namespace provided for the element in the SOAP message.