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)

11
votes
2answers
287 views

REST and CSOM much slower than List Web Service

lists.asmx = Web Service listdata.svc = REST API client.svc = CSOM Using JavaScript to query a list using the 3 available APIs, I'm finding lists.asmx responds much faster than listdata.svc or ...
0
votes
1answer
92 views

programmatically get SharePoint Fast search content sources

Need help to complete my Csharp program. I have four content sources in my farm. I need to get all the content sources and start full crawl if the content source is idle. What is the best way to ...
0
votes
0answers
24 views

Get all site workflows using Web Services. “wfpub” is only returning 3 workflows

I am writing a console application (C#) and using SharePoint Web Services to access site data. I need to get the names of all the workflows available in a site. "wfpub" list contains only 3 ...
0
votes
2answers
135 views

accessing the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model)

I want to access the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model) using JavaScript or REST service or Webservice which I can call from Javascript. ...
1
vote
1answer
80 views

I am confused about the Javascript Client Object Model and when it can be used

Is it only intended for use "inside" SharePoint? Using the .Net/C# client object model I can execute applications on my local machine and access a remote SharePoint server. I can only find examples ...
0
votes
0answers
16 views

Use Managed Account in WebService to provision a SiteCollection

A GPO forces us to change all user passwords every 90 days - thats why we are using Managed Accounts with automatic password change in our environment for all services. Because of this we do not know ...
0
votes
0answers
42 views

Question about building custom Sharepoint Online sites via a webservice

Pardon my ignorance, but I'm very new to the world of Sharepoint. We have a Sharepoint 2007 server that we'll be possibly upgrading to Sharepoint Online. One need we have is the ability to create a ...
0
votes
1answer
432 views

Downloading files from sharepoint programmatically C#

