D
Diego F.
I'm developing an application that uses a web service. The initial idea was
sending objects to the web service and storing during the execution in a
Hashtable, so I could get them back to the application via web methods.
Now I know that I can't store objects in a web service and I should
serialize it and opening it again. This might be a bit slow. Is there
another way to do this? I was thinking in building a windows application
that mantains the hash table, but I think I can't send the objects from the
web service to the application.
Any idea?
Regards,
Diego F.
sending objects to the web service and storing during the execution in a
Hashtable, so I could get them back to the application via web methods.
Now I know that I can't store objects in a web service and I should
serialize it and opening it again. This might be a bit slow. Is there
another way to do this? I was thinking in building a windows application
that mantains the hash table, but I think I can't send the objects from the
web service to the application.
Any idea?
Regards,
Diego F.