Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3932666
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:30:55+00:00 2026-05-19T23:30:55+00:00

Alright, so I’ve figured out how to connect to a web service (.NET 2.0

  • 0

Alright, so I’ve figured out how to connect to a web service (.NET 2.0 style) and return some lists.

private void PrintLists()
{
    // ListsService is a property that returns the Lists web service, authenticated.
    XmlNode node = ListsService.GetListCollection();
    foreach (XmlNode sub_node in node.ChildNodes)
    {
        Console.WriteLine(sub_node.Attributes["Title"].InnerText);
    }
}

This returns a number of lists that indeed exist in the SharePoint instance.

The problem I have is that the list I want is deep within SharePoint. There are “sub-sites” or “sub-webs”, as I understand they’re called (please correct me if I’m wrong), which are the tabs at the top of the SharePoint page when viewed in a browser. In one of those tabs, there is a particular sub-section and then finally there is a number of lists, one of which I wish to retrieve.

But those lists don’t show up when I fetch them with the above code, understandably because I haven’t told the web service where to look for them, and that’s where I’m stuck. I don’t know how to specify the location of the list that I want to retrieve.

Any help greatly appreciated as always.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T23:30:55+00:00Added an answer on May 19, 2026 at 11:30 pm

    http://msdn.microsoft.com/en-us/library/lists%28office.12%29.aspx

    Do this before the call:

    ListsService.Url = "http://yourserver/sites/yoursite/_vti_bin/lists.asmx"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alright I created some custom classes for my project sourced from this tutorial ,
Alright, so here is the property I have public List<String> names{ get{ lock(_names) return
Alright. I have several queries <?php // Make a MySQL Connection mysql_connect(mm.hostname.net, user, pass)
Alright, I have some questions... When you have a moment, can you take a
Alright I've been debugging the whole day but can't figure out what the problem
Alright Gents, Im trying to search a vb.net combo box for an item. The
Alright, I know how the fieldset / legend works out in HTML. Say you
Alright, this one's got me seriously stumped, after trying things out for hours with
Alright, I found out in this question that polling sockets does not scale, so
Alright, I'm trying to figure out why I can't understand how to do this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.