PC Review


Reply
Thread Tools Rate Thread

How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class?

 
 
Francisco Garcia
Guest
Posts: n/a
 
      12th Apr 2006
Hi!

I have developed both a Web Service and a client application, and they work
fine.

All classes used in the Web Service interface are declared in an assembly
named Entities, that is referenced both in the Web Service and the client
application.

The problem is that the automatically-generated Web Service proxy class
creates new classes instead of referencing the original classes.

This way, if I add a method to any of the classes in the Entities assembly,
that functionality isn't available in the client application, because the
proxy-generated classes are static snapshots of the server objects, with all
functionality lost.

There must be a way to do this, because that's what DataSets do. If you
create a Web Service that returns a DataSet, and you reference that web
service from a .NET application that knows about System.Data namespace, the
DataSet gets deserialized as a DataSet.

I suppose it must have something to do with Xml attributes or interfaces,
but I can't find which.

Any help is appreciated. Thanks in advance,



Francisco Garcia




 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFsZQ==?=
Guest
Posts: n/a
 
      13th Apr 2006
I have an in-depth series of articles on returning custom classes from a web
service at
http://www.dalepreston.com/Blog/2005...-from-web.html.

HTH
--
Dale Preston
MCAD C#
MCSE, MCDBA


"Francisco Garcia" wrote:

> Hi!
>
> I have developed both a Web Service and a client application, and they work
> fine.
>
> All classes used in the Web Service interface are declared in an assembly
> named Entities, that is referenced both in the Web Service and the client
> application.
>
> The problem is that the automatically-generated Web Service proxy class
> creates new classes instead of referencing the original classes.
>
> This way, if I add a method to any of the classes in the Entities assembly,
> that functionality isn't available in the client application, because the
> proxy-generated classes are static snapshots of the server objects, with all
> functionality lost.
>
> There must be a way to do this, because that's what DataSets do. If you
> create a Web Service that returns a DataSet, and you reference that web
> service from a .NET application that knows about System.Data namespace, the
> DataSet gets deserialized as a DataSet.
>
> I suppose it must have something to do with Xml attributes or interfaces,
> but I can't find which.
>
> Any help is appreciated. Thanks in advance,
>
>
>
> Francisco Garcia
>
>
>
>
>

 
Reply With Quote
 
Fran Garcia
Guest
Posts: n/a
 
      13th Apr 2006
Thanks a lot, Dale.

That solved my problem!

"Dale" <(E-Mail Removed)> escribió en el mensaje
news:715BD28F-BC61-44C5-BF60-(E-Mail Removed)...
>I have an in-depth series of articles on returning custom classes from a
>web
> service at
> http://www.dalepreston.com/Blog/2005...-from-web.html.
>
> HTH
> --
> Dale Preston
> MCAD C#
> MCSE, MCDBA
>
>
> "Francisco Garcia" wrote:
>
>> Hi!
>>
>> I have developed both a Web Service and a client application, and they
>> work
>> fine.
>>
>> All classes used in the Web Service interface are declared in an assembly
>> named Entities, that is referenced both in the Web Service and the client
>> application.
>>
>> The problem is that the automatically-generated Web Service proxy class
>> creates new classes instead of referencing the original classes.
>>
>> This way, if I add a method to any of the classes in the Entities
>> assembly,
>> that functionality isn't available in the client application, because the
>> proxy-generated classes are static snapshots of the server objects, with
>> all
>> functionality lost.
>>
>> There must be a way to do this, because that's what DataSets do. If you
>> create a Web Service that returns a DataSet, and you reference that web
>> service from a .NET application that knows about System.Data namespace,
>> the
>> DataSet gets deserialized as a DataSet.
>>
>> I suppose it must have something to do with Xml attributes or interfaces,
>> but I can't find which.
>>
>> Any help is appreciated. Thanks in advance,
>>
>>
>>
>> Francisco Garcia
>>
>>
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Datasets: Created with code VS. created using point´n click Søren Microsoft VB .NET 1 27th Aug 2008 09:25 AM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? news.microsoft.com Microsoft ASP .NET 0 12th Apr 2006 10:07 AM
Discussion: Typet DataSets vs Untyped DataSets Przemo Microsoft VB .NET 11 3rd Sep 2004 07:58 AM
Typed DataSets returned as regular datasets =?Utf-8?B?Sm9uIEtpbmc=?= Microsoft ADO .NET 2 29th Aug 2004 01:41 AM
Converting Untyped Datasets into Strongly Typed Datasets with Foreign Key Constraints. Alex Berryhill Microsoft ADO .NET 2 19th Mar 2004 02:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:00 PM.