|
-
December 16th, 2003, 09:53 AM
#1
Web Services
Creating a web services to act as the middle tier to an MS-SQL2000 .NET app, much like MS has shown in their walkthroughs. Does anyone know if there are any limits to the number of datasets we can configure within one web service?
Thanks
Paul
-
December 17th, 2003, 11:28 AM
#2
By this I presume you mean the number of strongly typed datasets you use as return types for the web service methods ?
If so aksed a similar question myself. Haven't read anything which says there is a limit, but ....
How many dataset types do you anticipate having i.e. < 10, > 10, > 50 ? Application I'm working on currently exposes 24 different strong dataset definitions and the proxy classes/definitions get generated and work fine.
-
December 17th, 2003, 03:23 PM
#3
Yes, strong typed datasets. I anticipate around 35 to 40. I will keep adding and then testing. I am at 12 now and have not seen any problems.
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|