Questions tagged as 'rest'

1
answer

ERROR 500 - But I do not know where it is wrong, someone helps me!

@PostMapping//Create public ResponseEntity<Categoria> criar(@RequestBody Categoria categoria, HttpServletResponse response) { Categoria categoriaSalva = categoriaRepository.save(categoria); URI uri = ServletUriComponentsBuilder.from...
asked by 19.09.2018 / 22:20
1
answer

Error when testing sky sandbox

When accessing urls link {PaymentId} when replacing PaymentId by a value: 1 (random value) I get this message: "Message": "The requested resource does not support the 'POST' method."     
asked by 16.08.2018 / 21:50
1
answer

Assign Json content to PHP variable (RESOLVED)

Save Galley, I'm starting in the WebService world and I'm already faced with the following problem. The TOTVS Server via rest, returns me exactly as follows: $resposta = enviaConteudoParaAPI($cabecalho, $conteudo, $url, $tpRequisicao); prin...
asked by 28.08.2018 / 20:45