You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Rock Wang <rw...@xporta.com> on 2002/05/15 02:55:54 UTC

how to publish web services contains Date object

Hi,

I tried to publish a web service that contains a java.util.Date object. The
SOAP client is written in Microsoft
.NET C#. The Axis server first reports error that it fails to find
serializer for java.uitil.Date, Then, I tried to change
deploy wsdd to add typeMapping for java.util.Date with DateSerializerFactory
and DateDeserializerFactory.
But .NET generates empty web reference proxy dll. Does anyone know how to
setup dateTime on server?

Thanks in advance