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 "Shankar G. Pednekar (JIRA)" <ax...@ws.apache.org> on 2007/02/07 04:32:05 UTC

[jira] Created: (AXIS-2626) xsd:dateTime in wsdl produces GMT date time SOAP output in the form yyyy-mm-ddThh:MM:ss.msz and not in locale specific. The format of dateout cannot be controlled

xsd:dateTime in wsdl produces GMT date time SOAP output in the form yyyy-mm-ddThh:MM:ss.msz and not in locale specific. The format of dateout cannot be controlled
------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS-2626
                 URL: https://issues.apache.org/jira/browse/AXIS-2626
             Project: Axis
          Issue Type: Bug
          Components: WSDL processing
         Environment: Axis 1.4 JDK 1.4.12
            Reporter: Shankar G. Pednekar
            Priority: Minor


I am using apache axis 1.4 and JDK 1.4
  My wsdl file has date field which uses xsd:dateTime data type. In my 
web service implementation java class I am passing value to this 
variable using Calendar.getInstance(). 
I am using Axis framework. When I check my soap output using TCP 
monitor I find that the date is of format eg: 2007-01-02T12:01:23.342Z.
The date output belongs to GMT and includes character Z. How do I get 
SOAP output in locale specific date time format.Eg: I need the output in  
2007-01-02T19:01:23I where time belongs to specific locale. I have 
tried  xsd:dateTime along with format parameter but no use.



-- 
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: (AXIS-2626) xsd:dateTime in wsdl produces GMT date time SOAP output in the form yyyy-mm-ddThh:MM:ss.msz and not in locale specific. The format of dateout cannot be controlled

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jordahl resolved AXIS-2626.
-------------------------------

    Resolution: Won't Fix

You can not get Axis to put dates on the wire in anything other than UTC.  This is by design.

> xsd:dateTime in wsdl produces GMT date time SOAP output in the form yyyy-mm-ddThh:MM:ss.msz and not in locale specific. The format of dateout cannot be controlled
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS-2626
>                 URL: https://issues.apache.org/jira/browse/AXIS-2626
>             Project: Axis
>          Issue Type: Bug
>          Components: WSDL processing
>         Environment: Axis 1.4 JDK 1.4.12
>            Reporter: Shankar G. Pednekar
>            Priority: Minor
>
> I am using apache axis 1.4 and JDK 1.4
>   My wsdl file has date field which uses xsd:dateTime data type. In my 
> web service implementation java class I am passing value to this 
> variable using Calendar.getInstance(). 
> I am using Axis framework. When I check my soap output using TCP 
> monitor I find that the date is of format eg: 2007-01-02T12:01:23.342Z.
> The date output belongs to GMT and includes character Z. How do I get 
> SOAP output in locale specific date time format.Eg: I need the output in  
> 2007-01-02T19:01:23I where time belongs to specific locale. I have 
> tried  xsd:dateTime along with format parameter but no use.

-- 
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