We are testing speed/functionality of remoting and web services while
planning a distributed windows forms application.

With web services, it is very easy to pass a dataset, but is it possible to
pass a typed dataset? If not, is there a way to convert the dataset into
the typed dataset?

Masa

Re: remoting/web services passing typed datasets by Cor

Cor
Sun Nov 14 03:19:21 CST 2004

Masa,

Assuming that your typed dataset inherits from dataset.
Than it should in my opinion not even need to think about it why it would
not go.

When you want to proceed with it strongly typed in your webservice you need
of course that stronglytypedclass in your webservice to be able to use it.

I never tried this, however I see no problem.

So why do you not just try it?

Just my thought,

Cor

"Masa Ito" <masa@WeDoNotWantSpam.com>
.
> We are testing speed/functionality of remoting and web services while
> planning a distributed windows forms application.
>
> With web services, it is very easy to pass a dataset, but is it possible
> to
> pass a typed dataset? If not, is there a way to convert the dataset into
> the typed dataset?
>
> Masa
>
>
>



Re: remoting/web services passing typed datasets by Kris

Kris
Mon Nov 15 14:11:05 CST 2004

A typed dataset is serializable, so no problem.

"Masa Ito" <masa@WeDoNotWantSpam.com> wrote in message
news:Xns95A0D8BB69BD9masaitowedonotwantsp@207.46.248.16...
> We are testing speed/functionality of remoting and web services while
> planning a distributed windows forms application.
>
> With web services, it is very easy to pass a dataset, but is it possible
> to
> pass a typed dataset? If not, is there a way to convert the dataset into
> the typed dataset?
>
> Masa
>
>
>