A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
1
vote
1answer
299 views
System.Data.Linq the given assembly name or code base was invalid
I have a webservice in my sharepoint site which uses System.Data.Linq to add some data to the database. If I make a call to this webservice, I get the following error:
The given assembly name or ...
0
votes
1answer
118 views
Webservice in inetpub and dll in the bin
I have a webservice that gets deployed to the inetpub folder of my site. As long as my assembly deployment target is GlobalAssemblyCache everything is working fine and I can see the WSDL. But if I ...
1
vote
1answer
948 views
Using Sharepoint Web Services to perform people search
Iam trying to do a People Search over the Webservices: _vti_bin/search.asmx
This Is how I ended up:
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
2answers
437 views
What are some best practices when using jquery for Autocomplete with ashx?
After doing some research I saw some examples using jquery's .ajax function and webmethods for autocomplete with ashx in Sharepoint.
...
2
votes
2answers
638 views
Get listitem using jquery or javascript from Office 365(Sharepoint Online)?
there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind.
i have tried to get list data ...
0
votes
1answer
77 views
How to get Deleted By in Sharepoint
I have created a list "Modification Log".Then a workflow for ADD and EDIT.How Can I get "Deleted By" like "Created By" and "Modified By".Please help to have a solution for delete also.
This is my ...
1
vote
2answers
404 views
Office 365 list data using jquery
I am doing azure project in that i want to get list data from sharepoint online(Office365)
So it is possible using jquery?
0
votes
1answer
532 views
Connect client object model to https url
I am trying to connect to a remote sharepoint site through "https" Url using client object model but I am getting the following error:
The underlying connection was closed Could not establish trust ...
0
votes
1answer
61 views
SharePoint licensing with webservices
Suppose, I consume SharePoint services using web services in my enterprise. All the web services connections are made using a single service account.
How do I derive the named user licenses required ...
-1
votes
1answer
218 views
How to get search results using SPSearch service
I need to use a spsearch web service to search for a particular text and get the search results for it.Someone please help me out...
1
vote
1answer
103 views
Instance of OracleConnection does not work in Webservice
I am working on a webservice which connects to a OracleDatabase.
I already implemented this service as asp.net Service, but now got to transform this as a Sharepoint Solution to use the Sharepoint ...
2
votes
1answer
348 views
Dropbox access from SharePoint
I am new to Dropbox, and I'd like to know if there is an easy way to access Dropbox content from SharePoint 2010 / Office 365.
For example, should I consider BCS? Or is there a way to work with the ...
1
vote
0answers
140 views
Boolean field access through Lists web service
We currently have a boolean field (yes/no) on a list that we we access through web services (getlistitems). In Sharepoint 2003 the boolean field returns as -1 and 0. While testing in 2007 for a future ...
0
votes
1answer
844 views
Workflows Fail on Start when adding an item to a list programmatically
I have a custom built web service that is built to simply add items into a list in SharePoint Foundation 2010. I have workflow attached to the list but when I create an item using my web service ...
1
vote
0answers
113 views
GetProfile webservice not working
I was using a data connection called GetProfile to get some users data. From yesterday I am getting a below error
“The settings for one or more data connections in your form are defined in a data ...
1
vote
2answers
528 views
every instance of sharepoint in folder extensions\14 layouts\images has same Pictures?
Has every instance of sharepoint in folder extensions\14 layouts\images the same Pictures?
I want to build an Application which takes over this reference the Icons:
For example:
...
0
votes
2answers
231 views
Debugging Problem with Sharepoint Foundation 2010
I've installed Sharepoint 2010 Foundation on my WS2008R2 copy...
Whenever i lanch from Visual Studio some debug, the process couldn't attach to IIS and so every break point is skipped..
To male ...
0
votes
1answer
64 views
how to add sharepoint search on non sharepoint site?
How to add people search on non sharepoint site. There is a departmental website (.net asp.net site) where that department wants to implement sp people search on their website. How would you ...
2
votes
3answers
400 views
Sharepoint Online, web service authentication and IE7
I have been strugling with a problem for a while. I have created some code that utilizes the MsOnlineClaimsHelper to authenticate a sharepoint online user in order to consume the lists.asmx webservice ...
1
vote
1answer
2k views
System.Net.WebException: The remote server returned an error: (401) Unauthorized
Here is my Scenario :
Its for SharePoint 2007 environment
I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form.
the ...
0
votes
1answer
277 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 ...
2
votes
1answer
1k views
Sharepoint Webservice 401 error
I have asked this question on stackoverflow as well but no answer.
I'm trying to call sharepoint webservices in a C# console application. The code works fine when I use my local system's WSS as ...
0
votes
0answers
345 views
Problem with ASMX and SPContext.Current equals to null
I'm deploying my application to an Sharepoint Foundation Farm... In my application there is a web service (tt2sp.asmx) installed in the _vti_bin directory.
On my site the anonymous access is ...
0
votes
1answer
153 views
Developing Webservices to for a sharepoint site without visual studio on the server
We are developing a ipad application for a client for managing the workflows of sharepoint site.
On the middleware i need to develop a .net webservice which will fetch the Tasks details from the ...
0
votes
1answer
489 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 ...
3
votes
1answer
346 views
Authentication web service and special characters in password
My client application is authenticating with a SharePoint website using the Authentication web service in Windows Sharepoint Services 3.0. The client is not written in C# and I craft the SOAP request ...
1
vote
0answers
396 views
HRESULT: 0x80131904 error when calling the MS Search Query API
I am attempting to use the web API to access search results from MS Search Server 2010 Express. When I execute the query I get the following error and stack trace.
Server was unable to process ...
8
votes
2answers
1k views
Java to Sharepoint interface, with claims based authentication
I have a sharepoint server with a claims-based authentication (ADFS server).
I have a Java app that needs to push data to a sharepoint list, preferably over the REST API, and with the additional ...
2
votes
2answers
539 views
External XML web services, not valid?
I'm trying to connect data from Exchange 2010 to a SharePoint site through SharePoint designer, using the ASMX web services Exchange 2010 exposed as a Web Service data source.
I've already verified ...
0
votes
2answers
1k views
How to access SharePoint Custom list using webserivces
I have a custom list called "Custom" with Title, Description and Date Site columns. I want to access this custom list using Web Services. Can anyone provide the solution with step by step .
Thanks,
...
2
votes
2answers
905 views
sharepoint fast-search(FQL) querytext for sharepoint people search
I am new in sharepoint 2010 and I want to make a FQL query For People search
One other thing in sharepoint search MSSQLFt works fine But in fast-search Some fields are not search.Like Department and ...
2
votes
2answers
921 views
Custom WCF service - namespace location problem
I created a custom web service in my sharepoint using CSKDev template. Everything looks good when I'm testing my service locally. But problems came up when I decided to test it on our sample farm with ...
2
votes
2answers
94 views
Get default db instance
I'm writing web service which will be part of my sharepoint solution. This service will save and read some data from custom db which will reside on the same mssql instance as sharepoint. I'd like my ...
2
votes
1answer
145 views
How would you build a media equipment tracking system in sharepoint?
Currently I have a standard List application built in share point that we add, and update the list items when someone signs out and returns a piece of media equipment.
I am looking to improve this ...
2
votes
1answer
428 views
SP2010 - Search in Discussion Board using search.asmx web service
I'm developing a client application that uses SP search web service to search in the discussion boards.
I have created a scope using the contentclass STS_List_DiscussionBoard.
Could you please help me ...
1
vote
1answer
2k views
How to programmatically retrieve item version history from client?
Using server-side code I can access List Item version history using SPListItem.Versions.
Is there a way to programmatically access the same information from the client?
I am happy to use either the ...
3
votes
3answers
757 views
Word 2010: what are my options to get items from a SharePoint list?
How can I, directly from a Word 2010 document, get items from a SharePoint 2010 list? I am interested in a one step approach, not two steps involving Access or Excel for example.
If possible I'd like ...
1
vote
2answers
123 views
History to Maintain People how viewed the SharePoint items
I have SharePoint list with items (item 1,item 2,Item 3 or 3 rows), I want to maintain the history or list of people for each item who viewed it. Can any one help me how can I maintain the history ...
0
votes
1answer
755 views
sharepoint 2010 search.asmx query Problem
I use below query for people search in sharepoint 2010 using jquery
SELECT PREFERREDNAME,FirstName,LastName,JobTitle,Department,Email,WorkEmail,WorkPhone,Skills,PictureUrl,Path,Rank,MobilePhone FROM ...
1
vote
0answers
523 views
How do I call SharePoint 2010 REST API from C# if that site has claims based auth?
For example, this site is secured via Claims Auth (It has both FBA and Windows Auth). My guess my issue is security. I ultimately want to use the credentials that my IIS app pool is running under. ...
0
votes
1answer
86 views
Creating a folder, when saving to Sharepoint in Office Application
Is it possible for someone to create a subfolder for a folder when saving to SharePoint in an office application.
For example I have included the save screen. Notice the create folder icon is grayed ...
3
votes
3answers
907 views
using jquery and search.asmx service search People in sharepoint 2010
Hi i use below code for Getting people Search. Using below code I am able to search but getting only user name and User my site url.
I want all user profile Property.How I get all user Property using ...
1
vote
1answer
313 views
Send e-mail with attachment (Office 365)
Is it possible to send an e-mail with attachment in Office 365?
As attachment we would want the attachment from a listitem or a document from a document library.
Maybe with the use of webservices or ...
2
votes
2answers
217 views
Get ContentTypeOrder of a specific folder using CAML and/or SharePoint web services
I am trying to get the ContentTypeOrder of a specific folder using SharePoint web services and caml queries. I am using the GetListItems() method of the Lists.asmx web service. The resulting xml ...
3
votes
2answers
864 views
Sandbox Webpart Web Requests: System.Security.SecurityException
I need a custom web part that aggregates list data across web applications. I would like to keep it sandboxed if at all possible.
I first tried to use the out of the box SharePoint web services ...
2
votes
1answer
156 views
Count Word of Rich Text Box
I am very very new to SharePoint and working hard these days. I have a list item named Story (Rich Text Box). When the user types words in the column, below it I need to show the number of words ...
0
votes
2answers
1k views
Find if content type is hidden (Visible is not checked) on the list level using SharePoint web services
I am trying to know if a content type is hidden (Visible not checked in Change new button order and default content type section) on a SharePoint list using SharePoint web services. I have tried the ...
2
votes
2answers
329 views
SharePoint list.asmx web service
I want to build a office outlook application.
I want to display all documents with their folder and documents. I want to get all subfolder and their document file.
In Sort get all document library ...
2
votes
1answer
735 views
Retrieve all content from a web and it's sub webs using web services
I am trying to retrieve the content of a SharePoint database, i.e. the subwebs and corresponding Pages lists, using the available SharePoint 2010 Web Services.
I can get a collection of all the ...
3
votes
1answer
2k views
How to get list item from a different site collection using javascript?
I have two site collection like site1 and site2. I am working in site1 application and I want to get a list item from site2.
This is the code I am using:
var ctx;
var listItem;
var title;
var ...

