0
으로 새 사용자를 만들려고합니다. JasperReports Server rest user service api.JasperReports 서버에서 REST API를 통해 새 사용자를 만드는 동안 400 개의 잘못된 요청이 발생했습니다.
그러나 나는 항상 400 개의 나쁜 요청을 받고 이것이 무엇인지, 나는 노력하고 있습니다. 누군가 내가 잘못하고있는 것을 지적 할 수 있습니까? 실수로 내가 사용하던 재스퍼 서버의 버전이 일치하지 않은 오래된 벽옥 웹 서비스 문서에 언급했다, 때문에 문제가 일어나고
curl -i -u jasperadmin:jasperadmin -H "Content-Type: application/json" -H "Accept: application/json" -X PUT -d '{\"username\":\"mynewuser\",\"password\":\"mynewuser\",\"fullName\":\"NEWUSER\":\"emailAddress:\"[email protected]\"}' "http://localhost:8080/jasperserver/rest/user/"
HTTP/1.1 400 Bad Request
Server: Apache-Coyote/1.1
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 05:30:00 GMT+05:30
P3P: CP="ALL"
Set-Cookie: JSESSIONID=F7394A9F7348C22E4B264FBCEB6B828F; Path=/jasperserver
Content-Type: text/html;charset=UTF-8
Content-Length: 971
Date: Mon, 02 Sep 2013 10:32:21 GMT
Connection: close