Questions tagged as 'restful'

1
answer

Write data in API RestFul Laravel through JSON

I'm trying to write data to a Restful API in Laravel via a JSON, but I can not write more than one group of information when the file has more than one. "data": [ { "client_id": "3", "veiculo_id": "3", "carreta1_id": "3", "carre...
asked by 03.10.2018 / 02:07
1
answer

JAX WS RS JPA does not return oneToMany relation in JSON

In my relationship, a Call is related to many Histories. The key of the Call is present in every History. When querying a History for the code, there is a @ManyToOne relation that returns the Call to which the history belongs. When consulting th...
asked by 10.07.2018 / 03:05
2
answers

Asynchronous call to a RestFull WebService

I need to make a call to the WebService on Android, and with another class call it. At the end show in design the response obtained by ws. I've already done the WebService but that part of the "asynchronous" is not giving. This is my WebSer...
asked by 05.07.2016 / 13:35