Hi,
i use only 1.1, i've never tested 1.2.
i have this problem only with a Delphi Client, when I have a dateTime packed in a
complex object.
In all other cases it works fine.
so, this should be not a bug... in my point of view
Steffen
Am Sun, 28 Dec 2003 22:56:28 -0800 "Chuck Musser" <[EMAIL PROTECTED]> schrieb:
> When I send an XML Schema dateTime as a parameter to a SOAP method call,
> Axis returns this message:
>
> Server.userException has occurred: org.xml.sax.SAXException:
> Deserializing parameter "dateTime": could not find deserializer for type
> {http;//www.w3.org.1999/XMLSchema}dateTime.
>
> I've tried this with Axis 1.1, Axis 1.2alpha (released on 12/1/2003) and
> a local build of a CVS snapshot from 12/28/2003. Is this a bug or is
> there a technique for handling dateTime objects?
>
> Thanks,
>
> Chuck