Tagged Questions
0
votes
0answers
17 views
Upload the document to sharepoint document library through asp.net portal
We have web portal on sharepoint 2007. I want to upload document in sharepoint document library from asp.net portal.
I am thinking of creating web service for this but I don't know the basics of ...
0
votes
1answer
17 views
how shall I update a webpart on page using SharePoint web services
Which method I can use to hide a webpart on a page using SharePoint web services for sharepoint 2007.
Thanks
Sophia London
0
votes
0answers
35 views
Hosting custom web services as a virtual directory under a SharePoint web site
I am developing custom web services that will be used in conjunction with a SharePoint site (WSS 3.0). No, before you ask, I am NOT talking about the built-in web services under the _vti_bin directory ...
0
votes
2answers
259 views
The request channel timed out while waiting for a reply after 00:00:59
I am writing a very basic SharePoint webservice.
I tested against 2010 small library and it works just fine every time.
Issue comes with MOSS 2007 server where a library is very big.
I am using .Net ...
0
votes
0answers
116 views
Lists.asmx GetListItems - where are end of line characters in “multiple lines of text” columns
In a custom list, if I create a "Multiple Lines of Text" column, and input this into the list:
one
two
three
When I retrieve the list items using the GetListItems method in Lists.asmx, I get this:
...
1
vote
0answers
73 views
Infopath Form with Password validation
we have a request from a client to add some type of password validation to one of their info path forms. This means that before the user could submit the form they would somehow be prompted for their ...
3
votes
1answer
54 views
Excel web access data ( graphs) is showing gray color on SharePoint 2007
I am using "Excel Web Access" Web Parts to show the excel graphs in my MOSS2007 setup. I have multiple team sites under one site-collection. Excel web access is fine for all the team sites but , its ...
0
votes
2answers
29 views
Define the service and consume it
Regarding my question, I need to consume service and do some manipulation from what i get. This includes two questions for me, basically:
1) What kind of service is that?
I dont know what kind of ...
0
votes
1answer
55 views
Is there any property in SharePoint 2007 that stops ASP.NET applications from redirect
I have setup of SharePoint 2007 with ASP.NET and K2 2003 workflow and few custom web services, when my ASP.NET application tries to create a new site using web services I get following error,
...
0
votes
1answer
163 views
Lists.asmx item person not in UserGroup.asmx GetAllUserCollectionFromWeb method
I am using Lists.asmx's GetListItems method, then I'm using info from UserGroup.asmx's GetAllUserCollectionFromWeb method to get more user details about a person in one of the columns of the list.
I ...
1
vote
1answer
170 views
How to Upload/Replace a Template in a Document Library
In my organization we have many Sharepoint sites for different products that basically mirror each other in structure. We have a document library in each of these sites with a custom template. The ...
0
votes
0answers
129 views
Getting 403 Error when accessing lists.asmx
I'm using this simple program:
http://www.codeproject.com/Articles/24244/Access-a-Forms-Based-SharePoint-Site-s-Web-Service
to get the services from my sharepoint 2007 site.
The authentication ...
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
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
817 views
GetListItems on Lists.asmx returns all items, not just the specified folder
I'm trying to call the Lists.asmx webservice to retrieve only those items within a Folder named "Admin" in my SharePoint list. The webservice 'works' for me to some degree, but not as I expect.
The ...
0
votes
0answers
258 views
Access Denied Error While viewing lists.asmx
In sharepoint 2007 I have tried to access the lists.asmx service(http://sppcd2/_vti_bin/Lists.asmx) in the browser. But I am getting an access denied error. I am site collection admin of the web ...
1
vote
1answer
583 views
Uploading multiple files to custom lists through Web Service
What is the best way to upload multiple files through web service without causing the timeout?
I am using the following code:
ListProxy.Lists newListProxy = new ListProxy.Lists();
...
2
votes
1answer
239 views
Content DB log files growing out of control when using Lists.asmx to update three fields on a library
I've created a console application to migrate files from legacy SharePoint servers to a new server utilizing SharePoint Foundation 2010. I'm using Lists.asmx to get list information and update three ...
1
vote
3answers
485 views
Add to Lookup Column Values During Form Lifespan
Has anyone ever successfully added a new item to a list which is used as the source for a lookup column while using an EditForm (or NewForm, same mechanism) and been able to save the form successfully ...
3
votes
1answer
181 views
MOSS 2007 BDC crawling documents content via Web Service
Imagine there is an external system that contains data that should be indexed by MOSS 2007 and incorporated into the search. That system exposes the data via Web Services.
It's possible to crawl that ...
1
vote
1answer
733 views
How to set a person/group field in UpdateListItems [closed]
I'm trying to use a web service call in Nintex Workflow to add a new item to a list. I'm using the web service because the user only has read permissions to the list. What syntax is needed to set ...
0
votes
2answers
406 views
Use SharePoint Designer to UpdateList from external source
My current environment is set up from a SP teamsite that I have current admin rights on. I want to have a SQL Server external DB update my SP list on my teamsite dynamically. My idea is that I am ...
1
vote
2answers
2k views
How do I restrict search to current site and sub-sites only on a custom Search UI page
The intent is to allow users to create sites and sub-sites, add document libraries and make the sub-sites searchable. I am thinking I need to create a site template with a custom Search UI page that ...
0
votes
3answers
105 views
Is the SharePoint build machine capable of running web services?
I created a program that updates list items using the Lists web services. It works on my machine and other machine, but it does not work on the SharePoint build machine where it will become an ...
1
vote
2answers
446 views
Anonymous Access to custom webservices (403 error)
I am trying to add some ajax functionality to a public facing site and have added a custom web service both into the layouts fodler and also into _vti_bin.
I can browse to the asmx file OK however am ...
2
votes
2answers
187 views
401 IIS Error for SearchAdmin.asmx
I have a three server SharePoint 2007 MOSS environment where my IIS logs continue to get pounded with 401.1 and 401.2. These logs are filling up so much that they consume my HDD. I can tell from ...
1
vote
1answer
304 views
SharePoint 2007 Search Webservice client call - darrenjohn's API
I want to get the same result set as sharepoint search returns using webservice/object model, what is right way of doing it?
Let's say:
If sharepoint search core result webpart says 20 items/result ...
1
vote
2answers
464 views
Unable to call the SharePoint Custom web service from another SharePoint Farm
I have deployed a custom SharePoint Web service on Farm A. I am trying to access this Web service from a SharePoint timer job on Farm B. On Farm B, I am creating Class Library project, packaging it ...
1
vote
1answer
304 views
How to find the site column details using a Web service?
I have a site column of type "Choice" with 8 choices and associated with a list, is there a way to get those details (list of choices) using a web service ?
3
votes
2answers
3k views
WCF service in SP2010
I want to use WCF service in SharePoint 2010 but have problem.
First, in mapped Sp2010 folder(ISAPI) I created newfolder/myfile.svc and in that file I put a reference to my DLL:
<%@ServiceHost
...
1
vote
1answer
721 views
Error accessing Custom WebService
We have some applications in Sharepoint that rely on Custom Webservices.
The asmx are hosted on a specific path inside the webapplication (and not on the contentdb), and the websites were toplevel, so ...
0
votes
1answer
64 views
Sharepoint 2007 UserProfileService iterate CHOICE fields?
Is there any way to view all available Choice fields for Sharepoint 2007 UserProfile Web Service?
Thanks,
Hank
0
votes
3answers
564 views
Web Services: how to get/save Web Part on a page
The WebPartPages Web service includes actions to get or save Web Part properties (GetWebPart, SaveWebPart). Both require a unique identifier called storageKey.
When using Web services on the client ...
0
votes
1answer
2k views
Getting HTTP 401 Unauthorized error while trying to call Lists.asmx
I am facing this weired issue while trying to call the GetList method of the Lists.asmx web serice from my local dev box. Everything works fine as long as I pass default credentials
...
0
votes
2answers
2k views
Add a new list item inside a folder using Lists.asmx
How can I add a new list item in side an existing folder in the list using the OOB SharePoint Lists.asmx web service?
1
vote
1answer
616 views
Update list view title using Views.asmx web service?
How can I update the View title of a SharePoint 2007 list using the views.asmx web service?
According to MSDN the Views.UpdateView web method takes a parameter
viewProperties =
An XML fragment ...
1
vote
2answers
576 views
Copy a list from one SharePoint site to another using web services (no Object Model)
How can I copy a list (including fields, views or Schema) from one SharePoint web site and create an equivalent list instance on another SharePoint web site (which can be in a different site ...
0
votes
1answer
807 views
How to inherit parent site permissions when creating subSite using webservice
Using Sharepoint 2007 webservices from a .Net web application I create a subSite (CreateDWS method). I was originally hoping that the parent permissions would be inherited but no such luck.
...
1
vote
1answer
670 views
How to add items to a wiki page library in Sharepoint via Web Services?
Well, the title says it all, There is not information around about this, the only link I found related to this problem, is:
http://sites.google.com/site/sharepointwikiuploader/
and it doesn't really ...
1
vote
1answer
246 views
Getting a web service with Powershell
I wanted to update a web application web.config via Powershell, and found this post really helpful.
I'm intrigued as to how to this bit of code works, particularly the $closedMethod / ...
3
votes
2answers
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
0
votes
2answers
2k views
Manage User Profile Custom Properties using BCS
We want to write a Custom Webservice to pull the User Profile Properties from SharePoint 2007 and should be able to consume the same Webservice in BCS (SharePoint 2010).
AIM:
1. Read a User Profile ...
0
votes
1answer
107 views
Sharepoint generating hundred of webservice calls before “'Are you sure you want to navigate away from this page” dialog shows
When a user does an operation on a publishing page that would take them away
from the current page, we get the warning dialog about moving away. The thing
is that it takes for ever to show up, 20-30 ...
0
votes
1answer
634 views
GetListItemsAsync to retrieve files from SharePoint 2007
I want to retrieve only the documents that are present inside a specific folder of a document library using GetListItemsAsync method.
Here is how i call it:
sc.GetListItemsAsync("MyDocLib", null, ...
0
votes
1answer
677 views
How come GetListItems filtering on a field's equality to a value fetches this field's value as undefined/null
I think I found a bug. Please share if you know more about it.
I use GetListItems operation to fetch items to display on an ajaxified form. Just an hour ago everything was fine, but now when I query ...
2
votes
2answers
755 views
UpdateListItems won't let you reset field value to empty?
I've recently discovered that the Lists.asmx ignores your attempts to reset a field's value to empty string or null with Lists.UpdateListItems. Not a very well documented limitation discovered by ...
0
votes
3answers
829 views
Can you detect permissions on a list via Ajax or SharePoint web services?
The context for this is the SPServices or Imtech (SP)LookupAddNew function that let you add new items to lookups without navigating to the target list.
Can we avoid adding the link for users without ...
1
vote
1answer
536 views
401 authentication error when calling OpenWorkbook method of ExcelService.asmx
We are trying to call the Excel Services web service using SOAP with a Sharepoint/domain admin account.
I see 401.2 errors in the IIS logs. There is no user name specified there. We are using ...
1
vote
2answers
59 views
“Search query unable to contact the Search web service” - in standard SharePoint search results
What could that message stem from? Any quick tips to diagnose?
Single server farm, remote SQL. IT guys in another location, I have no VPN for access to SCAW (Central Administration Web) .
1
vote
2answers
1k views
Calling a custom SharePoint web service from ASP.Net AJAX gives a 403 error?
I have developed a custom SharePoint web service, and deployed it to /_vti_bin/myservice.asmx. As a "regular" user, browsing to that ASMX URL works fine. When I try to browse to ...


