REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC-based architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a ...

learn more… | top users | synonyms (2)

0
votes
1answer
3 views

Getting a reference to a Jersey REST resource method from the URL

I'm doing some performance testing, and I want to be able to call a resource method without going through the network. I already have a framework for generating URLs, and I'd like to be able to reuse ...
-1
votes
0answers
8 views

First Time REST to SOAP Conversion [on hold]

Ok - so I've been tasked with converting an XML in REST format to SOAP and I need a bit of help getting started. I've found a few tutorials: ...
0
votes
0answers
15 views

How to reuse a rest connection class all over my app?

I've been trying to find an answer here but I feel that none of the questions asked are helping me. I'm developing an Android App which will be under constant maintenance and changes. It will also ...
0
votes
1answer
9 views

Building and sending very large CSV data-set over C# WCF REST Web Service as MemoryStream

This topic is related to the question here: How to send a CSV file using C# WCF RESTful (i.e. Web) Service? I was able to send a very small data set by utilizing the method discussed at ...
1
vote
0answers
6 views

console based JSON API configuration over relational database

I've been looking for a tool/utility that provides a console-like option for building JSON data APIs on top of a relational database. I've come across deployd (http://deployd.com/) and emergent one ...
0
votes
0answers
15 views

How can I remove escape characters from my JSON object being displayed in Fiddler

I would like to seriaize my C# object to a JSON object without the final text string including escape characters. The below method is being called through a RESTful design and returns the following ...
0
votes
0answers
5 views

Halt eCircle Trigger over HTTP or other?

Is it possible to halt an eCircle sendout trigger (specifically, prepared message sendouts) in some automated way? The specific case here is to have the triggers halted if a specific URL is not ...
0
votes
0answers
9 views

backbone collection has empty models after fetch

I have a backbone model with embedded collection and i use 'parse' function: var OrderModel = Backbone.Model.extend({ urlRoot:'/handlers/order', defaults:{ 'id':'', 'name': '', ...
0
votes
0answers
9 views

REST WCF - best approach to expose entities or convert custom classes to Entity classes vice versa

I have taken a step back on two of the approaches in my project (WCF REST Service). Started with WCFDataServices since it support full OData service stack, but due to more validation requirements ...
0
votes
0answers
16 views

Specifying the external port of a Windows Azure Virtual Machine with the REST API

I'm deploying virtual machine instances using the xml body template showed in: http://msdn.microsoft.com/en-us/library/windowsazure/jj157194.aspx#nwcInputEndpoints However, there is a problem when ...
0
votes
0answers
16 views

Link to Online Restful API (JSON ) used via Backbone Collection

i am trying to learn how to get data from Restful API(JSON) into backbone collection, could anyone please provide a link to online Restful api example, or even some snippet of showing it pulled into ...
0
votes
0answers
5 views

Camel best practices for RESTfull web service exposing

I want to expose a RESTfull webservice using camel. I have used URI templates to define my service contracts. I want to know how should I route the requests to the relevant method of my ...
0
votes
0answers
2 views

Phonegap: java.lang.throwable: EventHub.removeMessage

This is code I am using to call web service but it is not working. Please suggest some solution. This is my html + javascript code. <!DOCTYPE HTML> <html> <head> <meta ...
0
votes
0answers
11 views

Rest easy JQUERY 404

I did a REST service in JBoss 7 env. using javax.ws.rs.core.Application and using @ApplicationPath like the guides suggest. So the follow REST Service's code should be correct and the paths too: ...
0
votes
1answer
20 views

AFNetworking - POST file progress random stuck

I'm using AFNetworking and AFJSONRequestOperation to post an image along with some parameters to my REST server with this code. NSData* uploadFile = nil; if ([params objectForKey:@"file"]) { ...

1 2 3 4 5 1033
15 30 50 per page