Hi Kenny,
We are considering adding better support in Atlas for this type of scenarios. For now, one thing you can try is to change your method to return an xmlstring, instead of an xml object. You can then get a DOM on the client by calling:
var xmlDOM = new XMLDOM(xmlString)
David
No comments:
Post a Comment