你现在可能已经开始工作了,但以防万一。我相信你所要做的一切都会改变
[XmlElement(ElementName = "firm")]
public string Firm { get; set; }
到
[XmlElement(ElementName = "firm", Namespace = v)]
public string Firm { get; set; }
这应该改变
<firm>***</firm>
到
<soapenv:firm>***</soapenv:firm>