Kbase P122060: .Net Web Service gets Schema id is missing error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/02/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
SYMPTOM(s):
.Net Web Service exposes DataTable to clients
DataTable is built from a strongly typed ABL Temp-Table
Temp-Table is returned by an Open Client call to the AppServer
Schema Id is missing. The schema returned from <Proxy>.StrongTypesNS.<DataTableName>.GetSchema() must have an Id.
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Use a DataSet instead of a DataTable