Jump to content
We've recently updated our Privacy Statement, available here ×

payeldiu

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by payeldiu

  1. My code is below:require_once __DIR__ . "/vendor/autoload.php"; use JaspersoftClientClient; $c = new Client("http://localhost:8080/jasperserver","jasperadmin","jasperadmin","PBL"); $allAccountsJobs = $c->jobService()->searchJobs("/reports/samples/AllAccounts");print_r($allAccountsJobs); But getting below error:Fatal error: Uncaught exception 'JaspersoftExceptionRESTRequestException' with message 'An unexpected HTTP status code was returned by the server' in C:wampwwwjasperclientsrcJaspersoftToolRESTRequest.php on line 364
×
×
  • Create New...