Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    encodeInResponse For Specific Binding

    We have a binary field in a SQL data source. We don't want to set encodeInResponse on the field because we don't want it included with every query. However, there are specific times where we would like the field included. Can the encodeInResponse be set on specific operation binding? Or a DMI method on the data source that we could create to make this work?


    "originally posted by aderosso "

    #2
    You can't dynamically set encodeInResponse in a per-request or per-binding way, but you can use operationBinding.outputs to include or not include the field on a per-operationId basis.

    Comment


      #3
      Perfect, thank you!


      "originally posted by aderosso "

      Comment

      Working...
      X