Merritt Melker
Results
1
issues of
Merritt Melker
Why not just use the attributes attached to the class? It seems redundant. ``` [XmlRoot("MeowHeader", Namespace= "http://meow.com/")] public class MeowResponseHeader : SimpleSOAPClient.Models.SoapHeader { public string Status { get; set; }...
enhancement