Web Service XSD_DATE not passing time

Hi,

I have a Domino web service provider written in Java and a LotusScript web service consumer created by importing the WSDL. I’m trying to pass date/time but only the date part is transferring to provider, not the time.

In consumer LotusScript the data type is XSD_DATE and in Java provider java.util.Date. The time that the provider receives is always 00:00:00.

Looks like a bug, anyone seen the same problem? I’m using 8.5.2 FP1 server and Designer.

thanks,

  • Panu

Subject: SOLVED: Need to use XSD_DATETIME

I need to use XSD_DATETIME in LS consumer and java.util.Calendar in the provider.