I have been building a plug-in that allows us to execute jobs from SAP BusinessObject DataServices platform using the wsdl that was published. What I wanted to know is if there is a way to pull Global or local batch job variables from the BODS server. I would like my plug-in to be extensible enough so that even if new jobs are added later to the server with variables, I would like to find them with my plug in without having to re-write my code.
Since I have the ability to see a list of jobs even if they aren't published to the web service endpoint, I would also like to see variable, either Global or local. Thank you in advance with your help.
Michael