Kbase P122927: Error 5639 on function getText when sending text message over HTTP using incorrect content-type
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/03/2007 |
|
Status: Unverified
SYMPTOM(s):
SonicMQ 4GL Adapter
Error 5639 occurs when sending text message over HTTP direct to SonicMQ 4GL Adapter.
User-defined function 'getText' invoked dynamically but could not be found. (5639)
User-defined function '<function>' invoked dynamically but could not be found. (5639)
Uses C++ code to send text message over HTTP direct to the 4GL Adapter
CAUSE:
Message was sent using ContentType : application/*.
FIX:
Send the message using ContentType : text/*.