I have to send a ByteArrayOutputStream through a rest service, and I got this exception: org.jboss.resteasy.client.ClientResponseFailure: Unable to find a MessageBodyReader of content-type text/html
I\'m trying to find a way to call a WCF method using JSON and pass a TimeSpan as parameter but I always receive a \"Bad request\" response from the service.
I am trying to call a REST Api to get back some JSON data and I can\'t make it connect. I think it needs a cached cookie or something to work. Any ideas or people that have used the REST Bitbucket.org
According to the spec: The PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an already existing
My question is, Is there a way to host RESTful webservice on iPhone? This is possible in java based mobile.
I am writing acceptance tests for a RESTfull JSON service. I want to be able to run the tests against production server. This API is used by the iphone client. For authentication the JSON service uses
I have written a WCF Rest Service that uses XmlSerializer. I have also implemented IXmlSerializable on the type I am accepting as a service parameter.
I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote my POST code at the Java side. However, I want to test it with cURL. I am trying to post a JSON data
I am developing a Spring Rest application. One of my methods is that: @RequestMapping(method = RequestMethod.GET)
The aim is to, for each unit test, systematically start a tomcat 7 server, load the spring application (eventually drop / create a schema & init its data in an database) perform unit tests and sto