The only reason would be that I can easily manipulate the data in my
business object layer and also have a way to programatically go
through the dataset returned. This way I can eliminate any runtime
errors.
Also, since the webservice is being called in my data access layer (i
have 3 sources, 2 webservices and 1 database) i figure this is the
easiest way to merge datasets.
On Sep 18, 3:59 am, "Andrew Brook" <yko...@hotmail.comwrote:
Hi,
Is there a particular reason why you want to convert the objects defined in
the WSDL into a Typed Dataset?
Andrew
<newtonw...@gmail.comwrote in message
news:11**********************@n39g2000hsh.googlegr oups.com...
I have a web reference WSDL, but it doesn't really create an XSD. I'm
trying to generate datasets from the WSDL file but not sure how to do
so.
I successfully created the proxy class, but the WebServices all return/
send domain typed data, so I am seeing if I can turn these "classes"/
WSDL into Typed DataSets.
Anyone have ideas on where to start?