Kbase P145874: Error 293 when calling a persistent AppServer procedure through the Web Services Adapter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/05/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 293 when calling a persistent AppServer procedure through the Web Services Adapter
Error 293 when calling an internal AppServer procedure through the Web Services Adapter
Error in SOAP request execution: ERROR condition: ** "my_internal_proc" was not found. (293) (7211) (10926)
** "my_internal_proc" was not found. (293)
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
The UUID which represents the persistent procedure handle iis missing from the SOAP Header.
FIX:
To invoke an internal procedure of a persistent procedure you must use a SOAP Header to identify the persistent procedures' handle.
Please see Solution P75019 for an example.