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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]