I'm trying to post an object but the array only comes null .. can anyone tell me what's wrong?
@XmlRootElement
public class Produto implements Serializable{
private String nome;
get e set...
private List<Tipo> tipos;
ge...
I have an application that uses jasper-reports version 6.2.0 with spring-mvc version 3.2.14, java-ee-7 , tomcat 8 and on the front end we use angularjs . The requests rest are made via ajax .
Spring perfectly understands the object...
Hello, I'm trying to do a 'POST' in the WooCommerce Rest API using Delphi. I've done several tests using a lib. which I downloaded on link but without success. So, since there is now the 'RestClient' palette, I have tried with 'TRestClient', '...
I'd like to know how I could handle the security of a stateless REST application with Spring.
Imagine that no user can access any content of /app/content if you have not first identified. Is there any way to do this without also having...
I have a list of records and need to send to the server via POST, use Retrofit 2.0 to make the requisitions. I get to make all the requests, but I'm not able to send the list.
My interface:
private interface SalesService{
@POST(API_BASE...
I'm having second thoughts about the Jersey Cache control. Using QueryParam, does the browser / server risk performing the result cache? Or does this happen only when I work with PathParam within my GET method?
I find the Google Directory API very interesting to gather documentation and test environment in an easy, objective and well-organized way.
I wonder if there are any similar plugins that can be added to a Java application to automatically gen...
I'm having an error retrieving a list of CSV objects from the server. I'm using JSefa to serialize and deserialize Java Beans to CSV and implemented a MessageBodyWriter and Reader to do this conversion in the calls ..
The detail is that I am...
I'm consuming a REST API with RestTemplate and it does not follow good practices, like using HTTP status codes, for example.
Response to success:
{
"435": {
"Codigo": "435",
"Tipo": "",
"Corretor": "62",...
I'm trying to access a rest service that is on an HTTPS server via PHP and is returning timeout. If I take the URL and put it in the browser it opens.
I'm using Httpful ( link ), I've already used other libraries and the same error occurs.
Now w...