I need some help on the steps to take to bind data from a sharepoint webserivce call with C# ( calling the webservice from our public website as to display non editable events ).
Can't seem to feed an XmlDocument object into the XmlSchedulerProvider, seems to need to be stored as a document on the server.
Would it be better to parse the xml from the web service call into a generic list?
Any insights will be helpful.
Can't seem to feed an XmlDocument object into the XmlSchedulerProvider, seems to need to be stored as a document on the server.
Would it be better to parse the xml from the web service call into a generic list?
Any insights will be helpful.