A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
1
vote
1answer
44 views
Addattachment by SOAP problem
I am new with sharepoint and I have a problem with uploading files to my site. I am creating Python application communicating with sharepoint by SOAP webservices.
I was able to create new List called ...
3
votes
1answer
91 views
Updating a Property w/ 2013 REST Api
I have a sharepoint hosted app that is succesfully able to add Read and Create files on the Host site (using the REST Api and SP.RequestExecutor). Now I am trying to figure out how to update ...
0
votes
0answers
38 views
No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010
Bit of a background:
Dev Enviornment - 1 X WFE/App Server, 1 X DB server
UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server
We have an infopath form published to a form library, using a ...
0
votes
2answers
50 views
Add web service to sharepoint as feature item
I have a web service and a custom logging service class.
The logging class has a feature that update or remove itself according to the feature events (Activated=SPService.Update, ...
0
votes
1answer
63 views
SoapServerException on Lists.GetListItems()
I'm trying to retrieve list items for my "Country" list through web services.
This is my list: http://i.stack.imgur.com/158MI.png
& this is my code:
using System.Linq;
using System.Text;
using ...
0
votes
1answer
29 views
SiteData.GetContent throws System.Web.Services.Protocols.SoapException
The following code throws a System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Attempted to perform an unauthorized operation.
SiteDataReference.SiteData siteData ...
0
votes
1answer
74 views
Join multiple lists using XML web service
Implement a new XML web service, in the web service, use the
SharePoint API to merge or join two or more list. Then, in SSRS,
retrieve data from the XML web service using XML data source type.
...
0
votes
1answer
187 views
How can I authenticate SharePoint REST calls from JavaScript?
I have been banging my head against a wall on this problem for weeks now
Warning and Disclaimer .. I have very little JavaScript experience when it comes to REST / Web Services
I have an on ...
0
votes
1answer
34 views
Uploading documents via webservice slows down
I am trying to upload a large number (100k+) of documents to a document library in SharePoint. The first few 1000 documents are fairly quick (0.2 sec/doc), however now that the migration is running ...
1
vote
0answers
34 views
access sharepoint list from outside
I have developed a custom SharePoint 2010 webservice using the following link
...
0
votes
1answer
53 views
Date column value changes because of DST
A list includes a column "Date" of type Date and Time, Date and Time Format is Date Only. An item is saved via web-service and is set to value such as 2013-04-01T00:00:00Z.
When this same item is ...
2
votes
2answers
172 views
Unable to STOP microsoft sharepoint foundation web application service
I have a multi server farm and i want to stop "microsoft sharepoint foundation web application service" in all the other servers except Web front end server.
When i tried stopping this service it ...
3
votes
1answer
171 views
How can I pass authentication for asmx service in SharePoint 2013 (Online)?
I found that CSOM API don't allow modifying user profiles properties in SharePoint 2013, but this function is still in asmx user profile service.
I know that SharePoint online users oAuth for ...
2
votes
1answer
51 views
Access SPList.RootFolder.Properties from Client
Is there a way to access the SPList.RootFolder.Properties key/value pair collection from a client, either via Lists.asmx or the new client object model?
I know I can create my own ISAPI endpoint and ...
1
vote
2answers
33 views
2;# 5;# Web services returns odd characters
When I use SPServices to query a list it brings back some of the columns with
odd prefixes and encoded characters.
How can I get rid of the Oddball characters?
I recognize the @amp; as a HTML ...
1
vote
1answer
29 views
Webservice consuming SP WebService - Authentication
Our SharePoint site is not accessible from outside. So I am working on a WebService (not hosted in SP) that will consume SP WebService (ListData Wcf). It's a kind of wrapper.
Anonymous access are not ...
0
votes
1answer
30 views
Insert Data from Sql/excel to Sharepoint 200 list using Client Side
Is there any way out to insert data in sharepoint 2007 custom list from SQL/Excel using Client Side Coding....
thanks,
Aniketh
1
vote
1answer
29 views
Default Security Groups on Site Creation from Web Service
I am creating SharePoint Team Sites using SharePoint Web Services as I cannot use the object model for this solution (I do not have SharePoint installed on the server where the sites are created ...
2
votes
1answer
82 views
Sharepoint 2010 hosted web service works in browser but not event receiver
I have written a RESTful web service that writes calendar events from Sharepoint to personal exchange calendars. The web service is hosted in sharepoint. When I make the call using javascript from the ...
1
vote
1answer
36 views
ASMX service returns only part of the list items, not all of existing items
I can see that there are 50 items on site in list1, but ASMX-service returns me 34 items. When I call GetList("list1") service returns me a description of the list. This description contains an ...
0
votes
1answer
41 views
run code after the sharepoint page is loaded
I have the below code in CEWP and I l like that function runs after when the SharePoint site elements are loaded:
<html>
<head>
<script language="JavaScript" ...
0
votes
1answer
17 views
how shall I update a webpart on page using SharePoint web services
Which method I can use to hide a webpart on a page using SharePoint web services for sharepoint 2007.
Thanks
Sophia London
0
votes
1answer
27 views
Subsites data not retrieved via the SOAP API
I have a vanilla setup of Sharepoint 2007. A few subsites are also created. When the SOAP API is used to access the base Sharepoint site (for eg. http://spserver.com) the list of subsites and other ...
2
votes
2answers
104 views
How to set authentication model to allow cross-domain access?
How do I change the security settings to allow cross-domain on the same web-server?
I have multiple instance or site collections on the same server but want to make sure that web-services to ...
2
votes
0answers
36 views
List Service resetting meta-data set by Copy Service
I'm seeing some strange behavior when using the SharePoint Lists web service while trying to update a document in a document library. I successfully use the Copy web service to upload the file (from a ...
0
votes
1answer
23 views
Show Web Info across different Site Collections
I'd like to
Show List Info in http://goSiteABC from http:goSiteXYZ;
using webservice or Javascript Model if possible
Or Show an iFrame web page in http://goSiteABC from http:goSiteXYZ
The ...
4
votes
1answer
57 views
SharePoint Custom WebService and Authentication
I have developed a SharePoint 2010 Custom Werbservice and its deployed inside
_layouts/CustomWS/MyWebService.asmx
so if I try to access through browser like ...
3
votes
3answers
238 views
Custom SharePoint 2010 WebService inside /_vti_bin and web.config
I just developed a custom WebService mainly for the purpose of integration with 3rd party application based on Oracle Database. My project looks like this.
This service has some procedures which ...
0
votes
1answer
42 views
How to set custom ASMX webservice URL in Visual WebParts
I have developed a custom ASMX webservice for integration with Oracle EBS database and we have UAT and Production environments. Ive have deployed the webservice on both places and working on UAT to ...
0
votes
2answers
53 views
Cannot create ASMX based webservice object
I have developed a custom asmx webservice and deployed successfully on my url and on browser ive checked and working perfect. Now I want to consume in my Visual WebParts code behind ..to do this Ive ...
1
vote
2answers
118 views
Ajax web service call not working in chrome browser
Can any point me to the error am doing in this block of code. This is working fine in Internet Explorer and Firefox but not in Chrome.
Chrome does not return the result.
function ...
0
votes
0answers
39 views
Hosting custom web services as a virtual directory under a SharePoint web site
I am developing custom web services that will be used in conjunction with a SharePoint site (WSS 3.0). No, before you ask, I am NOT talking about the built-in web services under the _vti_bin directory ...
11
votes
2answers
268 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
19 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
128 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
77 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
15 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
366 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
50 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 ...
0
votes
2answers
297 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
162 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
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 ...
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 ...
0
votes
1answer
36 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
89 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
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 ...
1
vote
1answer
92 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 ...

