Skip to main content

Hi

I have a workbench published as a download service and i can run it from the address bar in my browser using... http://<server>//fmedatadownload/<repository>/<Workbench>.fmw?--TIMESERIES%20%22OP%22

where the parameter --TIMESERIES "OP" is as specified in the FMW. however this parameter is ignored it appears.

I eventually want to run this from the HTTPCaller and there I can't seem to avoid getting "=" between the name and value which again is ignored.

So, i guess the questions is how do I translate workbench parameters to add to the url string?

And having stopped making it hard for myself I've found the answer, the parameter should be Timeseries=OP, no hyphens no quotes and an equals sign!


Reply