-1
votes
0answers
5 views

Soap exception, set property RoutingSite=TRUE

I have a problem connecting to a custom web service, I get a SOAP Exception , hosted in a SharePoint 2007 server. IIS v 6. The error says: Server was unable to process request. ---> Routing site ...
0
votes
1answer
167 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
160 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
96 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" ...
0
votes
0answers
48 views

Posting Properties to Sharepoint Document Library

I have a SP (2007) doc lib with several custom properties, including a couple with properties that are limited to the values in a sharepoint list. When I use SP Web Services to retrieve the ...
0
votes
0answers
106 views

How to connect Outlook 2010 with Sharepoint 2007 in C#

I'm trying to build an time logging application through sharepoint 2007. The Sharepoint app is able to sync with Outlook 2010 Calendar, allowing use to add task and event to their calendar. Then later ...
0
votes
1answer
266 views

Location of ViewFields tag in GetListItems method + sharepoint web-services

I want to retrieve data for all the columns and rows of a sharepoint list. So, i was trying to send a 'ViewFields' parameter specifying all the fields to be retrieved to the web-service function ...
0
votes
0answers
70 views

Error - Fault code: 'HTTPFault string: Not Found' on webservice to get share-point list data

I am having following web-service to get the share-point list data: <?php //Authentication details $authParams = array('login' => 'uname', 'password' => 'pword' , ); /* A string that ...
0
votes
1answer
221 views

web-service to get sharepoint data gives error

