A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (1)

7
votes
1answer
1k views

List View Lookup Threshold Exception not thrown when submitted without Query element

SharePoint 2010 includes a list view lookup threshold as part of its resource throttling. Columns that count as a lookup include Lookup, taxonomy (managed metadata), and User (PersonOrGroup) The ...
5
votes
1answer
71 views

How can i enable Group calender?

I found that the "EnablePeopleSelector" property changes the calender into a group calender. I am unable to set the value for tat property using csom or webservices.. My webservices snippet is as ...
3
votes
1answer
36 views

Biztalk 2010 not posting messages to Sharepoint 2010 with claims based authentication

I'm using the Windows SharePoint Services adapter and I'm receiving the following error message on the BizTalk 2010 Server: The Windows SharePoint Services adapter runtime does not have permissions ...
3
votes
1answer
116 views

XML document in infopath Form

I have created a custom list. There are different types of columns like single line of text, number, DateTime. I want to submit data in this list using web service from Infopath form. So I have ...
0
votes
0answers
76 views

People Search FullTextSqlQuery with CONTAINS Help me out

i am having a big problem here. i am trying to create a custom search field that only returns users. i am using FullTextSqlQuery to get my result. when i query for All Sites i get some results, but ...
0
votes
0answers
53 views

Is there a Delphi wrapper for SharePoint?

I was wondering if there is already a pre-built wrapper for Delphi XE2 to be able to interact with a SharePoint website? If there's not already one made, then are there at least XML Schemas which I ...
0
votes
0answers
36 views

Can I restrict the FieldRefs that Lists.getListItems returns to specified ones only?

I am using the Lists web-service interface to SharePoint 2010 to get the items in a list. I want each returned row to have the ID FieldRef of the item but no other FieldRefs. I specify a view fields ...
0
votes
0answers
33 views

Web serive API code calls are working fine on debug mode. But from the direct browsing the sitepage its giving error

I am facing a strange issue. It looks like silly but it took lot of time to figure it out.But still i do not find solution. I am fetching few of few data sources(connecting to 3rd party web service) ...
0
votes
0answers
124 views

UPS Sync started from powershell script / web service

I have a web service that is kicked off from a workflow. The web service runs a powershell script that kicks off the User Profile Synchronization job. The powershell script works perfectly if I run ...
0
votes
0answers
336 views

Exchange calendar overlay in SharePoint 2013

I'm trying to add Exchange 2010 calendar overlay to SharePoint 2013. Everything is fine if i'm doing the same with Exchange 2010 and SharePoint 2010 versions. I can see my Exchange events on SP2010 ...
0
votes
0answers
28 views

Multiple web parts sourced from web service

I have a page within my sharepoint that will be populated by data from an external web service. There will be multiple web parts on the page, all of which will require data from the web service. At ...
0
votes
0answers
122 views

There was no endpoint listening - AppEventReceiver

I'm developing provider-hosted SharePoint 2013 App with Windows Azure as a backend. I created an app event receiver to fire when app is installed. When i publish my Web App (.NET MVC4) to Azure, ...
0
votes
0answers
10 views

loading master datasources from webservice on application start in sharepoint

we want to load few datasources(from webservice) on application level start and use them across the application. we do not want to load for each request(E.g country list from webservice). If if it is ...
0
votes
0answers
117 views

Lists.asmx GetListItems - where are end of line characters in “multiple lines of text” columns

In a custom list, if I create a "Multiple Lines of Text" column, and input this into the list: one two three When I retrieve the list items using the GetListItems method in Lists.asmx, I get this: ...
0
votes
0answers
53 views

How can I manipulate sharepoint ajax calls into the pipe line?

