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
