A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
2
votes
1answer
85 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
2
votes
1answer
71 views
Steps to enable “Information Management Policy”
Kindly let me know the steps needed to enable the Information Mgmt Policy.
Is it enabled at the central admin level or at the site collection level.
thanks in advance.
2
votes
1answer
379 views
How can an InfoPath form get the Claims of the user who is logged in to SharePoint?
We have a document library that contains a list of proposals (InfoPath Forms). Users log in through SharePoint using Claims (Forms Auth, via an Extranet) who are from various organizations. The ...
2
votes
1answer
1k views
Sharepoint Webservice 401 error
I have asked this question on stackoverflow as well but no answer.
I'm trying to call sharepoint webservices in a C# console application. The code works fine when I use my local system's WSS as ...
1
vote
1answer
52 views
NTLM web service call to sharepoint 2013 web application with claim authentication over NTLM users
I have a webservice (no vcf) with Windows authentication(impersonate="true"), that uses the SharePoint 2013 Object Model.
When I call a webservice method that operates on a SharePoint Web Application ...
1
vote
1answer
71 views
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
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 ...
1
vote
1answer
101 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 ...
1
vote
1answer
56 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 ...
1
vote
1answer
201 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 ...
1
vote
1answer
62 views
Creating list from feature and modifying library content types using web services?
I am creating a CRM online plugin using the SharePoint web services. Both of these sites are hosted in Office 365, so I am stuck with SharePoint web services. I am trying to create new asset libraries ...
1
vote
1answer
17 views
What exactly am I looking at in my online hosted SharePoint site?
I am completely new to SharePoint and as part of a college project I have to develop an application using it.
I have hosted the site online at: http://www.blacknight.com/sharepoint.html
The bronze ...
1
vote
1answer
391 views
Send to connection - Error
Senario:
we have a user requirement where users want to share files with third party using sharepoint. We have a extranet sp site set up. Users will be doing send to connections from internal SP ...
1
vote
1answer
1k views
how to Update/Add list items via New-WebServiceProxy in powershell?
Over View:
I’m trying to automate updates to a SharePoint list using PowerShell via the Web service object.
The end goal is to remove items all from the list, then import new data via a csv file.
...
1
vote
1answer
936 views
CAML query in getLIstItems method returns no rows of items
I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
1
vote
1answer
764 views
Custom Rest Service in Sharepoint 2010
I'm currently developing a custom wcf rest webservice on sharepoint 2010, but I keep getting the message Endpoint not configured
Im deploying the webservice on a _ISAPI solution folder.
Here's the ...
1
vote
1answer
121 views
GUIDs vs OBJECTID
I am devising a program that consumes the Sharepoint 2010 SOAP web services. One of the methods uses the Web Search service Query method that retrieves a bunch of results, of which neither are GUIDs. ...
1
vote
1answer
934 views
HTTP401 when access sharepoint web service using Java HttpClient
the code are as follows:
private static EndpointReference targetEPR = new EndpointReference(
"http://sharepoint01/_vti_bin/lists.asmx");
ServiceClient sender = new ServiceClient();
...
1
vote
1answer
136 views
SharePoint & Protocol-Relative URL's
A common web development trick is to use protocol-relative URL's, i.e. we drop the scheme part of the URL, e.g. http, and based on the scheme of the page the URL's take will use that scheme.
However ...
1
vote
1answer
1k views
Users can't access the Web services from an InfoPath form
I have an InfoPath 2010 form that is published to a form library in SPS 2010 foundation and set to load in the thick client. When a user tries to open the form it prompts them for their user ...
1
vote
1answer
245 views
Authentication using Web Services and BPOS
The SOAP web service API for SharePoint is documented by Microsoft, however there is no explicit mention of BPOS / Office 365 / Microsoft's cloud offering. Google isn't helping much, so I thought I'd ...
1
vote
1answer
146 views
Passing NULL from InfoPath to web service
I have a web service that is used to populate a drop-down. The web service is defined with a single parameter that is of type Nullable(Of Guid). The idea is that if no Guid is passed the service will ...
1
vote
1answer
659 views
Exception occurred while connecting to wcf endpoint
I get very strange exception "exception occured while connecting to wcf endpoint .... access denied". only when I go to any Document Library.
I logged on as Administrator and I have added "Full ...
1
vote
1answer
298 views
System.Data.Linq the given assembly name or code base was invalid
I have a webservice in my sharepoint site which uses System.Data.Linq to add some data to the database. If I make a call to this webservice, I get the following error:
The given assembly name or ...
1
vote
1answer
2k views
System.Net.WebException: The remote server returned an error: (401) Unauthorized
Here is my Scenario :
Its for SharePoint 2007 environment
I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form.
the ...
1
vote
1answer
1k views
Programmatically update Recurrence parameters for calendar entry
I'm building a Sharepoint service, which allows users to book company's resources, such as conference rooms, etc. The back-end is implemented with standard Calendar list, the front-end uses JavaScript ...
1
vote
1answer
684 views
List getListItems WebService SOAP to return folder contents not working
Its not working for me, I tried everything and Iam really confused:
This is my soap request :
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope ...
1
vote
1answer
768 views
WebHost failed to process a request for Lists web service
I get the following error when I try to access the SharePoint 2010 List web service in a web application. This error happens only when I have Kerberos as the authentication provider. If I change to ...
0
votes
1answer
12 views
Exporting SharePoint data to external PHP script
My client has his intranet website running as a SharePoint 2010 site, consisting of about 40 lists making the different categories of news.
What would be the easiest way for me to fetch this data ...
0
votes
1answer
13 views
Cannot add reference to SharePoint hosted wcf service in a Silverlight 5 project
I have built a simple wcf web service and hosted it on a SharePoint server. Standard settings - wcf scv file deployed to the ISAPI folder and MultipleBaseAddressBasicHttpBindingServiceHostFactory used ...
0
votes
1answer
40 views
Access sharepoint web service from separate HTML application
I want to access list items from a SharePoint 2010 site in a HTML application (not connected to the SharePoint site).
My approach is to use SharePoint web services by passing user credentials through ...
0
votes
1answer
60 views
error, while trying to access the webservices from infopath form
I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
0
votes
1answer
47 views
SOAP error when publishing Infopath 2010 form to Sharepoint
I am working in a list which contains around 300 different fields. I have also added another list as second data connection. Everything is perfect at this stage and i am able to publish ...
0
votes
1answer
48 views
Configured the custom WCF service on Windows Server 2012
I have windows server 2012 and sharepoint 2013 installed. Now i wanted to configured my wcf service on the server.
After Creating the new app pool & site its shows me the error as below
HTTP ...
0
votes
1answer
59 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
172 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
29 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
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
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
1answer
35 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 ...
0
votes
1answer
63 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 ...
0
votes
1answer
67 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
1answer
50 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, ...
0
votes
1answer
367 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
1answer
108 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 ...
0
votes
1answer
170 views
enter you credentials to connect to the following webservice infopath
Im trying to open an infopath form from Sharepoint and I am getting the following error: "enter you credentials to connect to the following webservice infopath"
please advice
0
votes
1answer
68 views
Would you recommend using SharePoint as CMS for a consumer website?
I am considering using SharePoint to house all my content for an eCommerce website. I plan to use .Net components and services to relate the data and perform functions. Is this a good idea? Or ...
0
votes
1answer
229 views
Call to UpdateListItems not updating items?
I have the following code:
XmlNode newItemRes = ceoList.GetListItems("Pages", null, getItem, ndViewFields, null, null, null);
XDocument d = XDocument.Load(new XmlNodeReader(newItemRes));
XNamespace ...
0
votes
1answer
88 views
GetListAndView not working
I have just started sharepoint development using cloudshare. Now i am stuck trying to run the code below:
myListService.Url = "http://sp2010/_vti_bin/Lists.asmx";
XmlNode myListView = ...
0
votes
1answer
80 views
using sharepoint webservice in LDAP-AD
I have created an JSP WEB application with LDAP-AD Authentication, and im accessing sharepoint 2010 document library using sharepoint webservices.
Here, my problem is i need to connect my .net web ...

