Kbase P163891: Error 11767 when running an OpenEdge Web Service operation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/15/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 11767 when running an OpenEdge Web Service operation
Error sending Web Service Request: An error occurred processing SOAP Request Headers (11767)
FACT(s) (Environment):
UNIX
OpenEdge 10.x
Web Services
OpenEdge Web Category: WebServices
CAUSE:
SET-CALLBACK-PROCEDURE( "RESPONSE-HEADER", "") was used to "clear" the response-header callback.
FIX:
Remove the SET-CALLBACK-PROCEDURE( "RESPONSE-HEADER", "") line from the code.