Re: .Net Dataset java Serializer

casey chesnut <[email protected]> Sun, 16 Feb 2003 16:24:06 -0600
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <000a01c2d60a$1e40b790$6501a8c0@notebook>
DataSets (especially typed) offer alot of power.
Sorry, I do not know of any Java DataSet implementations.

Agreed that the Web Service Provider should offer an overloaded
WebMethod(s),
that return / accept generic XmlDocuments.
Easily accomplished with XmlDataDocument on WebService side.

Even in full .NET world, CF .NET does not support typed DataSets,
so a proxy cannot be auto generated with VS .NET.
[Actually, it it generated, it just wont build]
Work-around is to modify the WSDL manually and then gen,
or modify the auto gen'd code to be generic.
Would work for the java client world as well,
when you dont have access to the server implementation.
Maybe the Java client proxy generators already handle this,
and he just wants the DataSet relational model,
as opposed to hierarchical XML?

_____________________________
casey
http://www.brains-N-brawn.com

-----Original Message-----
From: Discussion of implementing SOAP applications today
[mailto:[email protected]] On Behalf Of Jim Murphy
Sent: Sunday, February 16, 2003 4:01 PM
To: [email protected]
Subject: Re: [SOAP] .Net Dataset java Serializer


Dare I ask why the web service was build to return a .NET DataSet int he
first place?  Do you have any influence over the service design?  If so
you may want to replace the DataSet with a more generic XML oriented
return type.

Jim Murphy
Mindreef, Inc.
http://www.mindreef.com

You can read messages from the SOAP archive, unsubscribe from SOAP, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the SOAP archive, unsubscribe from SOAP, or subscribe to other
DevelopMentor lists at http://discuss.develop.com.