Connecting Tech Pros Worldwide Forums | Help | Site Map

maintain type fidelity of objects with web services in .NET 2.0

enantiomer
Guest
 
Posts: n/a
#1: Mar 4 '06
I have a question about web services and .NET 2.0. My question is how
you can maintain type fidelity of objects returned from your web
service. This would be useful for me so that objects returned from my
web service would be interchangable with objects returned from
remoting. My coworker was saying that he knows that this is possible
with 2.0, but isn't sure exactly how it is is done.

I assume that this is done with ASMX 2.0 or something of the sort, but
can't find any concrete examples. Any tips on this one?

Jonathan


MR
Guest
 
Posts: n/a
#2: Mar 4 '06

re: maintain type fidelity of objects with web services in .NET 2.0


Hi Jonathan,

Have you looked at schema importer extensions in .NET 2.0?

http://weblogs.asp.net/cweyer/archiv...29/236061.aspx

- Mark

enantiomer
Guest
 
Posts: n/a
#3: Mar 4 '06

re: maintain type fidelity of objects with web services in .NET 2.0


Interesting article, but it seems that it doesn't really support type
fidelity like you would see in .net remoting. perhaps my coworker was
wrong. It certainly would be neat if it were possible though.

Jonathan

Closed Thread


Similar .NET Framework bytes