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

kozy

Members
  • Posts

    4
  • Joined

  • Last visited

kozy's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Greetings, I am also interested in this. I have been trying to get a simple java WS client running. With regards, K.
  2. Greetings, i have been trying to make a java web service client to access the reposatory, schedule reports, add reports, execute reports... I have done this in php using codeigniter framework and without a framework. Now i am trying to do this in java but building the source code example that comes with jasper server is something i just cant get to work. My current problems are librarys or classes...: org.flexdock.docking.DockingConstants com.jaspersoft.jasperserver.ws.authority.*; com.jaspersoft.jasperserver.ws.client.authority.UserAndRoleManagement; com.jaspersoft.jasperserver.ws.client.controller.WSClientManager; com.jaspersoft.jasperserver.ws.authority.WSRole; com.jaspersoft.jasperserver.ws.authority.WSRoleSearchCriteria; com.jaspersoft.jasperserver.ws.authority.WSUser; com.jaspersoft.jasperserver.ws.authority.WSUserSearchCriteria; If anyone has a working example or a list of jars or locations where i could get them to start playing around with this client i would be very greatefull. with regards, K.
  3. Greetings, thank you for your replys. I got it working for a simple report but with all the trouble i had encountered ( custom fonts, images, changing XMLs for repo:XXX links ... ), I decided it was faster to write a small java app that a php script runs ( got all that working for any report with subreports ... in 2 hours ). The app takes care of everything and it is "same" code as the one in our business application. So there is no need to have reports in reposatory, fonts, images... Thank you anyway for the help, i will try to work some more on this in my spare time. with regards, Marko
  4. Greetings, i am new to JasperReports Server. My boss wants me to implement jasper reports into my PHP page. I have only done PDF generation using TCPDF and FPDF with PHP. We use jasper reports at work with our java applications and we want to hav the same reports accassible from the web. I am also new to SOAP so i am a bit "confused" and probobly just dont know where to start. I know what SOAP shoul be, i have done a test imeplementation but i cannot get it to work, even with test samples i have found on the web. I am trying to get the test samples included with jasperReports server to work, then i will work on the real reports. Can anyone give me any hints, maybe a working example of SOAP client/server writen in php that will work with JasperReport server? I am using CodeIgniter framework with php to build the web page. For production I use a DB2 database. with regards, Marko
×
×
  • Create New...