Thanks Vincent. I'll get back to you with more details as to why I am trying to do that.
Pavan. -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 1:11 PM To: [EMAIL PROTECTED] Subject: Re: Sending object across client & server Hi Pavan, Normally, there is nothing you should instanciate on the client side and anything needed for your tests should be instanciated in the testXXX() method before calling the method to test. -Vincent ----- Original Message ----- From: "Pavan Aripirala Venkata" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 5:19 PM Subject: Sending object across client & server Hi all does any one know how to send an object from client to server and vice-versa in cactus. For example I want to instantiate an object in the beginXXX method on the client end and then on server end I want to retrieve it in testXXX method. Thanks Pavan.
