Hi, I am interested in sending a java Serializable object to a servlet's doPost method.
Is there an easy way to do this with Cactus? Is there a better tool to use to test servlets accepting general binary data on a doPost call? The HttpClientHelper class sends text data only. Is this the correct place to start modifying Cactus to send general binary data? Thanks for the help. Alvin
