Limitations

Payload limit

As of now, only a payload size up to 5 MB is supported by Enterprise Connector (EC).

Limited supported target authentication policies

Currently, these target authentication policies are supported by EC:

  • Anonymous
  • API Key
  • Basic
  • JWT Target Authentication
  • OAuth 1.0a
  • WS-Security Username Token

Manual import of the public key/certificate

For HTTPS-based target APIs, importing of the public key/certificate must be performed manually in the EC grid administration. See the knowledge base article 2155379 on the Infor Support Portal for instructions: https://support.infor.com/espublic/EN/AnswerLinkDotNet/SoHo/Solutions/SoHoViewSolution.aspx?SolutionID=2155379&kb_accessed_from=KBViews

Compression support note

Content-Encoding: Deflate is not supported in Hybrid Service. Deflate is rarely used and has been superseded by more efficient algorithms.

Timeout limitations

These are the default timeouts for EC service, which you can configure:

  • connectTimeout: 1 minute
  • socketTimeout: 1 minute
  • connectionRequestTimeout: 5 minutes

You can configure these timeout values through these EC GRID variables:

'''json

"ionapi.connect.timeout"   :  connect Timeout

"ionapi.socket.timeout"    :  socket Timeout

"ionapi.request.timeout"   :  connection Request Timeout

'''