Tagged Questions
0
votes
0answers
8 views
How to call a soap webservice with the “Call HTTP Service” action in a workflow
I'm trying to call this Sharepoint 2013 SOAP WebService from a workflow : https://mysite.sharepoint.com/_vti_bin/Sites.asmx
My workflow is hosted on the same sharepoint online farm than the soap WS I ...
0
votes
0answers
27 views
403 - Forbiddeden Exception while accessing SharePoint 2010 WebService
I am getting 403 - Forbidden Exception while accessing a SharePoint 2010 web service. However, the same user is able to access the same SharePoint site with the browser.
The authentication used is ...
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 ...
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 ...
2
votes
1answer
267 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 ...
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 ...
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. ...
0
votes
1answer
152 views
Error code “-1003”
What does this error mean? I am getting it in response to a SOAP call to GetListItems. There is no description text.
I am authenticated and can successfully call this from SPServices(), but not ...
0
votes
0answers
248 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
1answer
216 views
Lists.asmx requiring authentication
I always thougth the url http://server/_vti_bin/Lists.asmx is open ie. dont need authentication.
But recently i installed sharepoint server 2010 in one of my clients machine and put it on public.
But ...
1
vote
0answers
201 views
MSSOAP Uploading very large files to Sharepoint failing. Using Web Services
I am using MSSOAP to upload files to Sharepoint 2010. But any file larger than 130MB failes to upload.
I debugged and found that: pSerializer->WriteString(_bstr_t(szTempFile)); fails when the file ...
0
votes
1answer
376 views
Avoid metadata columns in SOAP response
I searched around the internet (and on this stackexchange site), but didnt find any answer.
I wrote a small C# application that should retrieve some data via the SOAP webservice of a sharepoint ...
0
votes
1answer
278 views
How to identify change to the “Modified By”, “Created By” , “CheckOutTo” column title through REST API
I am an iOS developer. In one of my application, I need to make modified by, created by and checkoutto user's information along with the document/list item information from SharePoint server through ...
0
votes
1answer
489 views
error when calling the GETTERMSETS method using the taxonomyclientservice
do you have any idea about this type of exception "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Data at the root level is invalid. Line 1, position 1."
I ...
2
votes
2answers
264 views
SoapDataSource SelectURL needs full server name
I'm using a DataFormWebPart with an embedded SoapDataSource.
The problem is that SoapDataSource needs to have the full url of the site (http://server/_vti_bin/Myservice.asmx) to work.
This makes ...
2
votes
1answer
375 views
How could I know the exact reason behind Check In/Check Out failure?
I am an iOS developer and implementing SharePoint integration in iPhone through one of my application. From the API information I got that there are 3 APIs related to Check In/Check Out/Undo Check Out ...
0
votes
1answer
734 views
SP2010 Web Services: GetUserInfo and FBA?
I'm trying to use the SharePoint 2010 SOAP web services to get/update User information, which seems to work OK when the user comes from Active Directory, but not when trying to find a user in Forms ...
