Search Results

Configuring Endpoint Call Processing

In the Call Transformations page , specify the following information in these fields:

  1. Processing Adapter: com.mashery.proxy.customer.generic.json-schema-validator
  2. Perform Pre-Processing: Enabled
  3. Perform Post-Processing: Enabled
  4. Data to make available for pre-processing (one per line)
    Data Examples Notes
    max_payload_size: <size in kb> max_payload_size : 600 Optional
    fail_safe: <flag> fail_safe : true Optional. Default is 'false'. Any value besides 'true' is treated as 'false'
    override_custom_error_message : <flag> override_custom_error_message : true Optional. Default is 'false'. For enabling API service endpoint supported static custom messages to override Connector runtime message.
  5. Data to make available for post-processing (one per line)
    Data Example Notes
    max_payload_size: <size in kb> max_payload_size : 600 Optional
    fail_safe: <flag> fail_safe : true Optional. Default is 'false'. Any value besides 'true' is treated as 'false'
    override_custom_error_message : <flag> override_custom_error_message : true Optional. Default is 'false'. For enabling API service endpoint supported static custom messages to override Connector runtime message.