Tagged Questions
1
vote
0answers
16 views
Soap service call from a class library is failing when I call the class library. Works in a console app
I am creating a event handler in MS Project Server. This event handler is calling a class library (dll file). The event handler is set and triggered from within the MS Project by clicks and not by ...
0
votes
0answers
6 views
Web service SVC configuration NTLM access: successi from IE, failure from PowerPivot / Firefox
I'm facing a problem with an SVC hosted on a SharePoint platform (IIS 7.5).
The service must receive the caller Windows Auth credentials to authorize himself in the custom code.
I get the credential ...
0
votes
0answers
43 views
How to use SharePoint web service 'getUserProfileByName' corect in SSRS report query builder?
I have several SSRS 2005 reports that i am updating to SSRS 2008 however there is a data set that requires using the SharePoint 2010 web service 'getUserProfileByName' to complete the report. However, ...
1
vote
2answers
30 views
Web Service Throwing Exception
I'm having a difficult time implementing a web service client. I'm querying a SharePoint 2010 web service using a web reference. The code below throws an exception on the line within the try block.
...
0
votes
0answers
21 views
Custom WebService On Sharepoint 2007
Hi guys i hope you can help me with this, on our production environment we have a Custom WebService deploy and works great, this code is old and the person that wrote it is not longer on the company, ...
0
votes
0answers
9 views
Can dws webservice CreateFolder method be used to create folder on any folder other than default folder?
Can dws webservice CreateFolder method be used to create folder on any folder other than default folder?
Or is there any other webservice to create folder on given path.
1
vote
0answers
42 views
Creation of subfolder in a folder on sharepoint website [closed]
I want to create a sub folder inside another given folder on a sharepoint website.I tried using dws and lists webservice but doesnt work out.How can I use dws CreateFolder to create a subfolder in a ...
2
votes
0answers
92 views
Windows authentication on Sharepoint
Update:
OK, this is solved now. The code does work, but the permissions on the Sharepoint server have turned out to have gone awry. So that's a relief.
I'm using VBA to send a request from Excel ...
0
votes
0answers
22 views
Sharepoint webservice call not returning list
I'm sending the following:
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" ...
0
votes
0answers
102 views
Use SharePoint web service to return a People/Group column value
When I call a SharePoint web service in a .Net ASPX website, the people column returns null (Instance of the object not found).
using System;
using System.Collections.Generic;
using System.Linq;
...
0
votes
2answers
383 views
Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm
I have a simple .NET WPF application. I added service reference. to
//server:port/sites/site_collection_name/_vti_bin/lists.asmx
and call it ListServ. I typed followed code
ListsSoapClient ...
0
votes
1answer
124 views
Adding Hyperlink Description to Sharepoint using webservice list.asmx
I am trying to insert a record to a sharepoint list using the webservice. It all works fine however I can not upload a Hyperlink with Description, when I try to upload it, I am giving a "0x81020020 A ...
0
votes
0answers
30 views
How to store external RSS feeds as documents into SharePoint Document library? [closed]
I want to save BBC RSS feed data in the form of documents within my SharePoint website.I want to save data on daily bases.So that if i search for any news after a month i find that inside those stored ...
0
votes
1answer
19 views
Inner SecurityException while using XmlSerializer
While creating a custom Sharepoint web service I received an error while attempting to serialise a class for transmission.
There are no errors with my serializable classes. They are structured in a ...
0
votes
2answers
57 views
About Web_Reference_Folder
I see Web_Reference_Folder being used in Sharepoint code examples but have no idea what it is.
What is Web_Reference_Folder?
and
How do I access it or consume it?
Code Example from ...
2
votes
0answers
113 views
Sharepoint Webservice not filtering Data
Working Version
Issue: I am querying SharePoint using SP CAML Query Helper. Using SPCQH I am able to retrieve one record. The query works.
Once I add the query to my Biztalk solution the query ...
0
votes
0answers
44 views
Embedding an existing web service inside a SharePoint iframe and passing in the Authenticated user
Apologies if this doesn't really fit here, but I think I'm in that situation where I'm pretty sure the info is out there, but I just don't know what to search for to find it.
What I'm looking to do ...
0
votes
0answers
88 views
How to Set RecurrenceData Parameter to Add a Recurring Event to SharePoint?
i used UpdateListItems Method in Lists.asmx and followed http://msdn.microsoft.com/en-us/library/ms434156.aspx to add a recurring event to calendar list. but it didn't go as expected.
here is my ...
1
vote
0answers
573 views
Connect to SharePoint web service through Claims-Based NTLM authentication
We have a SharePoint server which I can reference through the following:
//DCP connection
private static dcp.Lists lists = new dcp.Lists();
lists.Credentials = ...
0
votes
0answers
106 views
Cannot over-write inititial CredentialCache value
Let me start with the setting:
- Outlook 2010 VSTO App
- Running on Win8 Enterprise
- Process spawned by Visual Studio 2010 debugger
- Destination is a SharePoint 2010 Form Library accessed over SSL
...
4
votes
1answer
142 views
Copy Web Service in SharePoint for Office 365
I am trying to upload files greater than 100 MB size to SharePoint Portal for Office 365. I have tried three different ways to achieve the same.
Copy Web Service, along with the httpRuntime Setting ...
0
votes
0answers
151 views
Authenticate sharepoint web service error
I am trying to authenticate against the authentication.asmx web service.
In visual studio, I right click on my project and click 'Add Service Reference'.
I enter the following into my address:
...
0
votes
1answer
223 views
Add a new list item with a Person or Group field
I have a DataTable, and I want to add new items to a Sharepoint list using the data in the table's DataRows. But I'm having trouble adding data for a field where the type is "Person or Group", ...
0
votes
1answer
235 views
How to retrieve the size of a file in a document library in sharepoint through webservices using Java
I'm writting an application in Java which has to report all available files in a document library on SharePoint 2007. The application uses the java sharepoint library from korecky (Project Home). ...
1
vote
1answer
94 views
need item URL format for sharepoint socialdataservice.asmx
I am trying to set a list item's rating using SocialDataService.asmx. The POST response indicates success; however, nothing has actually been updated. My guess is that the URL format of the item I ...
1
vote
1answer
201 views
VBA - Data string connection to Web Access Table on Sharepoint
I was wondering if it is possible to create a data connection through VBA connecting an Access 2010 table hosted on SharePoint 2010 and Excel 2010? if so what would the code look like? The code would ...
0
votes
1answer
359 views
Authentication using SharePoint Web Services
I am trying to call GetListItems from an asp.net app.
System.Net.NetworkCredential userDefined = new System.Net.NetworkCredential("username","password","domain");
XmlDocument xmlDoc = new ...
0
votes
0answers
142 views
0x8102000aInvalid URL Parameter The URL provided contains an invalid Command or Value. Please check the URL again
I am trying to update a list item in sharepoint by taking web reference in my application. When I debugged the code I got the following message
" 0x8102000aInvalid URL Parameter
The URL provided ...
0
votes
1answer
98 views
Sharepoint 2010 List Update through webservice throws error
I am trying to update a SharePoint 2010 list through web service. My code can successfully update any list on the ROOT level (or site collection level). It is only when i try to update any list on ...
0
votes
0answers
97 views
want to access project server/sharepoint 2010 default web services from remote
I have created a sharepoint & project server 2010 web application on port 2000, & want to access defaults web services & wcf services from remote system.
For it I have turned off windows ...
0
votes
0answers
45 views
SoapServerException.HandleException()
I'm confused about how this method is actually handling the exception that is passed to it, it doesn't appear to do anything extra.
I have it in a segment of my code as it was the standard being used ...
0
votes
0answers
114 views
SharePoint 2007 web service Lists.UpdateListItems(listGUID, Batch) - how to disable events, how to SystemUpdate
MOSS2007 Enterprise
I have a console app that updates a SPListItem using the server side object model.
To try to future proof it against SP 2013, I decided to try using web service and installation ...
0
votes
0answers
156 views
'The HTTP request is unauthorized with client authentication scheme 'Ntlm'. when calling an external list from client
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 ...
0
votes
0answers
170 views
Cannot access SharePoint 2007 web service using C# code
I keep encounter the following error:
The request failed with HTTP status 401: Unauthorized.
My code is as follows:
protected void ExecuteItems_Click(object sender, EventArgs e)
{
...
0
votes
3answers
1k views
The request failed with HTTP status 401: authorized for access sharepoint web service from C# asp.net
I hit the following error:
The request failed with HTTP status 401: Unauthorized.
The Code
The code is as follows:
protected void Execute_Click(object sender, EventArgs e)
{
...
0
votes
0answers
281 views
Copy Web service not working in SharePoint 2010
I am trying to upload documents to SharePoint using Copy.copyIntoItems web service. Please find my code below.
String userName = "*******";
String password = "********";
Copy service = ...
0
votes
1answer
163 views
“Bump” a SharePoint ListItem without changing values
First of all, what I am using:
SharePoint 2007
JavaScript
CAML Query
Standard webservice (_vti_bin/lists.asmx)
I am selecting one or more items from a list, depending on some condition. I get the ...
0
votes
0answers
105 views
SharePoint “Add to all content types” via Webservice
I want to add a couple of fields to a pages library using the lists.asmx webservice and UpdateList method
<Method ID="1" AddToView=""><Field Type="Number" DisplayName="myField" ...
1
vote
1answer
399 views
API's for uploading document into sharepoint using Java
I need to upload some documents in Sharepoint using Java. I don't have any idea like how to achieve the same.
Please let me know about some of the well known API's available in market (only ...
4
votes
1answer
179 views
Update a Column in custom sharepoint list using web services
I am trying to Update a few columns of a custom sharepoint list using web services.
I am trying to achieve that using UpdateListItems() of Lists web service. I do get success code, i.e. ...
0
votes
1answer
214 views
SharePoint Web Service Ignores Query Section of GetListItems method
I'm a newbie to SharePoint web service. I'm sending this request using PHP to my SharePoint server but the my query section is completely ignored
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
0answers
55 views
Certificate expired, renewed. Got now this error: server did not recognize the value of http Header SOAP Action
I have an secured webservice with a certificate. These webservice was always working, but after the certificate was expired and renewed, it doesnt work anymore. I have a test webservice tool to check ...
0
votes
0answers
92 views
Sharepoint Updatelistitem for Lists not in the current site
In Sharepoint 2007 I have a websitecollection with several websites in it. After inserting a new item into a list, a workflow starts which creates a new website in the current collection. After the ...
0
votes
1answer
425 views
NTLM authentication + soap client + response not received
I have the following code to call the NTLM authetication for sharepoint data:
class NTLMSoapClient extends SoapClient {
/**
* Whether or not to validate ssl certificates
*
* @var boolean
*/
...
0
votes
1answer
245 views
Objective-C call to GetList webservice on SharePoint 2010 returning no data
Just starting to get my feet wet with Web Services calls to SharePoint(2010) and making calls like GetWebCollection and GetListCollection are working correctly and returning the expected data. Running ...
0
votes
1answer
188 views
Sharepoint Web Service Query ignoring Query Paramaters
I am trying to query Sharepoint 2010 via the Web Service using CalmQuery.
I created the calmQuery through a calmquery buidler, so im pretty sure the query is correct, however the GetListItems() ...
0
votes
0answers
106 views
Not able to add event or retrieve events to sharepoint calendar using sharepoint web services
I am using sharepoint web services in c# and trying to add and retrieve events programatically. I am one of the owners of that calendar. Earlier it was worked fine. I gave 1 month gap and now I am ...
0
votes
3answers
650 views
Calling an asmx webservice from SharePoint workflow: The resource cannot be found
We went in production with our new SharePoint solution this week. After nearly a year in development and testing on a staging environment it is the first time I've experienced the following error.
...
0
votes
1answer
20 views
Sharepoint Proxied Queries
I am writing a web app in PHP for our Joomla CMS that needs to query a SharePoint web service that is locked down under SSL/HTTPS.
My server is also running SSL and user's authenticate to MY web ...
0
votes
0answers
143 views
ReadProjectList from microsoft project server 2010
I wanted to read the list of the project using PSI web service in .net. I don't know what is the wrong, I always get the "Unhandled Communication Fault occurred" exception while requesting the web ...