Page 1 of 1

Web Services

Posted: Tue Apr 15, 2008 2:58 am
by IanJ
Has anyone managed to invoke web services from within RoboTask either using the standard tasks or using BASIC.  I would like to be able to make a call to a web service and capture the result within RoboTask. Look forward to any suggestions.  Thanks.

Web Services

Posted: Tue Apr 15, 2008 7:17 am
by Oleg
You may use "Download file" action (see Internet section). Specify any URL and save the result to file. It can be HTML page or some binary file.

Web Services

Posted: Tue Apr 15, 2008 7:31 am
by IanJ
Thanks for the reply Oleg.  Unfortunately the download function does not give me what I am after.  I need to be able to invoke a web service and pass it required paramaters and then be able to capture the results in a variable.  Thanks.