Binding asp.net controls to SharePoint SoapDataSource
-
Monday, January 24, 2011 3:15 PM
Hello,
I am trying to query the UserGroups.asmx web service in SharePoint 2007. I would like to pull group membership information on users, so I am using a DVWP to accomplish this. What I can't seem to figure out though, is how to bind a text box or a dropdown box control to the dataview to filter the data in an ad hoc manner.
I've read this post: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/thread/6e36fc8a-7976-42f5-8961-97d73fb7cf07/?prof=required which is essentially my same issue. But I didn't see a good answer to it.
Also, I am familiar with how to filter a DVWP, I've read the posts on those. My particular issue is how to use, or bind a asp.net control to a SoapDataSource. Every time I try to do this, it only displays the following: "Microsoft.SharePoint.WebControls.XmlDataSourceNodeDescriptor". Why won't it return my data?
Thanks!
All Replies
-
Monday, January 24, 2011 3:31 PM
The post you refer to is in a 2010 forum and was asked by someone using 2010.
It would be wiser in this pre-2010 forum to refer to articles / threads where the person asking the question has a pre-2010 SP product,
I don't want this thread to go off-topic with discussions of how things work in SP 2010 ...
Moderator pre-2010 forums
SP 2010 "FAQ" (mainly useful links): http://wssv4faq.mindsharp.com/default.aspx
WSS3/MOSS FAQ (FAQ and Links) http://wssv3faq.mindsharp.com/default.aspx
Both also have links to extensive book lists and to (free) on-line chapters- Marked As Answer by Leoyi Sun Tuesday, February 08, 2011 7:11 AM
- Unmarked As Answer by Mike Walsh FIN Friday, January 13, 2012 10:15 AM
-
Friday, January 13, 2012 9:50 AM
How do you bind a SoapDataSource, which exposes a web service call (as opposed to a SQL server call), to a control (e.g. a textbox - for a single result or listbox - for multiple results) in a SharePoint web page?
- Edited by Mike Walsh FIN Friday, January 13, 2012 10:17 AM All SP 2010 comments removed (along with chat about question not answered - it wasn't and I've removed the mark as answer.
-
Wednesday, April 11, 2012 4:27 PM
OK, well lets approach this from a different angle:
How do you do this in MOSS? The problem is much the same anyway. I'll quite happily post this again somewhere else if I have to: This question has not, to my knowledge, been answered anywhere for any version of SharePoint! If it is not possible to bind anything to a SoapDataSource in an ASPX page, I think we should be told definitively. It would help me and many others to be able to do this.
I would like to know if anyone from Microsoft can supply this information.
For your information, I do develop on MOSS as well as SharePoint 2010 and so I do fit the above criterion as a user of pre-SP2010 products.- Edited by squeakyMD Wednesday, April 11, 2012 4:29 PM

