A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
3
votes
3answers
747 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 ...
0
votes
3answers
168 views
Get the Top Level Site URL (when given a subsite URL)
I have been using this code to retrieve the URL of the top level site;
string result = String.Empty;
using (var service = GetSitesWebService())
{
result = service.GetSite(mySubSiteURL);
}
if ...
3
votes
2answers
1k views
SharePoint 2010 - Strange errors starting this morning
A few hours ago, one of the site owners sent me an email saying that they "couldn't click on anything". Upon more inspection, it turns out that they do not have access to the ribbon bar, cannot click ...
1
vote
2answers
52 views
How to consume a custom sharepoint webservice service application from outside SharePoint
What is the proper endpoint address to consume a custom sharepoint webservice service application from outside SharePoint?
I have written a service application based on a great example of David ...
1
vote
2answers
115 views
Ajax web service call not working in chrome browser
Can any point me to the error am doing in this block of code. This is working fine in Internet Explorer and Firefox but not in Chrome.
Chrome does not return the result.
function ...
1
vote
2answers
316 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
1
vote
2answers
2k views
How can I pass credentials to SharePoint 2010 people service?
I need to do a simple request against the People service in SharePoint 2010. Please tell me how I can do that. The following piece doesn't work.
public void Test()
{
var client = new ...
1
vote
2answers
425 views
Getting the ID of a newly uploaded document
How to obtain the ID of a newly uploaded document using web services (c#, .net)? Is the following the best way to obtain Doc ID?
private string sGetID(string sURL, string sListGUID, string sFileName)
...
0
votes
2answers
53 views
Cannot create ASMX based webservice object
I have developed a custom asmx webservice and deployed successfully on my url and on browser ive checked and working perfect. Now I want to consume in my Visual WebParts code behind ..to do this Ive ...
0
votes
2answers
124 views
accessing the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model)
I want to access the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model) using JavaScript or REST service or Webservice which I can call from Javascript.
...
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
2answers
345 views
Creating Groups via Web Service
I am trying to create groups on a SharePoint 2010 site via the UserGroup.asmx web service. I am using jQuery and SPServices to interact with the web service.
When I try to create a group (via the ...
0
votes
2answers
113 views
develop sharepoint webservice and deploy it to sharepoint site
Recently I am developing a webservice which is used to upload document to a SharePoint doc library. I have deploy it to the _vti_bin directory and now I can successfully call it to upload a document. ...
0
votes
2answers
2k views
How to get Item from ListItem with Client Object model
I'm trying to printOut some items from a ListItem. But when run the code I get following exception:
"Invalid usage of query execution. The query should be executed by using ExecuteQuery method on ...
0
votes
2answers
1k views
Connecting to InfoPath with UserGroup web service - “Unable to create a schema”
Using: InfoPath 2003, SharePoint 2007 WSS
I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
0
votes
2answers
667 views
WCF service in claims-enabled SharePoint app
I have a WCF service hosted in a Claims-enabled SharePoint 2010 webapp.
Using wsHttpBinding I can get a console client to use Windows (Kerberos) authentication against the service. Within the ...
0
votes
1answer
189 views
Site Data web service requires “Site Collection Administrator” permissions
The Site Data web service requires "Site Collection Administrator" permissions. This seems to be a fairly far-reaching permission to grant. Is there a way to programmatically determine which sites the ...
0
votes
1answer
152 views
Error when adding new external content type from azure hosted service
trying to set-up and consume a web service within SP using azure hosted services. I have written really simple code which compiles and deploys as a package. Followed this excellent walkthough... ...
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 ...
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 ...
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.
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 ...
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
317 views
How to create new External Content Type on SharePoint Designer
I'm trying to create a new External Content Type on Sharepint Designer , but where I try to insert the web services wisdom into the "New Connection -> WCF Connection " I get the following error:
...
0
votes
1answer
521 views
listdata.svc does not respond in VS
I am trying to add list.svc to a project in VS 2010. Even though, the path http://server/site/_vti_bin/listdata.svc is accessible through internet browsers, when I attempt to add service to my ...
0
votes
1answer
127 views
how can I retrieve an USERID from a web site user, when it adds a new FILE on SP?
I'm building a WebServices tha allows user from a social network to add a new FILE in a DoCLibrary.
This WebServices' WSDl ,was built with no "USERID" field .
Every time that someone add a new file ...
0
votes
1answer
637 views
Sharepoint 2010: Web Services Get All Sub-Sites Where User Has Write Permission
I have an external application which displays all sub-sites and document libraries where the user has write permissions. At the moment I am using "GetRolesAndPermissionsForCurrentUser" to get ...
0
votes
1answer
135 views
Is there a way to return the information from 'viewlsts.aspx' like Allitems.aspx?
In the Allitems.aspx there is the CTX.listName which houses the GUID of the list.
what I'm looking for is the GUID for the /_layouts/viewlsts.aspx
is this even possible?
0
votes
1answer
116 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 ...
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
150 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 ...
0
votes
1answer
2k views
BasicHttpBinding WCF services don't get NTLM challenge when hosted on a Claims enabled server
The service is hosted in /_vti_bin, and uses SharePoint's own BasicHttpBinding service host factory (MultipleBaseAddressBasicHttpBindingServiceHostFactory). According to Microsoft's guidance, three ...
-1
votes
1answer
217 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...