How to schedule BIP report in application composer ?
Summary:
I would like to use the application composer to schedule a BIP report
I have defined the (https://****/xmlpserver/services/ScheduleReportWSSService?WSDL ) webserver and use
def report = adf.webServices.WS_SCHEDULE.scheduleReport(scheduleRequest )
to schedule the report.
Could anyone provide the sample request payload ? especially with multiple parameter pass into the report ( scheduleRequest )
I tried the code below but the 2nd parameter (P_BATCH_ID) failed to pass into the report (1st parameter is ok)
def scheduleRequest =[scheduleChunkingOption:true,
compressDeliveryOutputOption:true,
saveDataOption:true,
saveOutputOption:true,
userJobName:fileprefix,
Tagged:
0