I am working on a .net 4.0 wcf restful service project. As part of the project i have created two services 1) OrderService 2)ProductService
Do you know how a resource edit path should looks like on a restful web app? Can\'t find any serious reference but the Ruby on Rails way that it\'s just a convention.
I\'m using WCF Restservice to authenticate user. I have a POST method and works fine using jquery but fails on Fiddler test. I get 415 Unsupported Media Type.
For certain models, I wish to provide functionality that allows a user to create a new record with 开发者_开发百科default attributes based on copy of an existing record.
I\'m kinda lost here and I would appreciate if someone would clear things.. My need is to synchronize the content in my app with the content on the server and I have a working Core Data model.
I have an old application that uses Web-To-Lead.I\'m updating it to use the REST API.We have a bunch of assignment rules set up for Leads.When we create a lead through Web-To-Lead, the Lead is assigne
I am creating a Facebook application with Rails and am attempting to stick to RESTful routing. The problem I am having is that Facebook posts a signed_request variable. This causes routes that are not
I have a webservice implemented in grails to deal with POSTs from a GWT client. If the user logges in he also could access as well the webservice without GWT just over the browser.
I am new to android networking and would like to find the best solution/source that would help me learn the same. I have a working android application but i want to include network services that can g
I often use ajax to update or delete objects in the controller. Now, there are the update and destroy methods, which generally look for a single id and perform actions on it. But I often need to to pe