Error when I search for some specific words in SharePoint 2010
I have a custom webpart on the search page which is getting data from an external web service. I am getting the following error when I am searching for some specific words (e.g test) in sharePoint...
View ArticleLookup column value not updated – ListsWebServices and Asp.NET
I am having trouble inserting new record in “Clients” list on our server, I am in learning phase for working with SharePoint Lists Web Services and I am trying to insert a new item in a list which...
View ArticleCan we access the sharepoint 2013 list from another web application using CSOM
I have to access the sharepoint 2013 list from the site under another web application in the same farm. Is it possible I tried it but, it is not happening. Both the web applications lie in the same...
View ArticleWF gets canceled status while WS call
I’ m trying to call HTTP WS from WF. Unfortunately, it gets canceled every time and I can’t understand a reason. In a browser service works fine. Would you mind telling me what’s wrong? WS source code:...
View ArticleGetListItems queryoptions – How to filter?
I have following code but I need to make sure that CurrentStatus=true is part of the code so I dont get the entire list. Is it possible? <?xml version="1.0" encoding="utf-8"?> <soap:Envelope...
View ArticleSending data to another site in workflow permission
What permission is required for a user who is running the workflow, to send data to another site collection through: call web service. Does the user have to have permission on the other site...
View Articleunable to use getElementsByTagNameNS with a JavaScript SOAP 1.2 call to...
For reasons I do not understand, even though the call is successful and I get data back, I cannot retrieve nodes using getElementsByTagNameNS on xhr.responseXML when using SOAP 1.2 calls. Hopefully my...
View ArticleSecuring an on Premise non-SharePoint .NET WEBAPI method with o365...
We have a custom (non-sharepoint) .NET MVC WebAPI service running on premise. At a high level, possible somehow to secure methods on that web service using o365/SharePoint Online Authentication tokens?...
View ArticleGet unique permission of list/libraries through sharepoint 2007 web services
Is there a way to get all the SharePoint list/library names having unique permission of a particular site collection using web services. I am working on SharePoint 2007 site and hence web services will...
View ArticleWebservices vs Microservices [closed]
In our org , we have soap & rest based services that have focused set of responsibilities. For instance , there is customer service for managing customer info , account service for managing account...
View ArticleDo WSDL based web services need to use SOAP?
Does a web service that is defined by a WSDL; when implemented; need to use the SOAP specification to structure the request and response messages? Can it use an alternative to SOAP? Are there any...
View ArticleHow would one obtain a stable IP address that is guaranteed not to change?
I was thinking about creating a redirect service that adds or removes the www from domain names. All that would be required would be that the domain name point the DNS for the naked domain or the www...
View ArticleSend JSON Payload in RequestContent of HttpSend with POST in SharePoint 2013...
I have a SharePoint 2013 Workflow in Visual Studio. I need to call an external Web API using POST and send some JSON payload. I couldn’t find any proper documentation to achieve it. Can anyone please...
View ArticleSuggestions to distributed service pattern
We expose some webservices on a server, written in C#. Now we have to distribute the services to multiple servers, so the solution is distributed. And each request is dispatched to one the servers to...
View ArticleAccessing Metadata from a Subsite/Web Efficently
Here’s my scenario; I have a parent site with up to a few dozen child sites off of it (2010 environment). I want to be able to get metadata about each site, for example a date relevant to that site....
View ArticleShould I use my own public API for my web interface?
I am designing an API with django and its rest framework (and I am already not sure if it worth the hassle to version it or not). I totally know the iOS and Android apps will call the API, get a token...
View Article