Hi guys,

 

I’ve developed a WS using Axis2 and I’m trying to consume it using a C#.Net
client.

 

I have one method that require data parameters and I’m 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 I’ve seen on debug mode.

 

So, when the request is done, the WS receives the date parameters as null.
I’ve 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é

Reply via email to