I am creating a Restful service in VS 2010. I have a class Advisor. The SubmitAdvisor method takes this class as a parameter, and the ListAdvisors returns the List of Advisor.
I have searched all the docs but have still no clue how to create a node in Drupal 7 that contains a image field. I create the node(s) via REST Services and everything works except the image thing.开发
I have a RESTful api in a cakephp app that returns json data.I am testing it with firefox REST Client.The GET requests work fine, but I am getting 404 errors I dont understand when posting form data.T
I am designing a web service which can be used by multiple clients, web, mobile, 3rd party, etc. I am looking at REST as a possible solution and I am considering the case of authentication.
I\'m using the \"Post\" method so I can send a custom object. But I keep getting the following exception on the request.BeginGetResponse():
I\'m trying to learn Backbone.js and I seem to be having an issue with fetch on a model. I have: window.News = Backbone.Model.extend({
I will be writing a RESTful API soon and am wondering as to which technology lends itself most to ma开发者_StackOverflow社区king the end product scalable and fast.
I have a jqGrid table and it works well. I use Spring and communicate everything via REST. I want to add adding row abili开发者_C百科ty to my jqGrid. However I don\'t want to use default button of the
I\'m trying to build an Web-Server which can serialize an Objec开发者_开发技巧t into JSON and XML. Since I\'ve integrated Jackson (using an example-Project) I\'m able to access an JSON-Serialized Obje
I am trying to build a client for a restful webservice with Resteasy. The issue is with my client code(below)