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.