Kbase P74731: Web Services - Getting error 7263 when generating a proxy from ProxyGen
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/22/2005 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.0A
Web Services
SYMPTOM(s):
Getting error 7263 when generating a proxy from ProxyGen
The parameter/return type: is not supported from an open client. (7263)
The parameter/return type: LONGCHAR is not supported from an open client. (7263)
ERROR: This procedure must be removed from the AppObject in order to generate a proxy:
Procedure contains a LONGCHAR as INPUT or OUTPUT parameter
CAUSE:
The data type of the procedure's parameter is not supported. The following Progress 4GL data types are not supported when defining and passing Web service method parameters:
BLOB
BUFFER
CLOB
DATETIME
DATETIME-TZ
LONGCHAR
FIX:
Change the data type of the parameter to a supported data type:
CHARACTER
COM-HANDLE
DATE
DECIMAL
INTEGER (32 bit)
LOGICAL
MEMPTR
RAW
RECID (32 or 64 bit)
ROWID
WIDGET-HANDLE
TABLE (static temp-table)
TABLE-HANDLE (dynamic temp-table)