IT Process Automation

 View Only
  • 1.  HTTPGet operator to retrieve results

    Posted Oct 13, 2016 12:15 AM

    hi all, i have a HTTPget operator which is calling a page to return certain information which i need to capture, however i just need the data in the <Name> tag to be stored as a dataset variable. like to check if there is anyway which can accomplish that. 

     

     



  • 2.  Re: HTTPGet operator to retrieve results
    Best Answer

    Posted Oct 13, 2016 01:35 PM

    You will need to write some Javascript. In your Post-execution Code for your HTTP_Get_1 operator use the applyXPath function to extract out the values into variables.



  • 3.  Re: HTTPGet operator to retrieve results

    Posted Oct 15, 2016 03:27 AM

    Hi linsay, like to check do u mean the java script will be next step in the workflow after the httpget?



  • 4.  Re: HTTPGet operator to retrieve results

    Posted Oct 15, 2016 10:05 AM

    You don't need to create another operator. In the Execution Settings of every operator there is a place to put Pre-execution Code and a place for Post-execution Code.



  • 5.  Re: HTTPGet operator to retrieve results

    Posted Oct 18, 2016 09:08 AM

    Thanks for the guidance :).