Hi,
I develop a C# program that access data by Web Services. (Visual Studio 2008, Progress OpenEdge 11.2b).
When I call a procedure with an input-output temp-table, I have this error : "An error was detected in the Web Service request. (10894)".
When I initialize all fields of the temp-table (0 or "" instead of null) before calling my procedure, I have no error.
Is there exists a way not to have initialize all fields ???
Thanks for help.
;)