M
Matt
Hi,
Can anyone please tell me if you can use the same method that
Microsoft uses to ensure the client/server type fidelity of 'Dataset'
for custom types ?
i.e. Wsdl.exe somehow knows not to generate a proxy class for the
Dataset type. Can you use attributes or interfaces on your own
serialized types that force the same behavior ??
I know that you can edit the wsdl generated proxy to achieve the same
effect. I also know that using Datasets is not a good thing to do
from an interoperability view point.
I cannot find any explanation of how this is done. There are plenty
of explanations of XML serialization over Web Services but the
mechanism used to ensure type fidelity of Datasets is glossed over.
Surely there is not code hardwired into wsdl.exe and the Remoting
Framework to specifically handle Datasets?? This would seem to be
inconsistent with the design of the rest of .net that allows
extensibility/reuse wherever possible ??
Thanks in advance,
Matt.
Can anyone please tell me if you can use the same method that
Microsoft uses to ensure the client/server type fidelity of 'Dataset'
for custom types ?
i.e. Wsdl.exe somehow knows not to generate a proxy class for the
Dataset type. Can you use attributes or interfaces on your own
serialized types that force the same behavior ??
I know that you can edit the wsdl generated proxy to achieve the same
effect. I also know that using Datasets is not a good thing to do
from an interoperability view point.
I cannot find any explanation of how this is done. There are plenty
of explanations of XML serialization over Web Services but the
mechanism used to ensure type fidelity of Datasets is glossed over.
Surely there is not code hardwired into wsdl.exe and the Remoting
Framework to specifically handle Datasets?? This would seem to be
inconsistent with the design of the rest of .net that allows
extensibility/reuse wherever possible ??
Thanks in advance,
Matt.