Running the Job Submitter using a URL

All job requests to an FME Server are a variation on an HTTP request. This makes running a workspace via a URL very simple, provided you know what form the request will take.

The easiest way to find that URL is in the workspace dialog in the FME Server web interface. Notice that there is a little spanner/wrench icon:

Click this and developer information, including a URL to run the workspace, are displayed:

The URL shown uses a HTTP GET request whereas the HTML form uses a HTTP POST request.

This information is a useful tool for building your own web applications that access FME Server services, because you can copy the HTTP request and embed it on your own website or application.

You could also embed the URL or form into an email, or paste the URL directly into a web browser.


TIP
There are limits to the amount of data you can send in a GET request because URLs have length restrictions that vary depending on the browser being used. If you anticipate that your request parameters may include very long strings, use a POST request.

results matching ""

    No results matching ""