Automic Workload Automation

Expand all | Collapse all

How to save and re-use response from Web Service Job

  • 1.  How to save and re-use response from Web Service Job

    This message was posted by a user wishing to remain anonymous
    Posted May 03, 2018 11:24 AM
    This post was removed


  • 2.  Re: How to save and re-use response from Web Service Job

    Posted May 03, 2018 11:42 AM

    You can capture the value from the report with a post-process script that uses the prep_process_report() function to scrape it off of the report.  Once captured, you can pass it to other tasks.  I usually pass it with a static variable object, but there are also ways to do it with local variables.



  • 3.  Re: How to save and re-use response from Web Service Job

    Posted May 03, 2018 12:01 PM

    Hi,

    Do you have an example of how exactly to do that ?

     

    /Keld.



  • 4.  Re: How to save and re-use response from Web Service Job

    Posted May 03, 2018 12:08 PM

    The online help for the prep_process_report() function has some code examples that should get you started;

     

    Automic