Skip to main content
Feedback

Configuring Endpoint Call Processing

Procedure

  1. Sign in to the Boomi Cloud API Management (Control Center) dashboard.

  2. Click API Definitions on the Get Started page or navigate to Design > APIs.

  3. On the Manage your APIs with API Definitions page, in the Name column, select the API Definition link from the list. This opens the Endpoint Settings: <your endpoint name> page.

  4. On the Endpoint: <your endpoint name> page, in the Name column, select an endpoint link or settings icon next to the row you want to configure endpoint settings.

  5. Navigate to Call Transformations. On the Call Transformations page, specify the following information in these fields:

    • Processing Adapter: com.mashery.proxy.customer.generic.soap-security-connector

    • Perform Pre-processing: Enabled

    • Perform Post-processing: Enabled

    • Data to make available for pre-processing:: Enter the following data one per line:

      DataExampleNotes
      enable_timestamp : <flag>enable_timestamp:true

      This is an optional field.

      timestamp_ttl : <set time stamp expiry time>timestamp_ttl:300

      This is an optional field.

      enable_signature : <flag>enable_signature:true

      This is an optional field.

      signature_algorithm : <algorithm>signature_algorithm : SHA1withRSA

      This is an optional field.

      enable_encyption : <flag>enable_encyption:true

      This is an optional field.

      key_transport_method : <key_transport_method>key_transport_method : RSA15

      This is an optional field.

      encryption_algorithm : <encryption_method>content_encryption_method : aes128-cbc

      This is an optional field.

      override_custom_error_message : <flag>override_custom_error_message : true

      This is an optional field.

      Default value: false.

      When true, Control Center configured error messages take precedence.

    • Data to make available for post-processing: Enter the following data one per line:

      DataExampleNotes
      validate_signature : <flag>validate_signature : true

      This is an optional field.

      enable_decryption : <flag>enable_decryption : true

      This is an optional field.

      override_custom_error_message : <flag>override_custom_error_message : true

      This is an optional field.

      Default value: false

      When true, Control Center configured error messages take precedence.

  6. Click Save.

On this Page