Wrox Home  
Search P2P Archive for: Go

  Return to Index  

dotnet_windows_app_design thread: web service


Message #1 by dtudose@y... on Fri, 7 Feb 2003 12:13:35
hi

i'm developing a solution with multiple windows applications which take 
their data from an sql server 2000 through a web service

the webservice has multimple datasets

because the sqldataadapters for each of the windows app is different , 
each needs a unique type of dataset 

i fill the datasets in the webservice from the sql server
then i merge the one typed dataset in each windows app(base on the 
coresponding dataset in the web service) with the dataset in the web 
service

to add the typed dataset in the windows app i need to add a web reference 
to the web service

everything is ok if i have one dataset in the web service

if i have more than one dataset in the webservice...as needed...for every 
windows app....when i try to add a webreference to the next windows 
app..it is done...but the web reference sees only one of the datasets in 
the webservice


so...in conclusion...i can't add the needed typed dataset in some of the 
windows app...because the dataset can't be typed...the type does not exist 
in the web reference


is there a limit number...1....to the number of datasets a webservice can 
ofer to his clients?

  Return to Index