J
Jeff
I am new to web services and want to expose a C# program
through web services (soap or otherwise) that will have a
service with cached data running on a server that clients
can make requests to without instanciating the (data)
classes locally. I see many examples of using web
services where the server really just handles requests to
point to XML serialized classes that have to be
instanciated locally on the client. This is no good for
me since I will be caching ~200megs of data into datasets
etc. which takes minutes to load. I need to attach the
client to an already running instance of the server. Can
anyone help?
Thanks,
Jeff.
through web services (soap or otherwise) that will have a
service with cached data running on a server that clients
can make requests to without instanciating the (data)
classes locally. I see many examples of using web
services where the server really just handles requests to
point to XML serialized classes that have to be
instanciated locally on the client. This is no good for
me since I will be caching ~200megs of data into datasets
etc. which takes minutes to load. I need to attach the
client to an already running instance of the server. Can
anyone help?
Thanks,
Jeff.