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
