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.

learn more… | top users | synonyms

5
votes
1answer
606 views

Can't get OfficialFile.SubmitFile to work

I'm trying to write a literal SOAP call (I'm integrating from a remote non-windows machine) to submit a file which currently resides in the drop-off library of the site. I created a simple file, ...
4
votes
5answers
1k views

Transferring files between 2 SharePoints

I need to sync files between 2 SharePoint sites. The 'origin' SharePoint is our internal SharePoint we all use. We have a subsite for each client. The second SharePoint is semi-public/accessible to ...
3
votes
2answers
1k views

Logging document library downloads with HttpModule

I'm stuck with a problem here that leaves me stupefied. I am writing an HttpModule which examines the URL of all HTTP requests in order to log which users have downloaded each document in a document ...
2
votes
2answers
1k views

How effective is locking down _vti_bin

I've come across a roadblock where the maintainer of the Sharepoint installation has restricted access to the _vti_bin folder (i.e. denied for all users). I am using SPservices to access the ...
2
votes
1answer
262 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 ...
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
515 views

SoapClient + PHP + Sharepoint + Getting images from a list OR GetItemsByIds

I am using SoapClient to pull data out of a sharepoint list. If its a normal text field it works fine and gives me the image. I can even attach the image to the individual list elements and link it ...
2
votes
1answer
3k views

How can I upload a file to a Sharepoint Document Library through SOAP web services using Java?

I'm trying to upload a document to a document library using the SP 2010 SOAP copy web service from Java. Any idea how to do this in Java? Here's the code I have so far: String[] destinationUrls = ...
2
votes
1answer
74 views

LiveWriter Post to Blog generates SOAP Exception when post contains images

My company recently moved our wiki, blogs and internal knowledge base to a outsource SharePoint host sherweb.com. I have been using LiveWriter (2011 - 15.4.3555.308) to post my updates to the blog and ...
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 ...
2
votes
1answer
373 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 ...
1
vote
2answers
188 views

How do I bind JavaScript call to GetQuerySuggestion to SearchBoxEx control

Resolved below Well the title says most of it but here is the background: On the search results page, when you type in the search box it does some soap calls in JavaScript too "GetQuerySuggestion". ...
1
vote
1answer
199 views

how do I know if the specific list is a document library?

when I'm getting all the lists with my Client program from a specific SharePoint server, I'm getting quite a lot of them, but I'd like to present to the user only the Document Libraries. How can I do ...
1
vote
1answer
594 views

Anyone know how to upload files into a Sharepoint Library using javascript and the SOAP API in SP 2010?

I am writing custom forms in javascript. I do not have access to visual studio. I need to be able to upload a file into a document library with meta data. I've been playing around with the Copy.asmx ...
1
vote
1answer
41 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 ...
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
1answer
355 views

SharePoint BCS with SOAP web service using custom authentication

I'm very new to using BCS in SharePoint 2010. I'm not really sure how to go about my problem or if it's even possible without coding a custom solution in Visual Studio using .NET. I have a SOAP web ...
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
596 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 ...
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 ...
1
vote
1answer
905 views

Accessing Sharepoint from axis2

I am trying to write my first SOAP client to access a document library(Test1) that I created in my company sharepoint server. So far I have created the Stubs using axis (1.4) and created the main ...
0
votes
1answer
43 views

Add a reuired field to document being stored in a doc library

I'm not at all sure this can even be done, I certainly can't find an example anywhere..... I have a document library of a bunch of internal documents our company uses. I have a CEWP that searches the ...
0
votes
1answer
388 views

Soap, Jquery, Ajax and an Error

Ok, here is what I am trying to do. I have a list on another site. I have successfully connected to the site and pulled in the list as a dropdown using soap, ajax and jquery. However, once I try ...
0
votes
4answers
497 views

Fetch SPList items from another siteCollection - problem with xml

Trying to fetch all list items from a list located in a different site collection and traverse the list items, reading some of their column values. I've taken some code from an example snippet that ...
0
votes
1answer
151 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
1answer
372 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
2answers
260 views

Best SOAP tools for authenticated site

I'm diving into the SharePoint SOAP WSDLs. I'm going to be writing an frontpage using AJAX for UI to collect some child sites and their underlying lists. This is on an authenticated site and I'm ...
0
votes
1answer
487 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 ...
0
votes
1answer
733 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 ...
0
votes
0answers
25 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
14 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
62 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
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
0answers
89 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
1answer
48 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
0answers
46 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
1answer
201 views

Lookup column details are not coming in the result xml

I am trying to get the details of the list in sharepoint by using the jquery in content editor webpart. I created one .js file and I made a link in the content editor webpart. This is working awesome. ...
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 ...
0
votes
1answer
217 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
0answers
246 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
215 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 ...
0
votes
1answer
276 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
493 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 - ...
0
votes
0answers
341 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"?> ...
0
votes
1answer
318 views

Sharepoint 2010 SoapServer issue - SitePages issue

I'm currently stuck trying to edit a Site Page - When I try to open the page, I get the following error: soap:ServerServer was unable to process request. ---> A Web Part with this ID has already ...