Hi,
I’m looking at the definition for our dogfood instance. One thing I notice is that every CDATA
entry has spaces inside the brackets. E.G.
<name>
<![CDATA[ Shared ]]>
</name>
and
<qualifier>
<![CDATA[ VW ]]>
</qualifier>
Versus your <name><![CDATA[TestAurelAPIdeux]]></name>
with no space between [
and TestAzure...
Ann