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 "narayana chandrapati (JIRA)" <ji...@apache.org> on 2007/07/12 15:44:04 UTC

[jira] Created: (AXIS2-2954) date de-serialization problem

date de-serialization  problem
------------------------------

                 Key: AXIS2-2954
                 URL: https://issues.apache.org/jira/browse/AXIS2-2954
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
         Environment: java 
            Reporter: narayana chandrapati


seeing some problem when the clients  are sending  the empty date object. Why its not talking empty tag as null for the date object.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2954) date de-serialization problem

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512141 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-2954:
-----------------------------------------------------

can you send your xsd and the resopnse message? if the date is null then the element should be null.

> date de-serialization  problem
> ------------------------------
>
>                 Key: AXIS2-2954
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2954
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: java 
>            Reporter: narayana chandrapati
>
> seeing some problem when the clients  are sending  the empty date object. Why its not talking empty tag as null for the date object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-2954) date de-serialization problem

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2954.
-------------------------------------------------

    Resolution: Fixed

I am not clear about your problem. if you have declared and element as follows,
<element name="dateElement" type"xs:date" nillable="true"/>
then it is illegle to send and xml as follows
<dateElement/>
if there is no date then it should be 
<dateElement xsi:nil="true"/>.
if this is not your case please reopen this issue with your wsdl and and request xml messages.


> date de-serialization  problem
> ------------------------------
>
>                 Key: AXIS2-2954
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2954
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: java 
>            Reporter: narayana chandrapati
>            Assignee: Amila Chinthaka Suriarachchi
>
> seeing some problem when the clients  are sending  the empty date object. Why its not talking empty tag as null for the date object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-2954) date de-serialization problem

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2954:
------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> date de-serialization  problem
> ------------------------------
>
>                 Key: AXIS2-2954
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2954
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: java 
>            Reporter: narayana chandrapati
>            Assignee: Amila Chinthaka Suriarachchi
>
> seeing some problem when the clients  are sending  the empty date object. Why its not talking empty tag as null for the date object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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