I made a test program for Serializer implementations. Please see attached zip file. It contains a main file as "SerializationTester.java", a test case and a few additional files.
Please note this is a non-official release. Do you have an interest in this approach ? -- Toshi <[EMAIL PROTECTED]> ------------------------------------------------------ Date: Wed, 27 Aug 2003 23:21:26 +0900 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Testing Serialization Offline Hi all, In my write-test-debug cycle, I spend a lot of time fixing (bean) serialization errors. Since these only show up when I'm invoking a given method, this means I must re-deploy my web service each time I find and fix a serialization error. Is there a way to test the serialization of Objects without running Axis in the full server? I'd like to make a unit test object that would take a wsdd and an object to serialize, and returns the XML created by the Axis serializer. Any pointers would be appreciated :) I've also added this question to the wiki.[1] [1] http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages - Matt Munz
tester.zip
Description: tester.zip
