[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

02/22/2008 at 09:10AM PST, ID: 23185093
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.4

ASP .NET and Web Services (SharePoint)

Asked by awarraic in Microsoft Visual Basic.Net, MS SharePoint, Programming for ASP.NET

Tags: ASP.Net, VB.NET, Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

I am trying to use Sharepoint web services through ASP.NET. I can get to the main page and I was able to get the calendar data and display it. But somehow I can't get into the sub-sites. I am getting this error when I try to get into any sub-site or I still get the data on the SharePoint main page. Here's the error;
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

I have attached a screenshot of my Sharepoint with comments that what I am trying to accomplish.
Thanks much.

The Code:
Imports System
Imports System.IO
Imports System.Xml
Imports System.Xml.XmlNode

Partial Public Class _Default
    Inherits System.Web.UI.Page

    Private Function GetListNode() As XmlNode
        Dim RCPILists As New MCSLists.Lists
        RCPILists.Credentials = New System.Net.NetworkCredential("xxxxxx", _
    "xxxxx")
          Dim node As XmlNode = RCPILists.GetListItems("C & P issues", _
           String.Empty, Nothing, Nothing, String.Empty, Nothing, Nothing)
        Return node
    End Function


    Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim node As XmlNode = GetListNode()
        Dim xr As New XmlTextReader(node.OuterXml, XmlNodeType.Element, Nothing)
        Dim ds As New DataSet
        ds.ReadXml(xr)
        ListBox1.DataSource = ds.Tables("row")
        ListBox1.DataTextField = "ows_Title"
        ListBox1.DataValueField = "ows_ID"
        ListBox1.DataBind()
    End Sub
End Class
Attachments:
 
Sharepoint homepage with sites and comments
Sharepoint homepage with sites and comments
 
[+][-]02/22/08 09:54 AM, ID: 20959679

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/22/08 10:37 AM, ID: 20960034

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/22/08 11:18 AM, ID: 20960432

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/22/08 12:19 PM, ID: 20961020

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/22/08 04:38 PM, ID: 20962982

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/22/08 07:57 PM, ID: 20963551

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/23/08 07:36 AM, ID: 20965294

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual Basic.Net, MS SharePoint, Programming for ASP.NET
Tags: ASP.Net, VB.NET, Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
Sign Up Now!
Solution Provided By: TheLearnedOne
Participating Experts: 1
Solution Grade: A
 
 
[+][-]02/25/08 05:38 AM, ID: 20975035

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/25/08 05:42 AM, ID: 20975066

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-91 / EE_QW_2_20070628