0
votes
0answers
50 views

Have problem to display the SOAP data connection to a our Sharepoint site

I am using the SOAP data connection and i retreive data from my Web server but when i insert the SOAP data connection in the new page zone it's give me the display as HTML Code not as Text content : ...
1
vote
2answers
70 views

How can i retreive data from Web Server to my Intranet SP site

Would you please let us know the steps to connect a external Web Service that has specific attribute (GetAttributeProductsByID , GetAttributeProductsByName ... etc ) with an Intranet Sharepoint site ...
3
votes
3answers
664 views

Sync Google Calendar with sharepoint Calendar

How to synchronize Google calender with SharePoint 2010 calender ?
0
votes
0answers
254 views

SOAP QueryEx requests cause errors 401 and 500

I have two web apps running on my SharePoint 2010 server. one called Intranet.company.com and one called Search.company.com Authenticated users have read permissions on both web apps, and I am logged ...
1
vote
2answers
407 views

How to create an external data source based on a Web Service?

Can you please advise me "How to create an external data source based on a Web Service"? Usually WCF can be a data source, but I am not strong on WCF. Could I use the existing web service as an ...
3
votes
2answers
1k views

SharePoint 2010 - Strange errors starting this morning

A few hours ago, one of the site owners sent me an email saying that they "couldn't click on anything". Upon more inspection, it turns out that they do not have access to the ribbon bar, cannot click ...
0
votes
1answer
189 views

SOAP error when trying to access data and template from Designer

I get the following error message when trying to view a msater page or try to view data from SharePoint Designer: soap:ServerServer was unable to process request. ---> Value does not fall within ...
0
votes
1answer
250 views

Delete groups using SP Client object model

I'm trying to delete groups and Sites from Sharepoint using COM. Ex: Listitem i = ........; i.DeleteObject(); Now, in my code , I'm using this snippet: foreach (Group grpsSP in ...
0
votes
1answer
317 views

How to create new External Content Type on SharePoint Designer

I'm trying to create a new External Content Type on Sharepint Designer , but where I try to insert the web services wisdom into the "New Connection -> WCF Connection " I get the following error: ...
0
votes
1answer
127 views

how can I retrieve an USERID from a web site user, when it adds a new FILE on SP?

I'm building a WebServices tha allows user from a social network to add a new FILE in a DoCLibrary. This WebServices' WSDl ,was built with no "USERID" field . Every time that someone add a new file ...
0
votes
0answers
193 views

Get last one version of SPFileVersion

I'm trying to implement a method that retrieve a "file version" that will must be the same of the parameter number I'm going o pass. SPListItem item = attachments.First(); ...
1
vote
1answer
131 views

Get Items with “Web” Class

with di query I can get the specified list object from the collection the property "Items" froom the SPListCollection class. using (ClientContext context = new ...
2
votes
2answers
536 views

External XML web services, not valid?

I'm trying to connect data from Exchange 2010 to a SharePoint site through SharePoint designer, using the ASMX web services Exchange 2010 exposed as a Web Service data source. I've already verified ...
2
votes
1answer
145 views

How would you build a media equipment tracking system in sharepoint?

Currently I have a standard List application built in share point that we add, and update the list items when someone signs out and returns a piece of media equipment. I am looking to improve this ...
2
votes
1answer
156 views

Count Word of Rich Text Box

I am very very new to SharePoint and working hard these days. I have a list item named Story (Rich Text Box). When the user types words in the column, below it I need to show the number of words ...
1
vote
1answer
306 views

Getting the userinfo from specific sharepoint site using sharepoint web service

I am using /_vti_bin/usergroup.asmx service and getting the userinfo using GetAllUserCollectionFromWeb(). But i need to pass in the specific site and need to get the users info of that site alone. ...
5
votes
5answers
2k views

Why don't Lists and Libraries show up in SharePoint designer?

I have a SharePoint 2010 site that works correctly, and a subsite that does not. When I open the subsite in SharePoint designer, the "Lists and Libraries" view says "There are no items to show in ...