Can someone help with REST V2 web services client example to pull the list of reports from repository. I am currently using SOAP web services as shown in the sample WSClient.java. Can i just change the URL to use rest_v2 and use the same client for REST v2? I am getting 400 bad request error if i only change URL. Please help.
1 Answer:
Posted on September 17, 2015 at 11:58am
You can try this java web services client https://github.com/Jaspersoft/jrs-rest-java-client and us it as a base of your project... fork away :)