I built a SP server code that , (I don't know why) make some trouble into the client side code. When the page is loaded for the first time, I notice that every single item in the page, they are not ...
0
votes
0answers
49 views

Site Content Type to Create New Web Part

I'm trying to create a content type that opens a new Web Part Page. I currently have a document library and I want the user to be able to click 'New' and then select the option to create a new web ...
0
votes
0answers
142 views

How can change task percent complete in project server programmatically?

I want to develop a client code in Java (C# api was useful till now) to change task status in a project in MS Project Server. Using wsdl I can read project entities, but I couldn,t find a way to ...
0
votes
0answers
54 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 : ...
0
votes
0answers
65 views

How can I get associated meeting information through a web service

I need to use the SharePoint list/meeting web services to get a list of meetings and their associated data (such as attendees, objectives, documents, etc.). I can get the list of meetings using the ...
0
votes
0answers
150 views

SharePoint 2010 Event Receiver to Copy Documents to SharePoint Online

I need to write an event receiver that will copy documents added on a local SharePoint library to a SharePoint Online (office 365) library. I have added a service reference to the copy web service ...
0
votes
0answers
61 views

SharePoint Online to Azure Web Service

Situation: I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json. This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
0
votes
0answers
64 views

Log out from SharePoint Server with rtFa cookies

I've found out from this article that rtFa cookies intended to make user log out. How to use rtFa cookies to log out: attach rtFa to HTTP-request and send it to a web service? Where should I send the ...
0
votes
0answers
213 views

SharePoint/InfoPath: Continuously submit list items until form is closed (assigning a new item ID)

I'm using a SP 2010 list with custom InfoPath forms to track requests. A lot of times a user needs to submit multiple, very similar requests in one sitting, so I am looking at ways to simplify this ...
0
votes
0answers
255 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 ...
0
votes
0answers
64 views

Custom Search Feature 2010 (ECB)

I want to execute a code when user selects a list item in a custom list and press an menu in Edit Control Block. This menu will be titled as "Search". When user clicks this menu "Search", the custom ...
0
votes
0answers
56 views

Web Services and InfoPath - Advance Troubleshooting

I am experiencing a problem with InfoPath 2010 when when querying for information retrieved by a web service. When ever creating a new form from scratch, setting up our data connections and ...
0
votes
0answers
36 views

Construct web service request dynamically based on URL and consumers

I'm designing a web page and web parts for showing some data that comes from a web service. The web service is, for the purposes of this question, analogous to a SQL database. The request is to be ...
0
votes
0answers
67 views

When connecting to outlook, custom forms are missing

At work here we use a custom sharepoint. As in, we can add dates to the calender, but there are other fields we fill in on the webpage. Fields such as company name, time or arrival, departure, ...
0
votes
0answers
84 views

service account - standalone server(WFE) in the DMZ

I have a standalone server(WFE) in the DMZ and my Application Server and DB are on the internal network (LAN). My service accounts are created on the local internal domain. If one way trust has been ...
0
votes
0answers
53 views

long running query when uploading doc

we have an issue with a client where uploading a document to Sharepoint 2007 via the API/Web Service is taking in excess of a minute or more. we have narrowed it down to, what we think, is this SQL ...
0
votes
0answers
129 views

Getting 403 Error when accessing lists.asmx

I'm using this simple program: http://www.codeproject.com/Articles/24244/Access-a-Forms-Based-SharePoint-Site-s-Web-Service to get the services from my sharepoint 2007 site. The authentication ...
0
votes
0answers
128 views

Sharepoint webservices authentication

I am scratching my head over this problem. I am accessing a sharepoint list and trying to recursively get all the items authorized to me. Below is the source code Public Function ...
0
votes
0answers
34 views

Way to use AJAX for reading/writing to list in context of Site Definition?

I'm deploying a subsite to multiple SharePoint site collections which has a voting aspect based on Lists. I'm trying to keep vote fraud to a minimum by attaching identity to a vote. I can use ...
0
votes
0answers
37 views

Monitoring web services

I am building an app that uses Sharepoint's web services. I was curious about what kind of monitoring and analytics are in place for web service calls. For example, users viewing list items for a ...
0
votes
0answers
92 views

How to set Page Layout when using the Copy web service?

I am trying to use the Copy web service to add a document to my pages library. So far I have come up with the code below: CopyService.FieldInformation fiPage = new CopyService.FieldInformation(); ...
0
votes
0answers
26 views

Will a service application be a good fit for this?

We've got the following scenario: From a site a user should be able to mark a file as archived. Doing so would send a copy of the file to an external DMS (non-sharepoint). When the document has been ...
0
votes
0answers
85 views

AlterToDo is not affecting Comments but Affecting other fields

I am facing some creepy error here. i am trying to alter a task using AlterToDo Method of Workflow.asmx Here is my code strTaskdata = "<my:myFields xmlns:my= ...
0
votes
0answers
106 views

Read Shared Documents from Sharepoint 2010 in .Net Framework 4.0 application

I have to read Shared Documents from all sites/subsites of Sharepoint in my Console application which will run on the same machine where Sharepoint is installed but it will be based on .Net Framework ...
0
votes
0answers
322 views

Cannot set SharePoint Multi-Choice field values using WCF RESTful client

I'm having very specific trouble using the SharePoint 2010 REST interfaces with a multi-choice column (e.g. a set of checkboxes). Single choice columns work fine (e.g. radio buttons or dropdown, and ...
0
votes
0answers
137 views

Send parameters to HTTP from InfoPath/SharePoint

I have created a InfoPath form with three main data connections, including SharePoint document library, SharePoint form library and email. I need this form to submit to a Web (HTTP) however, InfoPath ...
0
votes
0answers
103 views

Retrieve title of page from WebService with URL?

I'm fiddling with the WebServices and I want to find the Page title of some URLs returned to me by the SocialData web service. So I have a bunch of urls stored in a string array that I have received ...
0
votes
0answers
225 views

Sharepoint web service throwing Microsoft.SharePoint.SoapServer.SoapServerException

I am coding for consuming Sharepoint 2010 web services in Java using Netbeans. I am able to creating the web service client from WSDL using the provided wizard. When I call the following code I get ...
0
votes
0answers
232 views

Calling a normal web service in sharepoint custom workflow

I have configuration file which contains the dynamic web reference url as webservice_project.dll.config, from a web service consumer class library that I created. I am using this consumer in my ...
0
votes
0answers
246 views

MSSOAP: Windows 7 32 bit machine my Login fails using webservices

I am using MSSOAP 3.0 to use web services to talk to SharePoint 2010. But on my Windows 2008 server 32 bit machine my pConnector->EndMessage() call is failing. The same code is working fine on my XP ...
0
votes
0answers
568 views

clientContext.executeQueryAsync within loop

I have a do loop that simply queries for all the Departments in the company, and simply renders two simple lists (for each Department), List 1: Active Employees List 2: Inactive Employees. Well, ...
0
votes
0answers
269 views

Move Sharepoint 2010 and SQL from one server to 2 different servers

I am moving a server that has Sharepoint 2010 Standard and SQL 2008 R2 installed to 2 different servers. Could someone explain in detail, what are the steps to achieve this? What are the things that ...
0
votes
0answers
259 views

Access Denied Error While viewing lists.asmx

In sharepoint 2007 I have tried to access the lists.asmx service(http://sppcd2/_vti_bin/Lists.asmx) in the browser. But I am getting an access denied error. I am site collection admin of the web ...
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(); ...
0
votes
0answers
345 views

Problem with ASMX and SPContext.Current equals to null

I'm deploying my application to an Sharepoint Foundation Farm... In my application there is a web service (tt2sp.asmx) installed in the _vti_bin directory. On my site the anonymous access is ...
0
votes
0answers
298 views

Sharepoint 2010 Search Webservice ERROR_SERVER after search re-index

I have an app that was correctly consuming sharepoint search data via the search webservice ( /_vti_bin/search.asmx?WSDL ). There was an issue with the search results that required me to do a full ...