You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting a record type annotated with @xmldata:Namespace to XML using the xmldata:toXml() function, the generated XML does not include the namespace information specified in the annotations. Additionally the root type (<Body> tag) is also missing in the result.
Expected Result: <soap:SoapBody xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><xs1:value xmlns:xs1="http://www.w3.org/2001/XMLSchema1">this is a string</xs1:value></soap:SoapBody>
Version
2201.10.2
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Nuvindu
changed the title
Namespace information missing in generated XML for inferred record types
Missing namespace information in generated XML for inferred record types
Nov 22, 2024
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. Additionally the root type (<Body>
tag) is also missing in the result.Steps to Reproduce
Result:
<value>this is a string</value>
Expected Result:
<soap:SoapBody xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><xs1:value xmlns:xs1="http://www.w3.org/2001/XMLSchema1">this is a string</xs1:value></soap:SoapBody>
Version
2201.10.2
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: