Ask a Question related to ASP.NET, Design and Development.
-
Tal McMahon #1
Best Practice for referencing datasets with web service
Hello All,
I have an application that uses several layers as such:
a Client that references a ClientHelper
a ClientHelper references a WebService
a WebService that references a Webservice Helper
a Webservice Helper that Connects to the SQL server
I have been trying to keep my typed datasets on the
Webservice helper then passing the datasets as they are
filled all the way back to my client.
My question is this. I have noticed that I can declare a
dataset on my client in such a way:
dim MyDataSet as new clientHelper.webservice.TargetDataSet
Now, for the questions.
If i declare the dataset in this way, is it coming from
the webservice? or is there a TargetDataset.xsd going
somewhere that I cannot see?
Again, My goal is to try and keep the client package
small and not redefine any of the datasets locally so
that I can make changes from the top if nescesarry.
If this is not a good Scenario please suggest a better
one.
thanks for your time and help
tal McMahon
Tal McMahon Guest
-
Web Service Returning DataSets Error
Hi! I find it awkward that some of my methods returning a typed dataset runs ok. While some throws an error saying 'object not set to an... -
Referencing web service
Hi I have just uploaded my first web service to a remote host. So I am very new to this. I am now trying to reference the ws by putting the ws... -
Referencing web service complex data type within a second web service (like a delegate)
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and... -
Web Service: DataSet or Stream.Best Practice.
Hi, I need to transfer a DataSet object from WebClient to WebService. Is there a difference between transmitting a DataSet object and a Stream... -
Best Practice to spawn an Application from a Web Service ?
Hi all. Can someone provide some help on the following as there seems to be many different methods of acheiving the same outcome. Basically I... -
Unregistered #2
Re: Best Practice for referencing datasets with web service
Fregate un sapo y coman budines marmolados
Unregistered Guest



Reply With Quote

