Configuring Service Response Format

Some FME Server services can be configured to send their responses in more than one format. The following response formats are available:

  • HTML (usually the default)
  • JSON
  • XML

If a service allows it, you can change its response format in one of two ways:

  • Set its DEFAULT_RESPONSE_FORMAT property to one of the types listed above.
  • Add a service parameter to a service request using the following syntax:
  • opt_responseFormat=<format>

    where <format> is HTML,JSON or XML, whichever is appropriate.