(found some old email I had marked for "respond later"..)

On Thu, Nov 19, 2009 at 20:37, Wei Tan <[email protected]> wrote:
>   May I know the format of giving an example input through url?
> Suppose I have a file located at http://myurl.com/file1.

You could create a beanshell script with a single output port:

out = new URL("http://myurl.com/file1";);


This would be an URL-like string constant. Note that the URL might be
resolved several times depending on where you connect the output.


-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to