When Data Integration Service parses QName elements in the SOAP message, it updates QName values that belong to the namespace of the schema to use the namespace prefix defined in the schema. Otherwise, Data Integration Service does not update the value of the element.
For example, the schema has the namespace prefix
tns
defined for namespace
"http://user/test"
. The SOAP message has namespace prefix
mytns
defined for the same namespace. When the Data Integration Service parses Qname value
mytns:myelement
it changes the value to
tns:myElement
.
When Data Integration Service generates QName elements in the SOAP message, it does not update the value of the element.