FME Form: 2024.1
Register Services
This page allows you to register your workspace, custom transformer, or custom format with one or more of the FME Flow Web Services.
If the web service contains configurable parameters, click the Edit... button next to the service you want to configure. For more information, see Edit Service Properties below.
Select one or more web services and click Publish to publish the workspace to FME Flow.
Edit Service Properties
The properties that are available to configure in this dialog depend on which FME Flow service you are editing.
Send HTTP Message Body to Reader
The reader feature type that receives HTTP content, in place of the actual dataset.
Include Writers in Download/Stream
The writer for outputting data after the workspace runs. If the workspace includes multiple writers, you may want to change the writer selected by default to one that is better configured for downloading or streaming data.
For example, consider a workspace with two writers. One writer inserts a single timestamp record into an Oracle table each time the workspace is run. The other writer supports downloading all of the data users want in AutoCAD. In this case, you will likely specify the AutoCAD writer as the desired output writer.
Post to Topics on Success
The Notification Service topic(s) to which the workspace publishes notification content when a transformation succeeds. You can select from existing topics in the FME Flow, and create new ones dynamically by clicking New Topic.
Post to Topics on Failure
The Notification Service topic(s) to which the workspace publishes notification content when a transformation fails. You can select from existing topics in the FME Flow, and create new ones dynamically by clicking New Topic.
Post Data from Writer
The writer through which the workspace publishes content to the Notification Service topic(s) on success or failure. The writer must output content in the form of JSON or XML.
Network Link Name
Specify a name for the KML Network Link.
Visibility
If 1, features are drawn in the Google Earth 3D viewer. Otherwise, specify 0.
Network Link Description
Provide a description for the KML Network Link.
View Refresh Mode
Specifies how the KML Network Link is refreshed when the Google Earth Camera view (that is, the viewer's location in space) changes.
- never: Disregard changes in the camera view
- onStop: Refresh the link n seconds after camera movement stops, where n is specified by View Refresh Time.
- onRequest: Refresh the link only when explicitly requested in Google Earth.
- onRegion: Refresh the link when the Region becomes active.
View Refresh Time
If View Refresh Mode is onStop, specifies the number of seconds to wait before refreshing the view.
View Format
The format of the query string that is appended to the Link's <href> tag before the file is fetched.
Refresh Mode
Specifies a time-based refresh mode.
- onChange: Refresh when the KMZ file is loaded and whenever the Link parameters change.
- onInterval: Refresh every n seconds, where n is specified by View Refresh Interval.
- onExpire: Refresh when the expiration time is reached. If a fetched file has a NetworkLinkControl, the <expires> time takes precedence over expiration times specified in HTTP headers. If no <expires> time is specified, the HTTP max-age header is used, if present. If max-age is not present, the Expires HTTP header is used, if present.
View Refresh Interval
If Refresh Mode is onInterval, specifies the number of seconds to wait before refreshing the view.
North, South
Specifies the latitude of the north and south edge of the bounding box, in decimal degrees from 0 to ±90.
East, West
Specifies the longitude of the east and west edge of the bounding box, in decimal degrees from 0 to ±180. (For overlays that overlap the meridian of 180° longitude, values can extend beyond that range.)
Minimum Level of Detail Pixels
Defines a square in screen space, with sides of the specified value in pixels. For example, 128 defines a square of 128 x 128 pixels. The region's bounding box must be larger than this square, and smaller than Maximum Level of Detail Pixels, in order for the Region to be active.
Maximum Level of Detail Pixels
Measurement in screen pixels that represents the maximum limit of the visibility range for a given Region. A value of −1 indicates "active to infinite size."
Include Writers in Network Link
The writer for outputting data after the workspace runs. If the workspace includes multiple writers, you may want to change the writer selected by default to one that is better configured for downloading or streaming data.
For example, consider a workspace with two writers. One writer inserts a single timestamp record into an Oracle table each time the workspace is run. The other writer supports downloading all of the data users want in AutoCAD. In this case, you will likely specify the AutoCAD writer as the desired output writer.
Subscribe to Topics
The Notification Service topics to subscribe to for receiving notification content.
Parameter to Get Topic Message
When the workspace receives Notification Service content as a subscriber, this field specifies the published parameter, representing a source file, to receive the content.
Post to Topics on Success
The Notification Service topic(s) to which the workspace publishes notification content when a transformation succeeds. You can select from existing topics in the FME Flow, and create new ones dynamically by clicking New Topic.
Post to Topics on Failure
The Notification Service topic(s) to which the workspace publishes notification content when a transformation fails. You can select from existing topics in the FME Flow, and create new ones on dynamically by clicking New Topic.
Post Data from
The writer through which the workspace publishes content to the specified Post to Topics on Success topics. The destination file of the writer is effectively replaced with equivalent content that is included in the success notification, and can be parsed as XML, JSON, or text.