Posts by Ricardo Pontual • 21,129 points
751 posts
-
1
votes2
answers124
viewsA: Return XML string in WCF
The best would be to let WCF serialize your XML. To do this you must generate a class with the structure next to the XML result you want to return, for example: public class Siape { public int…