Why this WCF 3.5 method
[ServiceContract] [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] public class Jso
Have you tried changing the BodyStyle property of your [WebGet] Attribute so that responses aren't wrapped?