XML Stream in dotnet services
Hi!
I'm attempting to return an object back to c# environment.
In order to do so, I would have to use xml literal tag to an xml stream property. Unfortunately after creating the xml stream property at my attempt to link up the property and the dotnet service i kept facing an error.
"Key for specifying how the value should be mapped - **The root node of the xml stream should have a namespace"
Any kind soul, please shed me some light. I'm stuck for a week.
Kind Regards
Matthew