JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Add method JadeHttpConnection::sendRequestUtf8

We use the JadeHttpConnection class to communicate with an external Rest API. We do a sendRequest with a GET and they send us a JSON file encoded as UTF-8, we update this and return it using SendRequest with a POST, but only have the option to return a String. The JSON we receive contains special characters so we need to be able to return as UTF-8 but this is not possible and corrupts values at the receiver. Can we please have a new method on JadeHttpConnection to send send a request with a utf8 string, or even better a Rest API Consumer that handles stringUtf8
  • Julie Harliwich
  • May 1 2019
  • Shipped (2020)
HistoricalComments
Julie Harliwich 27/03/2019 3:38:13 PM
We built a DLL to send our Rest request with StringUtf8 parameter, and imported as External Component Library class, so will use it until this feature is available in the product.
  • Attach files
  • +12