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 ...
0
votes
1answer
8 views
Building filter/query string for RESTful API
I'm building RESTful API using Microsoft ASP.WebAPI. My problem concerns GET method, or more specifficaly, optimal solution for building query/filter strings in URL's.
In my application, RESTful API ...
0
votes
0answers
5 views
Google Cloud Storage createOrReplace file is broken (different size, …)
I tried to upload a stream (restlet memoryfile) to gcs. But the file has another filesize and is a little different so that the file is marked as "broken".
I tried is local and on google app engine. ...
0
votes
0answers
6 views
How do I use PHP cURL to POST a request to DocuSign's Create Envelope From Document REST endpoint?
I am trying to figure out how to implement the example located on this page:
http://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm
Using PHP and cURL. I'm having a lot of trouble... no matter what ...
0
votes
1answer
4k views
WCF configuration for WebHttpBinding(Restful) for supporting both HTTP and HTTPS
We are using AJAX Cascading dropdown and AutoComplete functionality with Restful WebService Services providing data. With one endpoint(non-secured) eveything was working fine, until we tried same web ...
1
vote
0answers
4 views
Invoking soap services and rest apis using Dropwizard framework
I have a requirement to expose my business logic in RESTFul API. One of my colleague mentioned Dropwizard seems to be quite good. However i would like to know if it suits my requirements. My ...
0
votes
1answer
9 views
Rails authenticity from Android API
I'm working on an Android client API for my organization's new website. The new website is written in Rails, and authentication is done as follows: I make a POST request to the site's login URL with ...
0
votes
2answers
23 views
android asynchronous interaction with server
I'm developing a client-server android application, which makes use of REST protocol.
Basically I upload a picture to the server first and then process it on a server and then update the status of ...
0
votes
1answer
65 views
RestTemplate unmarshal errorBody
Good day.
I am writing REST client on Spring. The server can send in response an XML or JSON marshalled object. In case of normal request/responce its works fine. My RestTemplate client can ...
-1
votes
0answers
10 views
Mapping + Query in Elastic Search
Context
Essentially what I have is a large dataset of names, split into pty_firstname and pty_surname. I index this data into ElasticSearch from an Informix DB, this all works fine. However what I am ...
0
votes
1answer
27 views
AngularJS official tutorial, how to add object?
I'm kinda stuck at testing Restful model without server-side.
In Google official tutorial step 11
They show real nicely how to get all the phone lists from a local json files using get method.
It is ...
0
votes
1answer
1k views
Converting a stateless EJB3.1 session bean to RESTful web service
I found a very interesting question and also the answer to that
How to expose an EJB 3.1 as a REST Web Service?
which refers to http://www.adam-bien.com/roller/abien/entry/ejb_3_1_and_rest.
...
5
votes
2answers
4k views
Invalid use of BasicClientConnManager: connection still allocated
I am making a call to REST URL and trying to measure how much time it is taking to get the response back.
I am using DefaultHttpClient for that to get the response back from REST URL.
In my below ...
0
votes
1answer
19 views
Laravel 4 RESTful Api with content negotiation
I'm working in a RESTFul API with laravel, and I want to use content negotiation in my project, but I don't know how to accomplish that.
I have my controllers separted by api version, and I want to ...
0
votes
0answers
2 views
Translating a curl command for windows (without curl…)
I'm trying to figure out the easiest way to enable a user to be run a command that allows us to diagnose an issue on an api.
They're at an external site, with no direct communication, so it's hard to ...
0
votes
2answers
22 views
Backbone.js and REST API JSON format structure
This might be and obvious questions, however I'm not seeing any documentation that directly addresses the how backbone prefers JSON to be formatted from a REST API source.
Ideally I would like to ...