I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint using Microsoft sharepoint library public void Download(string ...
0
votes
2answers
55 views

Stock Ticker when User cannot access internet

I have seen a similiar project, but I want to know if a better way to accomplish this. I am working with a SharePoint Foundation environment. Enterprise would like to have a stock ticker of ...
1
vote
2answers
448 views

The request channel timed out while waiting for a reply after 00:00:59

I am writing a very basic SharePoint webservice. I tested against 2010 small library and it works just fine every time. Issue comes with MOSS 2007 server where a library is very big. I am using .Net ...
1
vote
1answer
174 views

Querying an External Content Type without creating an External List

The typical scenario, on which every tutorial and walkthrough seems to advise, is to create an External Content Type with ReadList, ReadItem, Create, Update methods and then create an External List to ...
0
votes
0answers
82 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 ...
3
votes
1answer
42 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 ...
0
votes
1answer
45 views

How to write queryXml to search out “88X211.doc” using keyword “211”?

I try to use following codes, but it does not work. Results is Status=ERROR_NO_RESULTS_FOUND Total count =null. If I use "88x211", I can get the right result. How to write queryXml to search out ...
1
vote
0answers
103 views

Data Connection Library Event 6932

I am having the worst time connecting to the web service to call in the UserName variable for use in my InfoPath 2007 form. I can do it from a code behind, and want to be able to use this option as ...
0
votes
0answers
65 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
38 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 ...
1
vote
1answer
105 views

Listing values for managed properties

I want to build an advanced search inside a web application. To do that, I connect to a Sharepoint 2010 instance running FAST and use the query web service. I've tried to retrieve the search metadata ...
0
votes
1answer
388 views

The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM

I have created a bdc model using .net custom connector which connects to the External system via a custom built webservice. It works when I open the external lists locally from the SharePoint server ...
2
votes
1answer
60 views

can User profile synchronization be started from a web service?

I'm trying to kick off the user profile syc using a web service. Here is what i've tried : [WebMethod] public string runUserProfileService() { var message = ""; ...
0
votes
0answers
37 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
127 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
1answer
67 views

Feature activation Object Reference error with ConfigurationManager

I am writing a feature, on activation it must create an entry in a list for every entry in a document library. I am using a webservice to get to the list which is on another sharepoint site. I am ...
1
vote
1answer
115 views

Windows 8 App using COM dlls of Sharepoint gives error “Cannot resolve Assembly or Windows Metadata file 'System.Web.Services.dll'”?

I have created a sample app using Windows 8 C# XAML to get site info of SharePoint 2010 using COM Dlls. I have added reference of: C:\Program Files\Common Files\microsoft shared\SharePoint ...
0
votes
0answers
349 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
1answer
214 views

User Profile Data Not AutoPopulated into SP Custom List created through InfoPath Designer 2010

I have created a custom list in sharepoint site and customzied the fields using the infopath designer 2010.I want the userprofile data to be loaded into SPList while click the new item after ...
0
votes
3answers
181 views

Get the Top Level Site URL (when given a subsite URL)

I have been using this code to retrieve the URL of the top level site; string result = String.Empty; using (var service = GetSitesWebService()) { result = service.GetSite(mySubSiteURL); } if ...
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
135 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, ...
1
vote
1answer
61 views

How do I update or add field in a list item so that the value is a space character

I am building an event handler. When items in a library on one server farm are updated or deleted, I take that information and ammend a list that resides on another site. I require that one of the ...
0
votes
1answer
75 views

Secured webservice: server did not recognize the value of http Header SOAP Action

It is possible to scan documents with some printer/scanner/copy device. Underwater there will executed some webserice which copied this scanned documents as a pdf to the sharepoint portal. The ...
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
2answers
32 views

Sorting direction: Views.GetView method

I use SharePoint Server through web-services. To get View schema I use GetView method of Views.asmx. But it returns only FieldRefs with Names, without isAscending. How would I know if View's field ...
1
vote
1answer
154 views

SharePoint Web Services: UpdateListItems and DeleteAttachment- What response to check for success?

We have a SharePoint that's hit quota and the admins are insisting that we will get no more quota increases. As a result, I have to move a bunch of attachments of the SharePoint server onto a file ...
4
votes
3answers
375 views

SharePoint 2010 Query service authentication problem

I am struggling with calling search.asmx service from asp.net page. I've created proxy class using svcutil.exe and run request using following code: var binding = new BasicHttpBinding(); ...
0
votes
1answer
54 views

How to know if content was added to a SharePoint list or folder?

I'm using the GetListItemChangesSinceToken service in order to be notified for changes in a sharepoint list. This works ok for deleted items since the ChangeType return Delete , but for added items, ...
1
vote
0answers
62 views

Sharepoint Webaprt

How to call sharepoint webpart usercontrol method in AJAX $.ajax({ type: "POST", url: "FundUserRegister2.asmx\validateEmail", data: "{'strMailID': '" ...
0
votes
3answers
377 views

Make Search Core Results web part to show everything

I have a weird problem, on our local env we are using the Search Core Results web part in a custom search page. One of the things we do with it is to redirect the user to that page with the keyword ...
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: ...
2
votes
1answer
97 views

Simple Way to Get Data from WSS 3.0 List to Excel via Web Services

Is there any simple way to get live data from a WSS 3.0 list into Excel via web services or am I going to need to write code? I understand I can export the list data, that is far too manual.
2
votes
1answer
89 views

How to debug sharepoint webservice?

I've followed Walkthrough: Creating a Custom ASP.NET Web Service and everything works fine. I just want to know how to enable debugging for this web service over network. Could you help me?
0
votes
0answers
54 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 ...
1
vote
2answers
299 views

SharePoint 2010 Webservice: URL could not be found

Always getting the following error while trying to create a spsite-object: The Web application "http://myApplicationURL/" at could not be found. Verify that you have typed the URL correctly. If ...
1
vote
1answer
209 views

accessing remote web services(cross domain applications) using jquery jsonp

Here is My code ..could anyone please solve this problem..I was struggling from morning..below code is not working.Actually i should get the data when we send jasondata as input..but i am getting ...
0
votes
1answer
130 views

How to install and configure Sharepoint server 2010 in a workgroup

We are a team of 50 people and we are working in a workgroup (NO Active directory) connected via LAN. We are looking for an alternative for Google docs. I researched and found that we can use office ...
1
vote
0answers
81 views

Infopath Form with Password validation

we have a request from a client to add some type of password validation to one of their info path forms. This means that before the user could submit the form they would somehow be prompted for their ...
1
vote
1answer
102 views

Update list item not retuning full item properties

I'm using SharePoint web services to update items by calling the UpdateListItems method, and the response is not providing me the attachment data of the item correctly as other services does, like ...
3
votes
1answer
118 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 ...
2
votes
1answer
293 views

How to perform rowcount with a web service in Sharepoint 2010

Pagination loses some of it's luster with no knowledge of the total number of results. Is it possible to perform a "row count" with either REST or SOAP (getListItems) without getting back all of the ...
2
votes
1answer
87 views

Login into Sharepoint Site from Web service

Is this possible to login into the SharePoint site using the username and password from web service soap header? Thanks SR

1 2 3 4 5 12