A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (1)

5
votes
2answers
341 views

How to specify file name using web services?

I have the following code which creates an item in the library I want: string newPageXml = String.Format(@"<Batch OnError='Continue'> <Method ID='1' Cmd='New'> ...
1
vote
1answer
159 views

How to specify content type when creating a list item using web services?

This is what I have tried so far: string newPageXml = String.Format(@"<Batch OnError='Continue'> <Method ID='1' Cmd='New'> ...
0
votes
1answer
68 views

Issue on file size and custom Web Service

I'm facing a problem with web services in a IIS + Sharepoint farm... I have a Web service that receives a byte[] and convert it to a file on the Sharepoint System. When I upload a file from the ...
1
vote
1answer
218 views

Using Web services - could not load type

I have written a bridge between my application and the Sharepoint webservices, to return the data to my project in a useful format. However When any line tries to create a new instance of this ...
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 ...
1
vote
0answers
385 views

Save conflict error in Sharepoint 2010

I am trying to add a set of documents and folders through webservice.While creating the documents when two users try to access the document library with diffrent files and folders i am getting this ...
1
vote
3answers
3k views

Authenication error when accessing SharePoint Webservice using java

I am trying to access SharePoint UserGroup service using a Java client. I have generated the stubs from the WSDL using axis2-1.6.2 and using the following code to access the user group but getting ...
0
votes
0answers
25 views

Will a service application be a good fit for this?

We've got the following scenario: From a site a user should be able to mark a file as archived. Doing so would send a copy of the file to an external DMS (non-sharepoint). When the document has been ...
2
votes
2answers
647 views

Overwrite SharePoint document using CopyIntoItems service of Copy.asmx

I am doing SharePoint implementation at iPhone/iPad side. I use SOAP/REST api calls for implementing this. One of my functionalities is to upload contents to SharePoint document libraries. I use ...
2
votes
1answer
284 views

How to get SharePoint 2010 List Items into .Net Application in another domain externally

I have a public facing SharePoint 2010 site and I want to access using C#. Net Application externally which is in another domain. Can anyone please explain step by step how to get it. Thanks.
-1
votes
3answers
131 views

How do I get started with developing a custom web service in SharePoint?

How would I get started with developing a custom web service in SharePoint? Are there are tools I could use, or tutorials that would help me?
0
votes
0answers
82 views

AlterToDo is not affecting Comments but Affecting other fields

I am facing some creepy error here. i am trying to alter a task using AlterToDo Method of Workflow.asmx Here is my code strTaskdata = "<my:myFields xmlns:my= ...
1
vote
1answer
100 views

Missing XML namespace in results from List Service?

Related: http://stackoverflow.com/questions/11235139/how-to-get-this-attribute-using-linq-to-xml I am pulling the following data from the SharePoint list service: <Result ID="1,New" ...
3
votes
2answers
3k views

Filtering items in a view using a CAML query

I'm having trouble querying SharePoint in such a way, as to combine a view results with my own CAML query inside a WCF service. It seems GetItems ignores my query, and just returns all the items in ...
1
vote
1answer
149 views

Web reference switches from subsite to parent site

I have an application in which I have added a web reference to: http://base/m/mysite/_vti_bin/Lists.asmx I have the following code: MyWebRef.Lists someList = new MyWebRef.Lists(); XmlNode result = ...
0
votes
1answer
33 views

SharePoint 2010 Mobile Connectors

We were looking to create SharePoint connectors for mobile.........which will provide some of the SharePoint features on mobile like Content management, Document Management, Re-branding etc....or any ...
1
vote
0answers
113 views

Can I remotely delete social tag of a different user?

I have a user control that runs outside of SharePoint, and uses a combination of web services and the client object model to retrieve information about pages tagged by users. My next step is to allow ...
1
vote
1answer
242 views

Sandbox timeout on ItemAdded receiver

I'm currently working on a solution which has to work in the Office365 SharePoint Online environment. Being Sandboxed, I'm running into problems with my code which is working fine on my local ...
0
votes
1answer
190 views

SOAP error when trying to access data and template from Designer

I get the following error message when trying to view a msater page or try to view data from SharePoint Designer: soap:ServerServer was unable to process request. ---> Value does not fall within ...
2
votes
1answer
118 views

Using web services to create a meeting; need to generate a uid

What are the guidelines around generating a uid for the Meetings.AddMeeting web service call if I am not using C#? I am actually making the call from iOS/android. Would any random string of ...
0
votes
0answers
105 views

Read Shared Documents from Sharepoint 2010 in .Net Framework 4.0 application

I have to read Shared Documents from all sites/subsites of Sharepoint in my Console application which will run on the same machine where Sharepoint is installed but it will be based on .Net Framework ...
0
votes
0answers
321 views

Cannot set SharePoint Multi-Choice field values using WCF RESTful client

I'm having very specific trouble using the SharePoint 2010 REST interfaces with a multi-choice column (e.g. a set of checkboxes). Single choice columns work fine (e.g. radio buttons or dropdown, and ...
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 ...
0
votes
0answers
136 views

Send parameters to HTTP from InfoPath/SharePoint

I have created a InfoPath form with three main data connections, including SharePoint document library, SharePoint form library and email. I need this form to submit to a Web (HTTP) however, InfoPath ...
0
votes
0answers
103 views

Retrieve title of page from WebService with URL?

I'm fiddling with the WebServices and I want to find the Page title of some URLs returned to me by the SocialData web service. So I have a bunch of urls stored in a string array that I have received ...
0
votes
0answers
225 views

Sharepoint web service throwing Microsoft.SharePoint.SoapServer.SoapServerException

I am coding for consuming Sharepoint 2010 web services in Java using Netbeans. I am able to creating the web service client from WSDL using the provided wizard. When I call the following code I get ...
0
votes
0answers
231 views

Calling a normal web service in sharepoint custom workflow

I have configuration file which contains the dynamic web reference url as webservice_project.dll.config, from a web service consumer class library that I created. I am using this consumer in my ...
0
votes
1answer
251 views

How to get server datetime without postback using JSOM or services

My application page may be long time without reloading, and user changed system date and time. And I need to know datetime from server, not from client.
1
vote
1answer
326 views

Adding HyperLinks + Richtext field values via SP2010 Web Services

I've written an app that reads data via the web services in order to help my data migration process from SharePoint 2007 to 2010. I've been successful for the most part. I've been able to bring the ...
0
votes
0answers
245 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
119 views

Add content query web part to a page through web services

I am looking to add a content query web part to a page using web services (WebPartPagesWebService.AddWebPart). I am able to add content editor web parts and other simple web parts, but the content ...
6
votes
4answers
8k views

How to submit data from repeatable table in infopath form to a sharepoint list?

I have a infopath form created from a sharepoint list content type. In this form I need to add a repeatable table to send data to another sharepoint list. So when people submit this form the original ...
0
votes
1answer
155 views

Custom WebService + FBA = 0x80070005 (E_ACCESSDENIED

I've created custom web service in Sharepoint 2010, and custom FBA. I try to connect from a Win Forms app on another computer. 1/ I log into with cookie container (Authentication.Login) 2/ I call ...
0
votes
0answers
190 views

how can i join two sharepoint lists in ssrs? [closed]

how can I crate two dataset in reporting service for one report? Because when we create a report it shows only one dataset not other one . i have 2 datasets or more.i want to add 2 datasets in one ...
0
votes
1answer
250 views

Delete groups using SP Client object model

I'm trying to delete groups and Sites from Sharepoint using COM. Ex: Listitem i = ........; i.DeleteObject(); Now, in my code , I'm using this snippet: foreach (Group grpsSP in ...
2
votes
2answers
202 views

SharePoint throttling and web services

I am trying to know how throttling in SharePoint affects web services. For example if a list contains 20 000 items and throttling is set to 2000, if I use the Lists.GetListItems() method to get the ...
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
2answers
413 views

How do I access SharePoint web services behind a Windows-based-authentication or ISA server?

I want to access sharepoint webservices behind a windows based authentication/ ISA server so that I can getallitems of a list. I been looking for a tutorial to do this or come up with my own logic ...
1
vote
0answers
200 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
2answers
380 views

Creating new items containing lookup field with listdata.svc and json

I'm calling listdata.svc with xmlhttprequest and POST to pass json. The new item is being created, but a new item is being created on the lookup list when I do, even though I am passing an existing ...
2
votes
1answer
210 views

Ways to get data from Sharepoint out of sharepoint environment

My question is Can someone tell me the possible ways, I can get data from a sharepoint 2007 list, which is secured with SSL/Https for a Windows 7 gadget(uses HTML/Java Script), (I asked my senior ...
0
votes
1answer
403 views

web services - userGroup.asmx

_vti_bin/UserGroup.asmx I downloaded this http://webservicestudio.codeplex.com to test the web services. I tested userprofileservice.asmx and tested hand full of methods and it returns expected ...
0
votes
1answer
127 views

Sharepoint 2007 Windows Gadget [closed]

I am trying to develop a Gadget for Sharepoint 2007, which will authenticate a user and then fetch him a sharepoint list from a specific URL, For the last 4 days I have been working on it and came ...
1
vote
1answer
1k views

Web Services and Claim Based Authentication Problem

I'm facing some problems accessing by Claim Based to my web service. On my App there's only Claim Based: windows auth is disabled and NTLM also. If I access to Sharepoint by web based interface, this ...
1
vote
3answers
473 views

How to get a SPListCollection through a custom sharepoint 2010 web service?

How to get a SPListCollection through a sharepoint 2010 web service? Is it possible? I was trying like this: using (SPSite osite = new SPSite(siteUrl)) { using (SPWeb oweb = osite.OpenWeb()) ...
0
votes
0answers
564 views

clientContext.executeQueryAsync within loop

I have a do loop that simply queries for all the Departments in the company, and simply renders two simple lists (for each Department), List 1: Active Employees List 2: Inactive Employees. Well, ...
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
186 views

Unable to Navigate to ASMX

I've created a custom webservice and I have deployed it to the server (ISAPI), it shows up as a webservice on my local machine when I try to select a web reference from Visual Studio. However I can't ...
1
vote
1answer
657 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 ...
0
votes
2answers
405 views

Add users to SP Group

Is there a way to add bunch of users to a SP Group at once using web service? http://msdn.microsoft.com/en-us/library/ms774538(v=office.12).aspx I have several variables (varApprovers; varTeamLeads; ...

1 4 5 6 7 8 12