Correct me if I am wrong, but from the axis code, registering ser/des for objects which reside under the java package are omitted from explicit ser/des registration.
"Evan Jehu"
<evan@codepit To: "axis user mailing list"
<[EMAIL PROTECTED]>
.ca> cc:
Subject: Using typeMapping and Dates
04/09/2002
01:57 PM
Please
respond to
axis-user
Hi All,
I am struggling with the de/serialization of dates :-(
I have found some classes in the axis.jar that seem to deal with this and
wonder how to use them in a .wsdd file, I have tried a number of
incarnations including
<typeMapping qname="xnlms:dateTime" xmlns:myNS="urn:dateTime"
languageSpecificType="java:java.util.Date"
serializer="org.apache.axis.encoding.ser.DateSerializerFactory"
deserializer="org.apache.axis.encoding.ser.DateDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
/>
I consistently get a serializer not found for java.util.Date exception
thrown by the server. I have looked through the docs but am still stumped
so any help would be great.
Evan
