时间:2010-07-24 07:20:10

标签: c# web-services post get asmx

3 个答案:

答案 0 :(得分:1)

我担心我不得不将这个作为ASP.NET中的错误关闭,因为我有一致的repro并且没有人说它适用于他们的设置。为了以防万一,还会保留几天。

答案 1 :(得分:0)

答案 2 :(得分:0)

我知道这个问题刚才被问到了,但它仍然出现谷歌,我今天一直在努力解决同样的问题所以我认为这可能有助于其他人......

原因是因为有问题的元素是输出中的根节点...为了使其按预期工作,webmethod应定义为:

[WebMethod]
[return: XmlArray(ElementName = "TickTick"),XmlRoot(ElementName = "TickTick")]
public TTickerItem[] GetActiveTickerItems2(uint version, uint language, uint locale, int startIndex, int maxItems)