Web Service Error

S

Shem

Hi Folks, I have written a small webservice in which one of the methods
returns a nodelist. The file compiles OK, but when I try to run it I get the
following error:
"You must implement the Add(System.Object) method on System.Xml.XmlNodeList
because it inherits from IEnumerable".
Can anybody help??
 
D

Dilip Krishnan

Hello Shem,
XmlNodeList is not serializable. Try returning an array of XmlNodes (XmlNode
[])

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,821
Latest member
AleidaSchi

Latest Threads

Top