方法notesservicev1.exportNotes无法反映

时间:2015-12-09 06:56:41

标签: web-services exception c#-4.0 reflection

我们已经使用了第三方Web服务,并尝试从winform应用程序中调用它。但是,当我实例化Web服务时,抛出以下System.InvalidOperationException异常:

System.InvalidOperationException was unhandled

Method notesservicev1.exportNotes can not be reflected.

The XML element 'GetNotesInfoRequest' from namespace
'http://www.excelacom.com/century/cm/notes/service/webservice/request/v1'
references a method and a type.
Change the method's message name using WebMethodAttribute or change the
type's root element using the XmlRootAttribute.

我收到了一个链接:

Method 'XYZ' cannot be reflected

但我不知道到底应该做什么?

1 个答案:

答案 0 :(得分:0)

在检查上述链接后,我得到了解决方案。

GetNotesInfoRequest由两个Web Service方法使用,与RequestElementName一样。这就是为什么我会模糊不清。

谢谢:)