Missing namespace information in generated XML for records with type inclusion #7403
Labels
module/data.xmldata
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Type/Bug
Description
When converting a record type annotated with
@xmldata:Namespace
to XML using thexmldata:toXml()
function, the generated XML does not include the namespace information specified in the annotations.Steps to Reproduce
Result:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><value>this is a string</value></soap:Envelope>
Expected Result:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><value xmlns:xs1="http://www.w3.org/2001/XMLSchema1">this is a string</value></soap:Envelope>
Version
2201.10.2
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: