D
dave
i have a working wcf service and am having problems returning a datatable
from the wcf service.
I am able to return properties and collections of objects however when
returning a datatable i am getting a returned type of
'CheckListResponseCheckListResult' (where checklist is the name of the
function that returns the datatable)
testing code below
Dim stmp As WF374WCF.CheckListResponseCheckListResult =
svc.CheckList(97)
Console.WriteLine(stmp.Any)
stmp.any is an xmlelement (which appears to have the schema information but
i have yet to find the data (rows) within the return object.
How do i get the datatable rehydrated on the client site?
thank you
dave
from the wcf service.
I am able to return properties and collections of objects however when
returning a datatable i am getting a returned type of
'CheckListResponseCheckListResult' (where checklist is the name of the
function that returns the datatable)
testing code below
Dim stmp As WF374WCF.CheckListResponseCheckListResult =
svc.CheckList(97)
Console.WriteLine(stmp.Any)
stmp.any is an xmlelement (which appears to have the schema information but
i have yet to find the data (rows) within the return object.
How do i get the datatable rehydrated on the client site?
thank you
dave