When I am trying to add a server connection to my JasperReports Server ver 5.6.1 in Jaspersoft Studio ver 6.0.1 final and try to test the connection, I get the message
Exception, if you want to see more information lookinto details
Reason: com/jaspersoft/studio/server/protocol/restv2/JSSApacheConnectorFactory
However when I check the "Use SOAP protocol only" option, it works. Does JasperReports Server 5.6.1 support Jasper REST API?
1 Answer:
Posted on December 24, 2014 at 12:48pm
I was getting authentication error using my existing connection but I was able to connect by re-entering the password.
JasperReports Server 5.6.1 supports REST APIs. You can test it yourselves by calling an API from the web browser:
http://localhost:8080/jasperserver/rest_v2/resources?type=reportUnit
Same problem here with JasperReports Server ver 6.0.1. But fortunately you provided a solution. Checking the "Use SOAP protocol only" option helped. Many Thanks!
I have the same issue with JasperReports Server 6.0.1 and the workaround works for me as well. But would like to resolve the issue with the rest interface if anyone has any suggestions.
I tested per hozawa's recommendation below and the rest api seems to be responding correctly.