Questions tagged as 'restful'

0
answers

pass a list of objects containing other objects to Json in Java

I have a web service hosted on Java in Netbeans (NO MAVEN) with several classes that are related to foreign keys. For example, I have a Notes class that has two foreign keys (idUsuari and idIncidencia). From the Postman, I do a GET with the meth...
asked by 06.04.2017 / 14:25
1
answer

error when deploying a resftul service

I have a RESTful service created in Netbeans that takes the data from a remote database that I have in mysql. I followed the steps of this web: link (in this example they create a database. I have created on the remote server that I have virtu...
asked by 17.03.2017 / 15:34
1
answer

Error in PUT call angularjs

I have a problem with a PUT call in AngularJS. When making the call to the API at the press of a button, it makes a first request, but then performs a second one, with the same parameters, which generates me in error in the response. API...
asked by 08.02.2017 / 11:33
2
answers

JObject throws me an error when I try to get the result of a JSON

I'm calling a Rest API. When I call it, I drop it and it gives me the following error.    Error reading JObject from JsonReader. Current JsonReader item is not   an object: StartArray en la linea JObject.Parse (resultWebService.ToStrin...
asked by 13.08.2018 / 14:39
1
answer

Registration with RESTful API in java

I need to create a small application with java to allow users to register, I have to use a API RESTful and I would like to know the relationship between the registry that is stored in a database MySQL and API RESTful ....
asked by 22.06.2018 / 22:42