G
Guest
Hi all,
How do you all organize your large web services?
I have a service which needs to cover multiple components. Do you build one
asmx file for all the functions. Multiple ASMX files - grouping by
functionality? Or have do you go the document route - in which the details
are in the XML, and the web service routes it to the appropriate backend?
Some of the components need "high" performance, and I need usability, so
I'm hoping to stay away from the document-centric model.
Any ideas?
Thanks!
How do you all organize your large web services?
I have a service which needs to cover multiple components. Do you build one
asmx file for all the functions. Multiple ASMX files - grouping by
functionality? Or have do you go the document route - in which the details
are in the XML, and the web service routes it to the appropriate backend?
Some of the components need "high" performance, and I need usability, so
I'm hoping to stay away from the document-centric model.
Any ideas?
Thanks!