8.2 documentToXmlString bug

Has anyone else noticed a bug in documentToXmlString?

Basically - it behaves differently to what it did in 7.x and 8.0.x as namespaces are not created on every node as they were previously. i.e:

Pre-8.2:


<asa:ConversationId    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">d8ba68ed-8585-4bab-a14e-8e6c231af974</asa:ConversationId>

<asa:Version    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">1.0</asa:Version>

8.2 :


<asa:ConversationId    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">d8ba68ed-8585-4bab-a14e-8e6c231af974</asa:ConversationId>

<asa:Version>1.0</asa:Version>

Its surprising that such a fundimental function has a flaw like this… and it has made us question how mature 8.2 is…

any comments/thoughts welcome.

Were you able to find any solution to this problem? I am facing the same problem. Its not populating the namespace for elements in WM8.2

I would really appreciate if you could let me know the work around if you have found so.

Thanks,
Anu

Hi Anu

Sorry for the late reply.

Yes it was a bug and the latest CoreFix 2 has a correction in it.

Thanks