//set the authentication
call.setUsername("user@email.com");
call.setPassword("password");
//make the call to generate the order report
StandardCallResult result = call.callGenerateReportNow();
if ( result.getSuccess() != null )
{
System.out.println("Sucess :" + result.getSuccess() );