SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks.
2
votes
1answer
265 views
HTTP 503 error accessing Sharepoint excelservice.asmx through SOAP
I work for The Smeal College of Business at Penn State. I am doing a project for the Supply chain program and I am creating an excel workbook in Sharepoint that uses a lot of UDF's. I have no problem ...
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
608 views
Microsoft.SharePoint.SoapServer.SoapServerException on SharePoint 2010 InfoPath
I'm trying to modify my list InfoPath form to connect to a data of a SharePoint Web Service Lists.GetListItems
On the part where I'll specify the parameters, I get the following error:
Exception of ...
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
49 views
Filtering datas
I want to filter datas.
I have a data view with 3 column (name,department,foreign languages)by a SOAP Connection but I can't make any filtering for foreign languages.
I have a html form web part ...
0
votes
1answer
221 views
Filter Data View with SOAP Query as Source
I am creating a printable company directory. I have a SOAP Service query that pulls everyone's data from the search service.
The query returns all the results I want.
I have enabled the "Sort & ...
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
496 views
Error in GetUserProfileByName (after August Update)
Last Friday I installed August Update on my SharePoint Server 2010.
In my InfoPath form I get current user account by SOAP request (GetUserProfileByName).
In Connection settings filed "Parameter - ...
1
vote
0answers
88 views
SOAP returns DateTime with timezone offset added to minutes
I am using the Ruby gem 'viewpoint/spws' (from a RHEL 6 server) to insert items into a Sharepoint list via SOAP.
It seems that the DateTime fields being passed are being incorrectly interpreted by ...
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
0answers
10 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 ...
0
votes
0answers
15 views
sp2010 CAML In clause and soap and external list?
This is a simple yes/no, mainly as a sanity check: Does the "available as of SP2010" CAML In clause work with SOAP and external lists?
Some background: I've got an external list pulling data via BDC ...
0
votes
0answers
66 views
using copyiteminto to copy file to copy.asmx fail to display metadata I provide
I use HTTP to post soap data to copy.asmx and try to upload file to sharepoint online, I provide fieldinformation with file stream, but the sharepoint did not change the created, modified and version ...
0
votes
0answers
28 views
Grouping: group header via SOAP
I have a client that communicates with SharePoint via SOAP messages.
I call Lists.asmx#GetListItems to get List Items with grouping query applied:
<query>
<Query>
<GroupBy ...
0
votes
0answers
90 views
UpdateListItems ajax call is successful but does not return created item
I want to create a new list item and store the created item's ID in a variable for later usage.
So I'm using UpdateListItems and making an ajax call and then in the success callbakc function ( ...
0
votes
0answers
48 views
SharePoint 2010: Adding an item to a custom favourites view
I was hoping someone could give me some advice on something....
Essentially, I have a list called Reports that holds 100s of reports. It is viewed by users using the 'User View'. I also have a view ...
0
votes
0answers
256 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 ...
0
votes
0answers
249 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
0answers
343 views
Using soap to update a list errors
I have the following SOAP query which is used to create a new list item in a different SharePoint site. The SOAP runs in a Nintex Workflow
<?xml version="1.0" encoding="utf-8"?>
...