You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Mike (JIRA)" <ax...@ws.apache.org> on 2013/01/04 09:14:12 UTC

[jira] [Created] (AXIS-2886) xs:date not serialized/deserialized correctly

Mike  created AXIS-2886:
---------------------------

             Summary: xs:date not serialized/deserialized correctly 
                 Key: AXIS-2886
                 URL: https://issues.apache.org/jira/browse/AXIS-2886
             Project: Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
    Affects Versions: 1.4
            Reporter: Mike 


I am using Axis 1.4 for a web-service client application. all the classes and stubs have been generated through wsdl2java . 
While consuming a web service , we are getting the below exception. 

java.lang.NumberFormatException: Invalid date
at org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement(SimpleDeserializer.java:180)

Axis is throwing this excpeption specifically for xsd:date type , where as xsd:dateTime type it is working . 

I have gone through the previous links in Jira forum on the same issue 

https://issues.apache.org/jira/browse/AXIS-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863365#action_12863365

Can you please help on the issue . Do i have to use Axis2 , to avoid this issue , or i can continue using Axis 1.4 with some bug fix . 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org