Jaspersoft / jrs-rest-php-client

REST API wrapper for PHP used to interact with JasperReports Server
GNU Lesser General Public License v3.0
63 stars 59 forks source link

repositoryService() calls throwing 404 error #3

Closed hima25 closed 11 years ago

hima25 commented 11 years ago

I followed all the steps of the installation set up. All is fine. But below code throws error: $c = new Client( "localhost", "8080", "jasperadmin", "jasperadmin", "/jasperserver-pro", "organization_1" ); $repo = $c->repositoryService()->resourceSearch();

grantbacon commented 11 years ago

Hi Hima25,

The repositoryService in this version was developed for the next release of JRS. While it doesn't work with the current version, it will work with the next release of JasperReports Server.

mrcaffeine commented 11 years ago

If you are interested in new functionality you can checkout JasperReports Server from code.jaspersoft.com: trunk, tags/lastReviewed-trunk (stable), tags/lastSuccessfulBuild-trunk have the latest code base that works with new rest client. Details how to build JRS can be found here.