I am executing following in my web-service file to get the sharepoint list data: $authParams = array('login' => 'user', 'password' => 'pass'); /* A string that contains either the display name ...
0
votes
0answers
53 views

wsdl file generated for all lists or single list + share-point

I generated .wsdl file by using: sharepoint.url/subsite/_vti_bin/Lists.asmx?WSDL. And downloaded it locally where i am running the web-service with SOAP client. Is it fine if i am running the ...
0
votes
0answers
95 views

Items from Lists.GetListItemChangesSinceToken not filtered by folder

I try use Sharepoint 2010 Lists service, method GetListItemChangesSinceToken. By some reason it always returns all changed items, not filtered by folder. (GetListItems for same queryOptions filter ...
0
votes
1answer
28 views

To access share point 2007 list with web services

I want to access share point 2007 list with the help of a web-service API. My preferable language is PHP. How can i go about doing it. How can i start it. Any help is appreciated. Somebody who can ...
1
vote
1answer
219 views

Batch Update (Error Code 0x81020016)

I have used webservices to Update Sharepoint list. I am using Network Credentials to access remort server. mylist.Credentials = new NetworkCredential(_username, _password, _domain); here is my ...
1
vote
1answer
536 views

Call Sharepoint Web Service over SSL with Silverlight

I have a Silverlight 5 app that gets some data from a couple Sharepoint lists. It was all working correctly, then we set up the site to allow SSL and I tried to update the service reference to call ...
0
votes
0answers
234 views

Get Sharepoint Lists using Web service visibly looking similar as it is accessed through sharepoint

I have a method which would return me the items from a sharepoint list. The code for them is below. It is working fine and when I access the method like Dim dt = GetSPList("listName", "col1,col2"), I ...
0
votes
3answers
684 views

SharePoint: GetListItems soapserverException being thrown because of Query

I am using designing a Windows Form application using VB.net. I trying to have the application return the number of rows in a specific SharePoint List. Everything works perfectly when I I remove the ...
0
votes
2answers
1k views

Create a SharePoint workflow programmatically

I am working on a copy of a SharePoint 2007 site for a client. I would like to be able to automate as much of the update process as I can with minimal disruption to the client's system when the ...
0
votes
1answer
485 views

Why is this CAML Query is not filtering results from SharePoint Web Service call?

I am trying to filter the list of results returned by the following web service call to a SharePoint list. When I have query.InnerText = ""; the results include every row in the SharePoint list - ...
1
vote
1answer
136 views

Getting a list of documents in specific directory on a MOSS Server using C#

Me and my partner have to develop a system to upload and manage files on a Sharepoint Server. To do this we have to create an application that can accsess a specific directory/file library on the ...
0
votes
1answer
1k views

How to get Sharepoint Meeting Workspace Lists Items via Web Services?

I'm trying to retrieve list items related to a SharePoint 2007 Meeting Workspace lists such as Agenda, Objectives, Decisions, etc. using SharePoint Web Services and C#. I tried unsuccessfully to find ...
0
votes
1answer
118 views

Accessing Sharepoint Web Services

I'm beginning to convert my Access 2007 module to C# so I can deploy it to my SQL Server. Just in step 1, retrieving the lists on the SP server. I had something like it working using VS2005, but ...
1
vote
1answer
524 views

Sharepoint Insert a new Item using Lists Web Service

I'm using sharepoint 2007. I have a list called "User Tickets" with one column called "Content" My problem is that I'm trying to insert the following text : &lt;script ...
0
votes
2answers
429 views

SharePoint Web Services client that supports 2010 and 2007,

Is it possible to support both SharePoint Web Services 2010 and 2007 from the same web services client? or will they need different clients. How different are the web services from previous versions ...
1
vote
0answers
539 views

SharePoint Web Services, Access Denied, Authentication Issues via VS 2010

After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different. I am using ...
2
votes
1answer
440 views

Where to get the credentials to use for Authentication.asmx?

For one of our FBA enabled SharePoint site, we need to access various web services. I know that we need to invoke Authentication.asmx before we make any other SP web service call. How do I get the ...
1
vote
1answer
1k views

Calling WebServices from Adobe Acrobat X Javascript

I am trying to call a SharePoint web service from Acrobat JavaScript, and I am encountering an error that I cant seem to get around. Hoping for some help on what I am doing wrong to call sharepoint. ...
1
vote
1answer
110 views

get site type through sharepoint 2007 web services

I'm trying to dig out what the type of a site is through web services in Sharepoint 2007. If it's a team site, meeting site, or so on. I've been digging through the documentation on the web services ...
1
vote
1answer
930 views

Unable to access any web services in the _vti_bin folder from SharePoint web server

We have an internal portal hosted on a SharePoint web server. There is a separate server for indexing the portal content. I have a custom web application that invokes the SharePoint search web service ...
1
vote
1answer
281 views

Using the Lists web service in SharePoint 2007, how can I update the Author value programatically?

I have a process that uploads a file to a SharePoint form list and would like the Author (Created By) column to be the user who created the file and not the process user. I have been trying the ...
2
votes
2answers
343 views

SharePoint List Data as XML String

I am trying to use the GetListItems web service method to retrieve all the items of a list. The method is raising an InvalidOperation exception with the message being "There is an error in XML ...
3
votes
1answer
438 views

System.Security.SecurityException when calling SharePoint Web Service (_vti_bin/Lists.asmx) from InfoPath form (VSTA)

I have ended up with an exception when calling the GetListItems(...) web service method. I am using Visual Studio Tools for Applications as I am customizing an InfoPath form. This is creating .NET 2.0 ...
0
votes
1answer
873 views

Getting the userinfo from specific sharepoint site using sharepoint web service

I am using /_vti_bin/usergroup.asmx service and getting the userinfo using GetAllUserCollectionFromWeb(). But i need to pass in the specific site and need to get the users info of that site alone. ...
-1
votes
5answers
716 views

Custom Sharepoint webservice requires web.config to be “touched” regularly

We have a site running on MOSS 2007 which makes calls to custom web service asmx methods on the same domain from the client. At first everything works fine, but after a bit of time has passed the ...
1
vote
1answer
417 views

Sharepoint denying access to asmx methods

We have a site running on MOSS 2007 which makes calls to custom web service asmx methods on the same domain from the client. On the live site requests are getting redirected to the following url: ...
5
votes
1answer
330 views

Why am I seeing a Byte Order Mark in my .NET Web Service all of a sudden?

I've written an ASMX web service, which has been running in production for years. Today, all of a sudden the Java clients are throwing errors when trying to parse the response. We tracked it down to a ...
0
votes
0answers
197 views

Slideshow from ASP.net to SP2007

I have a task to convert the following ASP.Net slide show to SharePoint 2007 and I was wondering if any of you can offer some pointers how to do it most efficiently. My SP environment is a small farm ...
3
votes
2answers
818 views

Using GetChanges in Sharepoint SiteData web service

I am trying to use this code to get changes in a site collection. But i don't know how to get the databaseId. SiteData.SiteData siteData = new SiteData.SiteData(); ...
0
votes
1answer
937 views

How to call GetChanges() method from SiteData.asmx web service (SharePoint 2010)?

I'm trying to run GetChanges method (sitedata.asmx) from a Java application. However I can't figure out the correct parameters I must pass. This is for SharePoint 2010. By checking on the service ...
0
votes
1answer
92 views

What's the equivalent object model to SiteData.EnumerateFolder in MOSS Web Service?

There is a use in our project code in the SiteData WebService, for some reason that use is problematic and anyway it is code that runs on the server- therefore I look for object model equivalent for ...
0
votes
1answer
208 views

How do I deploy a web service to a virtual server from the host?

all. First of all I am sorry if this question is better for SuperUser, I couldn't tell. If it is it would be great if someone could migrate it. So anyway, I'm building this service for SharePoint in ...
1
vote
1answer
266 views

Accessing Microsoft Office SharePoint 2007 over a Web service

I have no experience either with SharePoint, nor with Web services, but should develop a simple access to our Microsoft Office SharePoint 2007 Web server. What I have to do is to add a record to a ...
1
vote
1answer
155 views

How can use topologymanager obsolete Namespace in Custom SharePoint Web Service?

I am unable to Use the Topologymanager class inside the namespace Microsoft.SharePoint.Portal.Topology. I searched a lot. Its urgent. Thanks I am getting the following error. When I include the ...
1
vote
0answers
287 views

Sharepoint 2007 search webservice XML error

I am getting the dreaded "Data at the root level is invalid. Line 1, position 1." error from the Sharepoint spsearch SOAP webservice. I get this error when using the Eclipse web service explorer and ...
0
votes
1answer
116 views

How do I check out a file in Sharepoint 2007 using either a remote service or HTTP call?

I can copy a file up to the Sharepoint archive using: _vti_bin/Copy.asmx.CopyIntoItems but if the file already exists it insists that I check it out. Yet I cannot find a way of doing this? Any help ...
2
votes
1answer
258 views

list.asmx is giving authorized error in sharepoint using js

When i logged in with Administrator, I am able to access my list data with list.asmx web service. But when i logged in with other user who is not primary administrator of the site, i got 401 ...
0
votes
1answer
334 views

Webs.UpdateColumns Web Service

I'm tying to change the DisplayName of the Title site column in my sharepoint site. The column was renamed and now I want to change it back to Title but you can't do it through the UI because SP ...
1
vote
1answer
796 views

How to programatically publish an HTML file at a Sharepoint site

I'm pretty new to SharePoint and I need to publish HTML files (they are generated reports) in an existing SharePoint site. I've been told that you can only use the SharePoint Api if the application ...
5
votes
4answers
5k views

Get SharePoint List Visible Columns Names through Web Service using C#

I want to get all visible columns (Hidden == false) for specific list in sharePoint site, I tried to look through the SharePointWebService.Lists.GetList(listName), but couldn't find anything useful, ...
2
votes
2answers
1k views

Error updating Sharepoint List item, when called from web service

I'm using ajax to call a webservice which updates a sharepoint list. It works when I call the code from unit tests, but running the code in a browser causes an exception: ...
0
votes
1answer
289 views

Trying to create a web service in VS 2008 and I can't get the wsdl and disco files created

How do I create wsdl and disco files for a web service using visual studio 2008? I can create the service and run it through VS but when I try to create the files nothing happens. I also need this ...

1 2