I have a custom list called "Custom" with Title, Description and Date Site columns. I want to access this custom list using Web Services. Can anyone provide the solution with step by step .

Thanks, John.

link|improve this question

27% accept rate
John, we need some more information to answer your question. How are you trying to access the custom list? Using a console application? – Kit Menke Jan 25 at 22:33
feedback

2 Answers

Is it SharePoint 2007 or 2010?

For 2010, use the REST interface http://msdn.microsoft.com/en-us/library/ff798339.aspx

For 2007, you will need to use list.asmx

What will you be using to access the list? C#, Java, Javascript, InfoPath, ... ?

Some examples:

link|improve this answer
feedback

Just read article on MSDN:

Lists.GetListItems Method

Scroll to bottom an you can find working example (Console application written in C# and VB). If you need more info write 'sharepoint list.asmx getlistitems' in Google (or Bing) and you can easily find ton of other articles.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.