hello please i have to do this scenario :
- download file
- use data from file as parameter
- Call a web service via UI Path using parameters from file ?
- Parse XML value from web service response ?
any explaination or help please.
thank you all
hello please i have to do this scenario :
any explaination or help please.
thank you all
For above mentioned scenario, please use Http Request or Soap Request activities.
For using file data in parameter, use a logic to read file and manipulate data using substring or any parse JSON.
You can use XML deserialize activity to get your desired response.