Missing Namespace Issue
We are unable to add namespace data mapping in Adeptia 6.0
After migrating the flow from Version 5.3 SP1 to 6.0 we don’t see the namespace.
We researched it on the forums and tried the recommendation described in the below link but have had no luck in resolving the issue.
http://support.adeptia.com/entries/22798997-Namespace-prefixes-are-suddenly-missing
-
Check in the referential xsd's to see if the "elementFormDefault" was set to unqualified which would case the namespace prefix not to be visible in the Data Mapper.
The elementFormDefault attribute in xml schema describes the elements declared in the target namespace of this schema. The elementFormDefault = "unqualified" indicates that elements from the target namespace are not required to be qualified with the namespace prefix. The elementFormDefault = "qualified" indicates that elements from the target namespace must be qualified with the namespace prefix.
0
Post is closed for comments.
Comments
1 comment