Jump to content

Scheduling reports via SOAP interface


mostman

Recommended Posts

I have read that this is possible - I just can't figure out how to do it.

 

I have gone through the sample web services and I am able to list reports. I can't figure out how to list the scheduling information for each report however.

 

Finally, how do we 'put' schedule information?

 

Any help would be excellent.

 

-Mike

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

I have not scheduled report jobs via SOAP, but I have managed to setup a workable system to programmatically create schedules.

 

I did an export and took the generated xml file as a template. The script merges the data for each job with the template and creates individual xml files for each schedule.

 

Once the files are created, I execute an import that sucks them into JS.

 

A bit clunky, but it works well enough.

 

Scotty

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...