Re: working example of custom serializer for a class (does anyone hav e one they can post?)

2005-11-12 Thread Davanum Srinivas
see XMLBeans based serializer/de-serializer sample: http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/java/samples/xbeans/ The serializer/de-serializer code is here: http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/java/src/org/apache/axis/encoding/ser/xbeans/ -- dims On

working example of custom serializer for a class (does anyone hav e one they can post?)

2005-11-10 Thread Kahn, Ralph
Hi There, I am new to Axis and after using Google and reading the documentation, I still am having trouble creating and deploying a web service that uses a custom serializer and de-serializer for a Java Class that I have. I understand the need to do the typeMapping in the deploy.wsdd file.