web services large fail upload to 2010 site failed error connection reset
Using java web service to upload files to share point 2010 site, it is failing to upload large size files due to connection reset by peer, as per the share point admin it is 401 authorization for...
View ArticleCreating a user-customizable web api
Technologies: Javascript for $http call, ASP.NET Web API, MSSQL for data retrieval Web API will return array of widget objects with following properties: WidgetId, WidgetAttribute1 Bool,...
View ArticleSOA principles, encapsulation and autonomy
We are developing multiple web services in C# using WCF, but we´re new doing it. So, for what we have read and learnt, this is our approach: We have a class library that we called CommonLibrary that...
View ArticleWhat is wrong in my XML structure to add nodes using a RESTFul web service POST?
I’m using RESTFul Web Services module with Drupal 7. I can log in with basic authentication, get CSRF-token, get nodes, and so on. The problem is with POST/PUT: I cannot get adding nodes to work. I get...
View ArticleRESTful web services return 403 forbidden for uc_order_product
I’m using ubercart and RESTful web services module. When I query for node, uc_order, user, etc., it returns data correctly, but when I query for “uc_order_product” I always get 403 Forbidden....
View ArticleSend Emails Via APIs or Code?
I am Using SendGrid to Send Emails to my Users. There are two ways to send emails via SendGrid. 1 – Via APIs 2 – Via Program/Code I want to know which one is More Secure and efficient way. I am Using...
View ArticleAdd metadata(columns data) to a file in Document Library using java....
I’m new to sharepoint, I’ve created a web services where i post files to a document library but i also want to add metadata(columns data) ‘Title’ at the same time as i post the file using java. Is...
View ArticlePost image via webservices
I tried to create a node through external application using web services. This having only two fields node title and cck field image. i will grateful if anyone share the JSON format to post the images....
View ArticleGetListItems /_vti_bin/Lists.asmx
I need to get a item by a giver url. (SP2010) I am using the Lists.asmx web services. (I can not run code on sharepoint machine). I tried this: SPWSList.Lists queryListService = new SPWSList.Lists();...
View ArticleRest webservices in SharePoint?
Any documentation to learn REST Webservice in SharePoint ? I am trying to create REST webservice for SharePoint.
View ArticleAuthenticating users across multiple web services
User details (name, address, etc) are stored across multiple sites that are vendor specific. For example, vendor A holds information concerning room bookings while vendor B holds information specific...
View ArticleWeb Service and Message Queue
We’re looking at creating a web services/REST API layer that will be consumed by web and mobile clients. To make the solution more robust I was considering putting the commands from PUT, POST, and...
View ArticleException versus return code in DAO pattern
After reading a lot about the abusive use of exceptions in Java and how you should let an exception bubble up through the different layers of an application, I’ve come to a point where I don’t know...
View ArticleServer error in Sharepoint newsfeed 2013 when uploading image
Whenever i upload any image in share point 2013 newsfeed , the rest api for getting newsfeed(http://siteurl/_api/social.feed/my/news), it returns me “Request Error”. Can anyone help ?
View ArticleHow to get Users in the Farm with JQuery
want to users all the Sharepoint farm, so I would like to consume SharePoint web services using javascript/jQuery. I am capable to write small scripts using javascript/jQuery, but I don’t know how to...
View ArticleSet taxonomy field value by web
I am struggling to update a taxonomy field value using a custom web service. I have the following code, running in a console application, but failing by web service. TaxonomyField addressFld =...
View ArticleIs it bad to use POST only on an API?
I’m about to develop a new API for our website. Part of the design I’ve considered to use the POST and GET methods but after reading some security stuff I realise that GET is a bit less secure(i.e....
View ArticleProject Server Web Service Issue
I am trying to import SharePoint list data into Project Server via the instructions and code here: https://msdn.microsoft.com/en-us/library/ee460779(v=office.12).aspx I have built out all of the...
View Articleserver-config.wsdd file is not generated
I am developing simple Web Service App using Axis1.x. So when my server is started it shows in mid- Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd It...
View ArticleIs it a good idea to have a database row that represents an unknown value...
We have two systems, System A imports a list of sports events from system B, it only wants to import the events we will be providing live data for, the filter used to hide events that we are not...
View Article