Hi guys,
Ive developed a WS using Axis2 and Im trying to consume it using a C#.Net client. I have one method that require data parameters and Im populating them with DateTime objects from .Net. Also I have noticed that the parameter I have to set has the type DateTime?. But it accepts the DateTime object as Ive seen on debug mode. So, when the request is done, the WS receives the date parameters as null. Ive tried to use java.util.Date and Java.sql.Timestamp and both have not worked. Does anyone can help me??? Thanks in regards. -- Guilherme A. N. Fré
