Skip to main content
Solved

Guidance on formatting HTTP request to run a download service

  • April 13, 2022
  • 1 reply
  • 13 views

rob_m_esriuk
Contributor
Forum|alt.badge.img+6

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?

Best answer by rob_m_esriuk

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!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rob_m_esriuk
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 26 replies
  • Best Answer
  • April 13, 2022

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!