R
Ronald S. Cook
Thanks for reading this.
I've successfully implemented a WCF solution. However, even though I
designate the return type to be DataTable in my class on the server (hosted
under IIS), it comes back as the following in the generated proxy class:
Public Function SelectCountryByID(ByVal guiID As String) As
SelectCountryByIDResponseSelectCountryByIDResult
Now, it doesn't do this when the type is a simple String, but this long
weird thing is what I get for DataTable.
Thanks for any thoughts,
Ron
I've successfully implemented a WCF solution. However, even though I
designate the return type to be DataTable in my class on the server (hosted
under IIS), it comes back as the following in the generated proxy class:
Public Function SelectCountryByID(ByVal guiID As String) As
SelectCountryByIDResponseSelectCountryByIDResult
Now, it doesn't do this when the type is a simple String, but this long
weird thing is what I get for DataTable.
Thanks for any thoughts,
Ron